body {
  background: #ebeff2;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  overflow-x: hidden;
  /*color: #666666;*/
  color: #7f7f7f;
}

.footer1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  color: #58666e;
  text-align: left !important;
  padding: 20px 30px;
  right: 0px;
  left: 240px;
  font-size: 13px;
}

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

/* Scrollbar Styling Begin */


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff00;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #ffffff00;
}

/*!* Works on Chrome, Edge, and Safari *!*/
/**::-webkit-scrollbar {*/
/*  width: 12px;*/
/*}*/

/**::-webkit-scrollbar-track {*/
/*  background: orange;*/
/*}*/

/**::-webkit-scrollbar-thumb {*/
/*  background-color: blue;*/
/*  border-radius: 20px;*/
/*  border: 3px solid orange;*/
/*}*/

/* Scrollbar Styling End */


.white-space-pre-line {
  white-space: pre-line;
}

.form-check-input:disabled {
  background-color: #cacaca !important;
}

p {
  margin: 0;
}

a {
  color: #0000FF;
}

label {
  padding-left: 5px;
  padding-top: 2px;
}

a:hover {
  color: #1994db;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-sm {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.darkTheme {
  background-color: #3c4e58 !important;
  color: #98a6ad !important;
}

hr {
  height: 1px;
  margin: 9px;
  margin-left: 0;
  margin-right: 0;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.formHeader {
  font-size: 13px;
  font-weight: 600;
}

.formHeader.alignMiddle {
  align-self: center;
}

@media (min-width: 768px) {
  .formHeader.alignRight {
    margin-bottom: 0;
    text-align: right;

  }
}

:focus {
  outline: none !important;
}

body .darkTheme {
  background-color: #3c4e58 !important;
  color: #98a6ad !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;


}

.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.icon-size-medium {
  font-size: 1.2em !important;
  min-width: 15px;
}

a {
  text-decoration: none !important;
}

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

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

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

.p-r-5 {
  padding-right: 5px !important;
}

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

.p-r-20 {
  padding-right: 20px !important;
}

.p-5 {
  padding: 5px !important;
}

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

.p-20 {
  padding: 20px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

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

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

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

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

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

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

.m-r-1 {
  margin-right: 1px !important;
}

.m-r-2 {
  margin-right: 2px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

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

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

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

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

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

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

/* Dropdown Menu Start */
.dropdown-menu {
  padding: 4px 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu li a {
  padding: 6px 20px;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #426b92;
}

/*Dropdown Menu End*/

button:focus {
  outline: none;
}

div[class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

.sectionBox {
  background-color: #ffffff;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  border-radius: 10px;
}

#rootContainer.darkTheme .sectionBox {
  background-color: #2d3b43 !important;
}


/* Top Navigation */

.topBarMakeFixed {
  left: 0px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}

.navbar {
  background-color: #ffffff;
  border-radius: 0px;
  height: 60px;
  border: none;
  margin-bottom: 0px;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#rootContainer.darkTheme .navbar {
  background-color: #1f272c !important;
}

.navbar-nav-item-icon {
  width: 45px;
}

.navbar-logo {
  float: left;
  position: static;
  width: 240px;
  z-index: 1;
}

#wrapper.toggled .navbar-logo {
  left: -45px;
}

.navbar-button {
  background: transparent;
  border: none;
  color: #777;
  font-size: 13px;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 60px;
  padding: 0 15px;
  position: relative;
  display: inline-block;
}

.navbar-button:hover {
  background-color: #ebeff2;
}

@media (max-width: 550px) {
  .navbar-logo img {
    max-width: 90px !important; 
  }

  .navbar .navbar-button {
    margin-right: 0px; 
  }
}

/* Hide Text unless Hover */
.hoverToRevealSpan span {
  display: none;
}

.hoverToRevealSpan:hover span {
  margin-left: 10px;
  display: inline;
  transition: 1s;
  left: 0;
}


/*Side bar Navigation*/

.sideBarMakeFixed {
  position: fixed;
  z-index: 998;
}

#wrapper {
  /* overflow-x: hidden; */
}

#sidebar-wrapper {
  padding-bottom: 30px;
  padding-top: 15px;
  background: linear-gradient(180deg, #1f2d38, #24333e);
  border-top-right-radius: 0;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
  top: 60px;
  border-right: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  width: 240px;
  position: fixed;
  /* color: white; */
  height: calc(100% - 56px);
  overflow-y: scroll;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#rootContainer.darkTheme #sidebar-wrapper {
  border-right: #1f272c;
  border-right-width: 3px;
  border-right-style: solid;
}


#sidebar-wrapper a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-wrapper a:hover {
  color: #98a6ad;
  padding-left: 9px;
}

#sidebar-wrapper ul {
  padding: 0;
}

#sidebar-wrapper ul li a {
  color: #ffffff80;
  display: block;
  padding: 12px 8px;
  margin: 4px 0px;
  border-left: 3px solid transparent;
}

#sidebar-wrapper ul li a:hover {
  background-color: #ffffff08;
  padding-left: 9px;
}

#sidebar-wrapper ul li a.active {
  background-color: #ffffff0d;
  padding-left: 9px;
  border-left: 5px #c3c3c3 solid;
}


#sidebar-wrapper ul li a.expanded {
  background-color: #ffffff0d;
  padding-left: 9px;
  border-left: 5px #c3c3c3 solid;
}

#sidebar-wrapper ul li a ul {
  padding-top: 5px;
  list-style: none;
  margin-left: -9px;
  margin-right: -8px;
}


#sidebar-wrapper ul li a ul li a {
  color: #98a6ad;
  font-size: 12px;
  display: block;
  padding: 9px;
  margin: 4px 0px;
  border-left: 3px solid transparent;
}

#sidebar-wrapper ul li a ul li a:hover {
  background-color: #44555f;
  padding-left: 9px;
}

#sidebar-wrapper ul li a ul li a.active {
  background-color: #44555f;
  padding-left: 9px;
  border-left: 5px #8d8d8d solid;
}


#sidebar-wrapper ul li a i {
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
  font-size: 17px;
}

#sidebar-wrapper ul li a span {
  vertical-align: middle;
}


/*Stop*/

#page-content-wrapper {
  margin-top: 60px;
  margin-left: 0px;
  min-width: 100vw;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#wrapper.toggled.toggled #page-content-wrapper {
  margin-left: 0px;
  min-width: 100vw;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {

  #page-content-wrapper {
    margin-top: 60px;
    margin-left: 240px;
    min-width: 100vw;
  }

  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.divLink {
  cursor: pointer;
}


/*Dashboard CSS*/

.dashboardTile {
  background-color: #ffffff;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  height: 95px;
  border-radius: 10px;
}
.dashboardTile.small {
  height: 40px;
  padding: 10px 20px;
  margin-bottom: 0px;
  background-color: #d6d9dc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


#rootContainer.darkTheme .dashboardTile {
  background-color: #1f272c !important;
}

#rootContainer.darkTheme .dashboardTile {
  background-color: #2d3b43 !important;
}

.dashboardTile.active:hover {
  background-color: #ffffff;
}

.dashboardTile:hover {
  background-color: #f8f8f8;
}

.dashboardTile .label {
  color: #a2b1b8;
}

.dashboardTile .label span {
  font-size: 12px;
}

.dashboardTile .value {
  color: #797979;
  font-weight: 600;
  font-size: 25px;
}

.dashboardTile .reportingTileTitle {
  color: #929292;
  font-weight: 600;
  font-size: 21px;
}


.dashboardTile.active {
  bottom: -5px;
  border-top: solid #c7c7c7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dashboardTile.small.active {
  border-top: solid #c7c7c7 4px;
  background-color: white;
  bottom: 0;
}

.dashboardTile .icon {
  padding: 10px;
}

.dashboardTile .icon .graph {
  color: #557ea5;
}

.dashboardTile .icon .teal {
  color: #0077b6;
}

.dashboardTile .icon .green {
  color: #2a9d8f;
}

.dashboardTile .icon .yellow {
  color: #e9c46a;
}

.dashboardTile .icon .amber {
  color: #f4a261;
}

.dashboardTile .icon .orange {
  color: #e76f51;
}

.sdesk-filter-unread {
  background-color: #eff7ff;
  border-left: solid 8px #557ea5;
  font-weight: 600;
}

.sdesk-filter-selected {
  background-color: #557ea5;
  color: #e8e8e8;
  /* border-left: solid 8px #557ea5; */
  /* font-weight: 600; */
}

.sdesk-filter-selected:hover {
  background-color: #5f8bb5 !important;
}

/*// Graphs*/

.highcharts-data-label text {

  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #98a6ad !important;

}

/* Login Page Begin */
.loginFormWrapper {
  background-color: #ffffff;
  padding: 25px;
  margin-top: 100px;
}

/*Login Page End*/


/* Buttons Start */
.btn-primary {
  color: #ffffff;
  background-color: #4a6987;
  font-size: 13px;
  border: none;
  border-radius: 10px;
  margin: 2px;
  padding: 7px;
  padding-right: 20px;
  padding-left: 20px;
}

.btn-primary:hover {
  background-color: #2c6eb0;
}

.btn-primary:active {
  background-color: #314961;
}

.btn-primary.active {
  background-color: #314961;
}

.btn-primary:focus {
  background-color: #6b93ba;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6a90b3;
}

.btn-cancel {
  color: #fafafa;
  background-color: indianred;
  font-size: 13px;
  border: none;
  border-radius: 10px;
  margin: 2px;
  padding: 7px;
  padding-right: 20px;
  padding-left: 20px;
}

.btn-cancel:hover {
  background-color: #dd4820;
  color: #ffffff;
}

.btn-cancel:active {
  background-color: #e0795f;
  color: #ffffff;
}

.btn-cancel:focus {
  background-color: #e0795f;
  color: #ffffff;
}

/* Buttons End */


/* Slide Up Panel Start */
.SDeskBottomPanel {
  position: fixed;
  bottom: 0px;
  height: 0px;
  background: #fff;
  top: 100%;
  right: 0;
  box-shadow: -10px 0px 15px -5px rgb(0 0 0 / 82%);
  z-index: 10;
  -webkit-transition: top ease-in-out 300ms;
  -moz-transition: top ease-in-out 300ms;
  -ms-transition: top ease-in-out 300ms;
  -o-transition: top ease-in-out 300ms;
  transition: top ease-in-out 300ms;
  width: 100%;
}

.SDeskBottomPanel.Open {
  top: calc(100% - 35%);
  height: calc(100% - 65%);

}

/* Slide Up Panel End */


/* Table Styling Start */
.tableStyle {
  color: grey;
}

#rootContainer.darkTheme .tableStyle {
  color: #b5b5b5;
}

.tableStyle tr {
  border-bottom: 1px solid #ebeff2;
}

.tableStyle tr.wideRows {
  height: 45px;
}

#rootContainer.darkTheme .tableStyle tr {
  border-bottom: 1px solid #1f272c;
  height: 50px;
}

.tableStyle tr:hover {
  background-color: #f4f8fb;
}

#rootContainer.darkTheme .tableStyle tr:hover {
  background-color: #35454e;
}

.tableStyle th {
  vertical-align: middle;
  border-bottom: 1px solid #ebeff2;
  color: #666666;
}

#rootContainer.darkTheme .tableStyle th {
  border-bottom: 1px solid #1f272c;
  height: 50px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom: 3px solid #ebeff2;
}

#rootContainer.darkTheme .table > :not(:last-child) > :last-child > * {
  border-bottom: 3px solid #1f272c;
}

/* Table Styling End */


/* Checkbox Style start */
.form-check-input {
  width: 18px;
  height: 18px;
}

#rootContainer.darkTheme .form-check-input {
  background-color: #d6d6d6;
}

.form-check-input:checked {
  background-color: #557ea5 !important;
  border-color: #557ea5;
}

/* Checkbox Style End */


/* Table SLA Indicator Start */
.SDeskSlaIndicator-Green {
  background-color: #81c868;
  font-size: 12px;
  color: white;
  padding: 6px;
  font-weight: 600;
}

.SDeskSlaIndicator-Red {
  background-color: #e76f51;
  font-size: 12px;
  color: white;
  padding: 6px;
  font-weight: 600;

}

.SDeskSlaIndicator-Paused {
  background-color: #809ba9;
  font-size: 12px;
  color: white;
  padding: 6px;
  font-weight: 600;
}

/* Table SLA Indicator End */


/* Loading Spinner Start */
.overlay {
  background: #e9e9e9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}


.spinner {
  margin-top: 20px;
  width: 140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.spinner > div {
  height: 30px;
  background-color: #333333;
  width: 30px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#rootContainer.darkTheme .spinner > div {
  background-color: #d9d9d9;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Loading Spinner End */


.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #59728a;
  border-color: #59728a;
}

/* Loading Dots Start */
.loading {
  font-size: 50px;
  position: fixed;
  margin-top: -40px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/* Loading Dots End */


/* Floating side Navigation start */
.SDeskSideNav a {
  position: absolute;
  left: calc(100% - 40px);
  top: 200px;
  transition: 0.3s;
  padding: 7px 5px 6px 10px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white !important;
  border-radius: 3px 5px 5px 3px;
  background-color: #337ab78f;
  z-index: 15;
}

.SDeskSideNav a:hover {
  left: calc(100% - 43px);
  background-color: #337ab7;

}

/* Floating side Navigation end */


/* Blade-Right Start */
.SDeskSidePanel {
  position: fixed;
  height: calc(100% - 56px);
  overflow-y: scroll;
  width: 100%;
  background: #ffffff;
  top: 56px;
  right: 0;
  left: 100%;
  box-shadow: -3px 7px 15px -5px rgb(0 0 0 / 82%);
  z-index: 998;
  -webkit-transition: left ease-in-out 300ms;
  -moz-transition: left ease-in-out 300ms;
  -ms-transition: left ease-in-out 300ms;
  -o-transition: left ease-in-out 300ms;
  transition: left ease-in-out 300ms;
}

.SDeskSidePanel hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: #eee;
}

.SDeskSidePanel.blade-small {
  max-width: 350px;
}

.SDeskSidePanel.blade-medium {
  max-width: 550px;
}

.SDeskSidePanel.blade-large {
  max-width: 750px;
}

.SDeskSidePanel.blade-xlarge {
  max-width: 1350px;
}

.SDeskSidePanel.blade-ticket {
  max-width: 1350px;
}


#rootContainer.darkTheme .SDeskSidePanel {
  background: #273035;
}

.SDeskSidePanel.Open.blade-small {
  left: max(calc(100% - 350px), 0px);
}

.SDeskSidePanel.Open.blade-medium {
  left: max(calc(100% - 550px), 0px);
}

.SDeskSidePanel.Open.blade-large {
  left: max(calc(100% - 750px), 0px);
}

.SDeskSidePanel.Open.blade-xlarge {
  left: max(calc(100% - 1350px), 0px);
}

.SDeskSidePanel-GreyBackground {
  position: fixed;
  left: 0;
  top: 0;
  background: #0000007d;
  z-index: 997;
  width: 100%;
  height: 100%;
}

/* Blade-Right End */


.fadeIcon {
  color: #b6b6b6;
}

/* The Modal (background) */
.sdesk-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.sdesk-modal.open {
  display: block !important; /* Hidden by default */
}

/* Modal Content/Box */
.sdesk-modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
}

.sdesk-modal-content.modal-small {
  margin: 2% 35% auto 35%; /* 15% from the top and centered */
  width: 30%; /* Could be more or less, depending on screen size */
}

.sdesk-modal-content.modal-medium {
  margin: 2% 25% auto 25%; /* 15% from the top and centered */
  width: 50%; /* Could be more or less, depending on screen size */
}

.sdesk-modal-content.modal-large {
  margin: 2% 10% auto 10%; /* 15% from the top and centered */
  width: 80%; /* Could be more or less, depending on screen size */
}

.sdesk-button-group-100.btn-group {
  width: 100%;
  margin-bottom: 5px;
}

.sdesk-button-group-100 .btn {
  width: 100%;
}

.sdesk-grey-row {
  background-color: #00000006;
  margin-left: -10px;
  margin-right: -5px;
  padding-right: 5px;
  padding-left: 10px;
  margin-bottom: 3px;
}

.sdesk-grey-row.noMargin {
  margin-bottom: 0;
}

.sdesk-right-button {
  /* padding-top: 12px; */
  background-color: #3e6175;
  color: white;
  height: 100%;
  margin-left: 3px;
}

.vertical-center {
  text-align: center;
  border-radius: 5px;
}

.vertical-center-one_row_search {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  text-align: center;
  border-radius: 5px;
}

.vertical-center-one_row_search i {
  display: flex; 
  justify-content: center;
  align-items: center; 
}

.fa-12x {
  font-size: 1.2em;
}

.fa-15x {
  font-size: 1.5em;
}

.page-link {
  color: #6c6c6c;
  font-size: 14px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #497790;
  border-color: #497790;
}

/* Angular2 Multiselect Styling Begin */
.sdesk-multi-select {
  color: #797979;
  background-color: white;
}

.sdesk-multi-select .c-token {
  background: #466d92 !important;
  color: whitesmoke;
  font-size: 13px;
}

.sdesk-multi-select .pure-checkbox label::before {
  background: #b8b8b8 !important;
}

.sdesk-multi-select .pure-checkbox input[type="checkbox"]:checked + label[_ngcontent-c1]:before {
  background: #b7b7b7 !important;
}

/* Angular2 Multiselect Styling End */

.navExtendedBackground {
  background-color: #ffffff0f;
}

.navIndentSubMenu {
  margin-left: 20px;
  list-style: none;
}

.navIndentSubMenu li a {
  padding: 8px 8px !important;
  border-bottom: 1px solid #344047fa !important;
}

.btn-grey-block {
  color: #5d5d5d;
  background-color: #00000015;
  font-size: 15px;
  border: none;
  border-radius: 0;
  /* margin: 2px; */
}

.btn-lightblue-block {
  color: #e9e9e9;
  font-size: 11px;
  border-radius: 0;
  background-color: #4b6884;
  border-right: solid #ebeff236 2px;
  /* margin-right: 1px; */
  border-radius: 10px;
}

.btn-lightblue-block:hover {
  color: #eeeeee;
  background-color: #57748f;
}


/* Request Page - Action Tabs Start */
.requestPropertiesLink {
  color: #337ab7;
  text-decoration: none;
}

.nav-link {
  background-color: #00000017;
  text-align: center;
  padding: 20px 15px;
  color: #2d3b43;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 7px;
}

.nav-link:hover {
  background-color: rgba(69, 69, 69, 0.11);
  color: #2d3b43;
}

.nav-link.active {
  background-color: #FFFFFF;
  border-left: solid #95b9a7 10px;
}

.nav-link-thread {
  background-color: #0000001c;
  text-align: center;
  padding: 9px 15px 9px 15px;
  color: #2d3b43;
  margin-right: 1px;
}

.nav-link-thread:hover {
  background-color: rgba(69, 69, 69, 0.11);
  color: #2d3b43;
}

.nav-link-thread.active {
  background-color: #2b42587a !important;
  color: whitesmoke;
}

/* Request Page - Action Tabs End */

/* WYSIWYG Start */
.ql-toolbar.ql-snow {
  border: 1px solid #ebeff2 !important;
}

.ql-container.ql-snow {
  border: 1px solid #ebeff2 !important;
}

.ql-snow .ql-tooltip {
  z-index: 7000;
}

/* WYSIWYG End */

/* Request Thread Start */
.threadItem {
  background-color: white;
  padding: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgba(152, 166, 173, 0.2);
  padding-bottom: 28px;}

.threadItem.comment {
  border-left: 6px solid #ffbd4a;
  background-color: #fff8ee;
}

.threadItem.inboundEmail {
  border-left: 6px solid #9d9d9d;
}

.threadItem.outboundEmail {
  border-left: 6px solid #52B3C2;
}

.threadItem.resolution {
  border-left: 6px solid #81b29a;
}

.threadItem.taskComment {
  border-left: 6px solid #ffbd4a;
  background-color: #fff8ee;
}

/* Request Thread End */


/* Major Incident Management Start */
.statisticBox {
  display: inline-block;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  color: white;
  background-color: indianred;
  text-align: center;
  margin: 0px 10px 0px 20px;
}

.statisticContainer {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.statisticBox h3 {
  padding: 10px !important;
}

.statisticBoxHeading {
  display: inline !important;
  margin-left: 10px;

}

/* Major Incident Management End */


.ng-select.ng-select-single .ng-select-container {
  height: 30px !important;
}

.ng-select .ng-select-container {
  color: #212529 !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #d7d7d7 !important;
  min-height: 30px !important;
  align-items: center !important;
  font-size: 12px;
}

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #efefef !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 12px;
}


.attachmentButton {
  font-size: 12px;
  border-color: #dfe0e2;
}

.dropdownStyle {
  color: #212529 !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #e8e8e8 !important;
  min-height: 30px !important;
  align-items: center !important;
  font-size: 12px;
}

.slaBox {
  padding: 20px;
  text-align: center;
}

.slaHeader {
  font-size: 21px;
}

.slaBox.green {
  background-color: #81b29a;
}

.slaBox.green i {
  color: #ffffff;
}

.slaBox.red {
  background-color: indianred;
}

.slaBox.red i {
  color: #ffffff;
}

.slaBox.grey {
  background-color: #607d8b;
}

.slaBox.grey i {
  color: #ffffff;
}

.slaBox i {
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: auto;
}

.requestBodyButton {
  /* background-color: #f0f2f4; */
  margin-right: 5px;
  color: #4081be;
  font-size: 13px;
}

.requestBodyButton:hover {
  color: #1b5a94;
  background-color: #f8f8f8;

}

.highlightRequiredField {
  background-color: #ffdeab;
}

.sdeskTags {
  display: inline-block;
  background-color: #eaedee;
  padding: 4px 10px;
  margin-right: 3px;
  margin-bottom: 2px;
  color: #6a6a6a;
}

.tagsInput {
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  color: #69727b;
  height: 27px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbd0d4;
  width: 250px;
}

.tagsContainer {
  margin-bottom: 5px;
  margin-top: 5px;
}

.alert-success {
  color: #0f5132;
  background-color: #b5d3c4;
  border-color: #a2cab6;
  border-radius: 0px;
}

.alert-warning {
  color: #5f460f;
  background-color: #e9c46a;
  border-color: #e9c46a;
  border-radius: 0;
}

.alert-danger {
  color: #4e050c;
  background-color: #d67b7b;
  border-color: #d67b7b;
  border-radius: 0px;
}

.alert-grey {
  /* color: #0f5132; */
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
}

.green-icon {
  color: #6e9e87;
}

.btn-green {
  color: #ffffff;
  background-color: #6e9e87;
  font-size: 13px;
  border: none;
  border-radius: 0;
  margin: 2px;
}

.btn-green:hover {
  background-color: #5b8a73;

}

.btn-purple {
  color: #ffffff;
  background-color: #7c5887;
  font-size: 13px;
  border: none;
  border-radius: 0;
  margin: 2px;
}

.icon-amber {
  color: #f4a261;
  font-size: 15px;
}

.icon-success {
  color: #81b29a;
  font-size: 15px;
}


.icon-green {
  color: #81b29a;
  font-size: 15px;
}

.icon-red {
  color: #cd5c5c;
  font-size: 15px;
}

.icon-grey {
  color: #969696;
  font-size: 15px;
}

.large-search-box {
  line-height: 2 !important;
}

.reportingAgentPerformanceSlaContainer {
  height: 45px;
  background-color: lightgrey;
  display: flex;
}

.reportingAgentPerformanceSlaBreached {
  height: 45px;
  background-color: indianred;
}

.reportingAgentPerformanceWithinSla {
  height: 45px;
  background-color: #81b29a;
}


.sdesk-tooltip {
  font-size: 13px !important;
}

.solutionsCategory {
  padding: 0 !important;
  margin-left: 10px;
  margin-top: 10px;
}

.solutionsCategory h4 {
  background-color: #fbfbfb;
  color: #8e8e8e;
  padding: 20px;
  border-bottom: solid #f1f1f1;
  margin-bottom: 0;
}

.solutionsHomeLink {
  padding: 10px;
  border-bottom: solid 1px #dadada;
}

.solutionsHomeLink:hover {
  background-color: #00000005;
}

.horizontalTab {
  background-color: white;
  padding: 14px 20px;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.horizontalTab .label {
  font-size: 14px;
}

.horizontalTab:hover {
  background-color: #f8f8f8;
}

.horizontalTab.active {
  right: -5px;
  border-left: solid #c7c7c7 4px;
}

.horizontalTab.active:hover {
  background-color: #ffffff;
}

.dialogTabs {
  margin-left: -10px;
  margin-top: 12px;
}

.dialogTabs-big {
  margin-left: -10px;
  margin-top: 12px;
}

/* Admin KB Start */

.kbTree-Portal {
  background: #ffffff;
  color: #2f2f2f;
  padding: 10px;
  border: #ebeff2;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.kbTree-Portal .icon {
  color: #5d9bd1;
  margin-right: 5px;
  font-size: 1.2em;
}

.kbTree-KnowledgeBase {
  background: #ffffff;
  color: #2f2f2f;
  padding: 10px;
  border: #ebeff2;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.kbTree-KnowledgeBase .icon {
  color: #77c27f;
  margin-right: 5px;
  font-size: 1.2em;
}

/*Folder Node*/

.kbTree-expand {
  color: #c1cfd9;
}

.kbTree-Folder {
  background: #ffffff;
  padding: 10px;
  padding-left: 25px;
  border: #ebeff2;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.kbTree-cog {
  color: #b4b4b4 !important;
}

.kbTree-Folder.published {
  color: #2f2f2f;
}

.kbTree-Folder.published i {
  color: #dfbb4f;
  margin-right: 5px;
}

.kbTree-Folder.unpublished {
  color: #a4a1a1;
}

.kbTree-Folder.unpublished i {
  color: #c5625b;
  margin-right: 5px;
}

/*Article Node*/

.kbTree-Article {
  background: #f9f9f9;
  color: #2f2f2f;
  padding: 8px;
  padding-left: 40px;
  border: #dee2e4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.kbTree-Article.published {
  color: #2f2f2f;
}

.kbTree-Article.published i {
  color: #8ab48e;
  margin-right: 5px;
  font-size: 1.2em;
}

.kbTree-Article.unpublished {
  color: #a4a1a1;
}

.kbTree-Article.unpublished i {
  color: #c5625b;
  margin-right: 5px;
  font-size: 1.2em;
}

/* Admin KB End */


.sdesk-menu-float-right {
  position: absolute;
  right: -12px;
  top: 250px;
  z-index: 15;
  display: grid;

}

.sdesk-menu-float-right .menu-item {
  margin-top: 3px;
  transition: 0.3s;
  padding: 7px 5px 6px 10px;
  width: 45px;
  font-size: 20px;
  color: white !important;
  border-radius: 3px 0px 0px 3px;
  background-color: #337ab78f;
  cursor: pointer;
}

.sdesk-menu-float-right .menu-item:hover {
  margin-right: 5px;
  background-color: #337ab7;
  padding-left: 10px;
}


.sdesk-refresh-bar {
  animation: refreshBarAnimate 60s infinite;
  background-color: #bdc7cc;
  height: 3px;
}

@keyframes refreshBarAnimate {
  100% {
    width: 0%;
  }
  0% {
    width: 100%;
  }
}


.sdesk-left-border {
  border-left: dashed 5px #ebeff2;
}


.p-datatable-tbody td {
  padding: 10px;
}

.p-datatable-thead th {
  padding: 10px;
}


.background-amber {
  background-color: #f4a261;
  color: white;
}

.background-green {
  background-color: #81b29a;
  color: white;
}

.background-red {
  background-color: #cd5c5c;
  color: white;
}

.background-grey {
  background-color: #969696;
  color: white;
}

.border-left-white {
  border-left: white 2px solid;
}

.fa-13x {
  font-size: 1.3em;
}


.sdesk-asset-network-journey-connector {
  display: block;
  border-top: 5px solid #969696;
  margin-top: 27px;
}

.sdesk-asset-network-journey {
  padding: 5px;
}

.sdesk-asset-network-journey i {
  padding: 10px;
  height: 50px;
  font-size: 2.5em;
}

.sdesk-asset-network-journey-connector {
  display: block;
  border-top: 4px solid #969696;
  margin-top: 47px;
  max-width: 100px;
}

.sdesk-asset-network-journey-connector.green {
  border-color: #81b29a;
}

.sdesk-asset-network-journey-connector.red {
  border-color: #cd5c5c;
}

.sdesk-asset-network-journey-connector.amber {
  border-color: #f4a261;
}


.sdesk-asset-tile {
  background-color: #f7f7f7;
  /* border: #f5f5f5 solid 3px; */
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding-bottom: 15px !important;
  margin-right: 5px;
  margin-bottom: 5px;

}

.sdesk-asset-tile.green i {
  color: #81b29a;
}

.sdesk-asset-tile.red i {
  color: #cd5c5c;
}

.sdesk-asset-tile.amber i {
  color: #f4a261;
}


.sdesk-network-journey {
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: table;
  border: solid #989898 2px;
}

.sdesk-network-journey:hover {
  background-color: #f8f8f8;
  border-width: 3px;
}

.sdesk-asset-network-speed-container {
  text-align: center;
  background-color: #669a802e;
  margin-right: 5px;
}

.sdesk-asset-network-speed-container.green {
  background-color: #669a802e;
}

.sdesk-asset-network-speed-container.red {
  background-color: rgba(215, 102, 86, 0.44);
}

.sdesk-asset-network-speed-container strong {
  font-size: 25px;
}

.sdesk-network-journey i {
  /*display: table-cell; */
  font-size: 2.5em;
  margin-top: 25%;
}

.sdesk-network-journey.green {
  border-color: #81b29a;
  color: #7e7e7e;

}

.sdesk-network-journey.amber {
  border-color: #f4a261;
  color: #f4a261;

}

.sdesk-network-journey.red {
  border-color: #cd5c5c;
  color: #cd5c5c;

}

.sdesk-tree-item {
  background: #ffffff;
  color: #2f2f2f;
  padding: 10px;
  border: #ebeff2;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  cursor: pointer;
}

.sdesk-tree-item.active {
  background-color: #d8e9f2;
}

.sdesk-tree-item.active i {
  color: #b1b8c0;
}

.sdesk-tree-item.level1 .icon {
  margin-left: 20px;
}

.sdesk-tree-item .icon {
  color: #5d9bd1;
  margin-right: 5px;
  font-size: 1.2em;
}

.statisticLeftBorder2 {
  margin: 5px;
  padding: 10px;
  border-bottom: solid 5px #ebeff2;
  padding-left: 15px !important;
  color: #929292;
  font-weight: 600;
  font-size: 21px;
}

.sdesk-tree-item i {
  color: #c1cfd9;
  font-size: 1.2em;
  margin-right: 8px;
}

.statisticLeftBorder {
  margin: 5px;
  padding: 10px;
  border-bottom: solid 5px #ebeff2;
  /* padding-left: 15px !important; */
  color: #929292;
  font-weight: 600;
  font-size: 21px;
}

.statisticLeftBorder.green {
  border-bottom-color: #81b29a;
}
.statisticLeftBorder.green.active {
  background-color: rgba(129, 178, 154, 0.1);
}
.statisticLeftBorder.amber {
  border-bottom-color: #f4a261;
}
.statisticLeftBorder.amber.active {
  background-color: rgba(244, 162, 97, 0.1);
}
.statisticLeftBorder.red {
  border-bottom-color: #cd5c5c;
}
.statisticLeftBorder.red.active {
  background-color: rgba(205, 92, 92, 0.1);
}
.maxImg img {
  max-width: 100% ;
  height: auto;
}

.maxImg a {
  color: #2e5a8f;
  font-weight: bold;
}


.p-paginator button {
  background-color: #54798f;
  border: none;
  color: white;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 92px;
}

.p-paginator button.p-highlight {
  background-color: #7ba2b9;
}

.taskList {
  border-radius: 10px;
  padding: 3px;
  background-color: #f3f3f38f;
  margin-bottom: 5px;
}

.taskList .title {

  font-size: 14px;

  font-weight: bold;

  padding: 8px;
}


.taskList .description {

  padding: 5px;
}

.sdesk-check {
  width: 40px;
  padding: 13px;
  background-color: indianred;
  color: white;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  height: 40px;
}

.sdesk-check.completed {
  width: 40px;
  padding: 13px;
  background-color: #95b9a7;
  color: white;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  height: 40px;
}

.TabSelector {
  background: #edededb8;
  border-radius: 10px;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.TabSelector.active {
  /* background: rgba(201, 201, 201, 0.72); */
  border: solid 2px #a7a7a7;
}

.top-tab{
  background-color: #00000017;
  text-align: center;
  padding: 12px 1.5vw;
  color: #2d3b43;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 1px;
  margin-right: 3px;
}
.top-tab.active {
  background-color: #FFFFFF;
  border-top: solid #95b9a7 6px;
}

.userSearchRow{
  padding: 8px;
  border-bottom: solid #d1d1d1 1px;
}
.userSearchRow:last-child{
  border-bottom: none;
}
.userSearchRow:hover {
  background-color: whitesmoke;
}
.roles-section{
  opacity: .5;
  pointer-events: none;
}

.mat-datepicker-content {
  background-color: #f0f0f0;
}

.mat-calendar-body-cell-content {
  color: #333;
}

.mat-calendar-header {
  color: #000000;
}

.mat-calendar-body-today {
  background-color: #4A6987; 
  color: #fff; 
}

.mat-calendar-body-selected {
  border-color: #FFBD4C;
}

.cdk-overlay-pane, .mat-datetimepicker-touch-ui .cdk-overlay-pane {
      max-height: calc(100vh - 100px) !important; 
      background-color: #ffffff !important;
}

.mat-datepicker-content-touch .mat-datepicker-content-container {
    max-height: 100vh !important; 
    background-color: #ffffff !important;
  }

  
.p-datatable-wrapper >table > thead > tr > th,.p-datatable-wrapper >table > tbody > tr > td{
  color: #7f7f7f !important;
  font-size: 13px !important;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.p-element .p-sortable-column .p-icon-wrapper svg  {
  color: #7f7f7f !important;
  width: 13px !important;
  height: 13px !important;
}

.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #ffff !important;
}

.p-datatable .p-datatable-thead > tr > th {
  background: #ffff !important;
} 
