/*	Title: Flashtalking Hourly Apps
	Date: Dec 30, 2024
-------------------------------------
*/

/*=========== BEGIN COMMON ============*/
@font-face {
  font-family: 'HelveticaNeueLTPro45Light';
  src: url('../fonts/HelveticaNeueLTPro45Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro45Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro55Roman';
  src: url('../fonts/HelveticaNeueLTPro55Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro55Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro65Medium';
  src: url('../fonts/HelveticaNeueLTPro65Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro65Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro75Bold';
  src: url('../fonts/HelveticaNeueLTPro75Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTPro75Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


html {
  background: #fff;
  padding: 0px !important;
  height: 100%;
}

html.wp-toolbar {
  padding: 0px !important;
}

body {
  min-height: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  font-family: 'HelveticaNeueLTPro55Roman';
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 400;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
samp,
small,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
object,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
input,
select,
textarea {
  outline: none
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
}

input::-moz-focus-inner {
  border: 0px;
  padding: 0px;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
summary,
audio,
video,
details,
address {
  display: block;
}
select,
option {
  font-family: 'HelveticaNeueLTPro55Roman';
}
strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
}

table th {
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
  color: #808080 !important;
}

table td {
  color: #666 !important;
}

.input-group,
.form-control,
.form-select,
.select2-selection {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a {
  color: #55B3B0;
  outline: none !important;
}

a:active,
a:focus,
a:hover {
  outline: none !important;
  text-decoration: underline;
}

:before,
:after {
  font-family: 'FontAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn-default:hover {
  background: #fff;
}

.form-control,
.form-select {
  box-shadow: none;
  border: 1px solid #E5E4E4 !important;
  font-family: 'HelveticaNeueLTPro55Roman';
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #55B3B0 !important;
}

.form-control,
.input-sm {
  font-size: 12px;
  padding: 4px 12px;
  color: #666 !important;
  min-width: 70px;
}

.form-select {
  font-size: 12px;
  padding: 4px 12px;
  color: #A7A7A7 !important;
  min-width: 70px;
  padding-right: 35px;
}

.user-login-form .form-control {
  border-color: #F2F2F2 !important;
}

.user-login-form .form-control:focus {
  border-color: #55B3B0 !important;
}

textarea {
  resize: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: top
}

a img {
  border: 0px;
  outline: none;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

hr,
p {
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0B333F;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
}

h1 {
  font-size: 40px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6 {
  font-size: 14px;
  line-height: 1.4;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
  margin: 6px 0 6px 15px;
  padding: 0 0 0 15px;
  /*background: url(../images/disc_bullet.png) no-repeat 0 10px;*/
}

.upperTxt {
  text-transform: uppercase;
}

.redTxt {
  color: #E51B1B !important;
}

.purpleTxt {
  cursor: #602E55 !important
}

.blueTxt {
  color: #246e98 !important;
}

.greenTxt {
  color: #8DC200;
}

.lightTxt {
  font-family: 'HelveticaNeueLTPro45Light';
}

.regularTxt {
  font-family: 'HelveticaNeueLTPro55Roman';
}

.rowIn {
  clear: both;
  max-width: 100%;
}

.txtField,
.selectBx,
textarea.txtArea {
  border-color: #E5E4E4;
  background: none !important;
  font-size: 12px !important;
  color: #A7A7A7 !important;
  font-family: 'HelveticaNeueLTPro55Roman', sans-serif;
  box-shadow: none;
  border-radius: 0px;
  position: relative;
  z-index: 4;
}

textarea.txtArea {
  height: 160px;
  resize: none;
  padding-left: 8px !important;
  border: 1px solid #E5E4E4 !important;
}

.selectBx-row {
  position: relative;
}

.selectBx-row:after {
  content: '';
  right: 0;
  top: 0px;
  width: 16px;
  height: 34px;
  background: url(../img/dropdown-arrowDark.png) no-repeat center;
  position: absolute;
  pointer-events: none;
  display: block;
}

.txtField {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.selectBx {
  height: auto;
  line-height: normal;
  padding: 9px 0 7px 0px !important;
  font-size: 14px !important;
  color: #A7A7A7 !important;
  font-family: 'HelveticaNeueLTPro55Roman';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  /* Safari only override */
  ::i-block-chrome,
  .selectBx {
    line-height: 1.75;
  }
}

::placeholder {
  color: #A7A7A7 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #A7A7A7 !important;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgba(102, 102, 102, 0.3);
  border-radius: 2px;

}

::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 102, 102, 0.7);
}

.txtField:focus,
.selectBx:focus,
.txtArea:focus {
  border: 1px solid #55B3B0 !important;
  box-shadow: none;
}

.txtField::-moz-placeholder {
  color: #A7A7A7;
  opacity: 1;
}

.txtField:-ms-input-placeholder {
  color: #A7A7A7;
}

.txtField::-webkit-input-placeholder {
  color: #A7A7A7;
}

.txtArea::-webkit-input-placeholder {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 400;
}

.txtArea:-moz-placeholder {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 400;
}

.txtArea::-moz-placeholder {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 400;
}

.txtArea:-ms-input-placeholder {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 400;
}

label {
  font-weight: normal;
  /* color: #9F9F9F; */
}

.form-group label {
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main-container {
  clear: both;
  margin: 0;
  padding: 0 0 0 250px;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  overflow-y: auto;
}

.wrapper {
  clear: both;
  max-width: 100%;
  position: relative;
}

.container-fluid {
  padding: 0;
}

.body-container {
  padding: 70px 30px 60px;
  background: #fff;
}

.cyanBtn {
  white-space: nowrap;
  line-height: 1.1;
  font-family: 'HelveticaNeueLTPro55Roman';
  color: #fff !important;
  background: #55b3b0 !important;
  padding: 7px 20px;
  height: 46px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  border-radius: 6px;
  border: 0;
  text-decoration: none !important;
  position: relative;
  margin: 0 0 0 30px !important;
}

.cyanBtn:focus,
.cyanBtn:hover,
.cyanBtn:active {
  color: #fff !important;
  background: #64c0bd !important;
  text-decoration: none !important;
}

.btn-success {
  background: #799F00;
  border: 0;
}

.btn-danger {
  background: #E83838;
  border: 0;
}

.btnLg-outline {
  color: #A7A7A7 !important;
  border: 1px solid #E5E4E4 !important;
  text-decoration: none !important;
  background: #fff !important;
  font-family: 'HelveticaNeueLTPro55Roman';
  padding: 7px 20px;
  height: 46px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  border-radius: 6px;
  position: relative;
  margin: 0 0 0 30px !important;
}

.btnArrow {
  padding-right: 40px;
}

.btnArrow:after {
  content: "\f105";
  right: 20px;
  top: 13px;
  font-size: 20px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btnArrow.show:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.btnLg-outline.btnArrow:after {
  content: "\f107";
  right: 19px;
  top: 12px;
}

.btnLg-outline.btnArrow.show:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.full-width-list .dropdown-content {
  width: 91%;
}

.btn-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-sm-df {
  font-size: 12px;
  padding: 4px 12px;
  background: #E5E4E4 !important;
  color: #fff !important;
}

.btnSm-outline {
  font-size: 12px;
  padding: 4px 12px;
  color: #A7A7A7 !important;
  border: 1px solid #E5E4E4 !important;
  text-decoration: none !important;
}

.btnSm-green-outline {
  font-size: 12px;
  padding: 4px 12px;
  color: #799F00 !important;
  border: 1px solid #799F00 !important;
  text-decoration: none !important;
}

.cyanBg,
.lightGreyBg,
.greenBg,
.redBg,
.tealBg,
.yellowBg {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.cyanBg {
  color: #fff !important;
  background: #55b3b0 !important;
  border: 1px solid transparent !important;
}

.cyanBg:focus,
.cyanBg:hover,
.cyanBg:active {
  color: #fff !important;
  background: #64c0bd !important;
  text-decoration: none !important;
}

.lightGreyBg {
  background: #E5E4E4 !important;
}

.greenBg {
  background: #799F00 !important;
  border: 1px solid transparent!important;
}

.greenBg:focus,
.greenBg:hover,
.greenBg:active {
  color: #fff !important;
  background: #84ad00 !important;
  text-decoration: none !important;
}

.tealBg {
  background: #246E98 !important;
  border: 1px solid transparent!important;
}

.tealBg:focus,
.tealBg:hover,
.tealBg:active {
  color: #fff !important;
  background: #246E98 !important;
  text-decoration: none !important;
}

.redBg {
  background: #E83838 !important;
}

.greyBg {
  background: #e9e9e9 !important;
}

.yellowBg {
  background: #F4C200 !important;
}

.yellowBg:hover {
  background: #f5c81c !important;
}

.downloadBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0 !important;
  color: #0B333F !important;
  background: #F4C200 !important;
}

.downloadBtn:hover {
  color: #0B333F !important;
  background: #f2c829 !important;
}

.borderLeftGrey {
  border-left: 1px solid #E5E4E4;
}

/*=========== END COMMON ============*/

/*=========== BEGIN HEADER & NAV ============*/
.sidebar,
.nav-handler,
.main-container {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main-container,
.custom-header {
  z-index: 1000;
  min-height: 70px;
}

.custom-header {
  background: #0b333f;
}

.fa-ellipsis-vertical:before {
  content: "\f142";
}

.hs-bars,
.hs-ellipsis {
  color: #fff;
  font-size: 20px;
  display: none;
}

.sidebarShow .hs-bars:before {
  content: "\f00d"
}

.custom-header .navbar-brand {
  padding: 3px 30px 0;
}

.sidebar {
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 250px;
  padding: 0;
  background: #fff;
  overflow-y: auto;
  z-index: 998;
  border-right: 1px solid #e5e4e4;
}

.sidebar .wrap {
  padding: 70px 0 380px;
}

.sidebar .pb-20 {
  padding-bottom: 20px;
}

.nav-handler {
  border: 0;
  position: fixed;
  left: 236px;
  top: 50%;
  margin-top: -22px;
  z-index: 1007;
  width: 27px;
  padding: 0 4px;
  background: #e5e4e4;
  color: #55b3b0;
}

.nav-handler .fa {
  line-height: 1.5;
  font-size: 24px;
}

.nav-handler .fa:before {
  position: relative;
}

.nav-handler:active,
.nav-handler:focus,
.nav-handler:hover {
  color: #55b3b0 !important;
  border: none;
  box-shadow: none;
  outline: 0 !important;
  background: #e5e4e4 !important;
}

.nav-handler .fa-angle-right {
  display: none;
}

.sidebar-close {
  padding-left: 60px;
}

.sidebar-close .sidebar {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.sidebar-close .nav-handler {
  left: 46px;
}

.sidebar-close .nav-handler .fa-angle-left {
  display: none;
}

.sidebar-close .nav-handler .fa-angle-right {
  display: inline-block;
}

.sidebar-close .nav-handler .fa-angle-right:before {
  left: 1px;
}

.user-avatar {
  margin-right: 10px;
  position: relative;
}

.user-avatar img {
  width: 32px;
}

.user-avatar .online {
  background-color: #76a01e;
  width: 12px;
  height: 12px;
  line-height: 8px;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  bottom: 5px;
  z-index: 9;
}

.account-user {
  color: #fff;
  font-size: 14px;
  padding-right: 30px;
  line-height: 18px;
}

.account-user>a {
  text-decoration: none;
  position: relative;
}

.nav-user {
  color: #fff;
  display: flex;
  padding-right: 20px;
  position: relative;
}

.nav-user:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.nav-user.show:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.user-name {
  padding-top: 5px;
}

.user-name .designation {
  display: block;
  font-size: 9px;
  color: #55b3b0;
  position: absolute;
  bottom:-7px;
}

.account-user .dropdown-menu {
  background: #353e40;
  border: 0;
  top: 48px;
  border-radius: 0;
  min-width: 240px;
  box-shadow: none;
  font-family: "HelveticaNeueLTPro55Roman";
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.account-user .dropdown-menu {
  right: 0px;
}

.account-user .dropdown-menu:before {
  content: "\f0d8";
  font-size: 28px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -17px;
  color: #353e40;
}

.account-user .dropdown-menu>li {
  padding: 10px 30px;
  margin: 0;
  background: none;
}

.account-user .dropdown-menu>li>a {
  display: block;
  position: relative;
  color: #9b9b9b;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.account-user .dropdown-menu>li>a:hover,
.account-name .dropdown-menu>li>a:focus,
.account-name .dropdown-menu>.active>a,
.account-name .dropdown-menu>.active>a:hover,
.account-name .dropdown-menu>.active>a:focus {
  color: #fff !important;
  background: none !important;
}

.account-user .dropdown-menu>li>a .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  background: url(../images/icon_settings.svg) no-repeat center;
}

.account-user .dropdown-menu>li>a:hover .icon {
  background: url(../images/icon_settings_white.svg) no-repeat center;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  margin: 0;
  padding: 0;
}

/* .nav-title:after {
font-size: 16px;
content: "\f107";
right: 26px;
top: 22px;
position: absolute;
color: #0b333f;
} */
.nav-title {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #e5e4e4;
}

.nav-title .icon,
.sidenav .icon {
  display: inline-block;
  width: 48px;
  height: 40px;
  background: url(../images/ft_client_logo.svg) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-title strong {
  white-space: nowrap;
  display: inline-block;
  padding: 0 15px 0 0;
  color: #0b333f;
  font-size: 14px;
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
}

ul.sidenav {
  font-size: 14px;
  padding: 10px 0;
  font-family: "HelveticaNeueLTPro65Medium";
}

.sidenav .nav-item {
  position: relative;
  margin: 0;
  padding: 0 15px;
  background: none;
}

.sidenav .nav-item strong {
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  font-family: "HelveticaNeueLTPro65Medium";
}

.sidenav .nav-item>a {
  display: flex;
  align-items: center;
  padding-right: 25px;
  color: #9b9b9b;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.sidenav .subNavOuter>a:after {
  content: "\f105";
  right: 28px;
  top: 15px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.sidenav .activeItem>a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.sidenav .nav-item>a:hover {
  color: #55b3b0;
}

.subNav {
  display: none;
}

.subNav ul li {
  position: relative;
  padding: 7px 15px 7px 48px;
}

.subNav ul li a {
  display: block;
  color: #9b9b9b;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.subNav ul li a:hover {
  color: #55b3b0;
}

.sidenav .activeItem .active {
  color: #55b3b0;
}

/* .sidenav .activeItem .subNav {
display: block;
}*/
/* .sidenav .activeItem > a {
color: #55b3b0;
} */

.sidenav .dashboard .icon {
  background: url(../images/icon_dashboard.svg) no-repeat center;
}

.sidenav .dashboard:hover .icon,
.sidenav .dashboard .active .icon

/*.sidenav .dashboard.activeState .icon*/
  {
  background: url(../images/icon_dashboard_hover.svg) no-repeat center;
}

.sidenav .queue .icon {
  background: url(../images/icon_queue.svg) no-repeat center;
}

.sidenav .queue:hover .icon,
.sidenav .queue .active .icon {
  background: url(../images/icon_queue_hover.svg) no-repeat center;
}

.sidenav .timesheet .icon {
  background: url(../images/icon_timesheet.svg) no-repeat center;
}

.sidenav .timesheet:hover .icon,
.sidenav .timesheet .active .icon {
  background: url(../images/icon_timesheet_hover.svg) no-repeat center;
}

.sidenav .teamtrack .icon {
  background: url(../images/icon_teamtrack.svg) no-repeat center;
}

.sidenav .teamtrack:hover .icon,
.sidenav .teamtrack .active .icon {
  background: url(../images/icon_teamtrack_hover.svg) no-repeat center;
}

.sidenav .team .icon {
  background: url(../images/icon_team.svg) no-repeat center;
}

.sidenav .team:hover .icon,
.sidenav .team .active .icon {
  background: url(../images/icon_team_hover.svg) no-repeat center;
}

.sidenav .knowledge .icon {
  background: url(../images/icon_knowledge.svg) no-repeat center;
}

.sidenav .knowledge:hover .icon,
.sidenav .knowledge .active .icon {
  background: url(../images/icon_knowledge_hover.svg) no-repeat center;
}

.sidenav .report .icon {
  background: url(../images/icon_report.svg) no-repeat center;
}

.sidenav .report:hover .icon,
.sidenav .report .active .icon

/*.sidenav .report.activeState .icon*/
  {
  background: url(../images/icon_report_hover.svg) no-repeat center;
}

.sidenav .goals .icon {
  background: url(../images/icon_goals.svg) no-repeat center;
}

.sidenav .goals:hover .icon,
.sidenav .goals .active .icon {
  background: url(../images/icon_goals_hover.svg) no-repeat center;
}

.sidenav .links .icon {
  background: url(../images/icon_links.svg) no-repeat center;
}

.sidenav .links:hover .icon,
.sidenav .links .active .icon {
  background: url(../images/icon_links_hover.svg) no-repeat center;
}

.sidenav .config .icon {
  background: url(../images/icon_config.svg) no-repeat center;
}

.sidenav .config:hover .icon,
.sidenav .config .active .icon {
  background: url(../images/icon_config_hover.svg) no-repeat center;
}

.sidenav .settings .icon {
  background: url(../images/icon_settings.svg) no-repeat center;
}

.sidenav .settings:hover .icon,
.sidenav .settings .active .icon {
  background: url(../images/icon_settings_hover.svg) no-repeat center;
}

.sidenav .daily-status .icon {
  background: url(../images/icon_daily_status.svg) no-repeat center;
}

.sidenav .daily-status:hover .icon,
.sidenav .daily-status .active .icon

/*.sidenav .daily-status.activeState .icon*/
  {
  background: url(../images/icon_daily_status_hover.svg) no-repeat center;
}

.sidenav .shift-schedule .icon {
  background: url(../images/icon_shift_schedule.svg) no-repeat center;
}

.sidenav .shift-schedule:hover .icon,
.sidenav .shift-schedule .active .icon

/*.sidenav .shift-schedule.activeState .icon*/
  {
  background: url(../images/icon_shift_schedule_hover.svg) no-repeat center;
}

.sidenav .nav-item .icon,
.sidenav .nav-item:hover .icon,
.sidenav .nav-item .active .icon

/*.sidenav .nav-item.activeState .icon*/
  {
  background-size: 16px 16px;
}

.sidebar-close .sidenav .icon,
.sidebar-close .nav-title .icon {
  width: 100%;
}

.sidebar-close .sidenav strong,
.sidebar-close .nav-title strong {
  display: none;
  opacity: 0;
}

.sidebar-close .sidenav .nav-item>a {
  padding-right: 0;
}

.sidebar-close .subNavOuter>a:after,
.sidebar-close .nav-title:after {
  content: "";
}

.sidebar-close .sidenav .nav-item .subNav {
  background-color: #353E40;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1050;
  width: 220px;
}

.sidebar-close .sidenav .nav-item:hover {
  background: #F1F1F1;
}

.sidebar-close .sidenav .nav-item:hover .subNav {
  display: block !important;
  padding: 10px 0;
}

.sidebar-close .sidenav .nav-item .subNav:before {
  left: -5px;
  top: 10px;
  color: #353e40;
  font-size: 18px;
  content: "\f0d9";
  position: absolute;
  z-index: 1015;
}

.sidebar-close .sidenav .subNav ul li {
  padding: 5px 15px;
}

.sidebar-close .sidenav .subNav ul li a:hover {
  color: #fff !important;
}

/*=========== END HEADER & NAV ============*/

/*=========== BEGIN USER LOGIN ============*/
.user-login-bg {
  height: auto;
  background: #e9e9e9;
}

.user-login-wrap {
  width: 100%;
  padding-top: 12%;
  padding-left: 20px;
  padding-right: 20px;
}

.user-login {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}

.logo-hourly {
  margin-bottom: 72px;
}

.user-login-title h1 {
  font-size: 60px;
  margin-bottom: 0;
  font-family: 'HelveticaNeueLTPro45Light';
}

.user-login-title span {
  display: block;
  font-size: 14px;
  color: #55b3b0;
  letter-spacing: 2.4px;
  font-family: 'HelveticaNeueLTPro45Light';
}

.user-login-form label {
  color: #133241;
  display: block;
  padding-bottom: 5px;
  letter-spacing: 1.8px;
  font-family: 'HelveticaNeueLTPro45Light';
}

.user-login-form .form-control {
  border-radius: 0;
  background: #F2F2F2;
  height: 40px;
}

.btn-login {
  margin: 20px 0 0;
  font-size: 16px;
  width: 130px;
  height: 40px;
  color: #fff;
  background: #55B3B0;
  letter-spacing: 2px;
  font-family: 'HelveticaNeueLTPro45Light';
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.btn-login:hover {
  color: #fff;
  background: #4EA5A2;
}

.user-login-footer {
  width: 100%;
  max-width: 1030px;
  padding: 20px 40px;
  margin: 0 auto;
  color: #133241;
  font-size: 14px;
  justify-content: space-between;
  font-family: 'HelveticaNeueLTPro45Light';
}

.user-forgot-pass a {
  font-size: 14px;
  color: #133241;
  letter-spacing: 1.8px;
  text-decoration: none;
  font-family: 'HelveticaNeueLTPro45Light';
}

.user-forgot-pass a:hover {
  text-decoration: underline;
}

.user-login-footer a {
  color: #133241;
  text-decoration: none;
}

.user-login-footer a:hover {
  text-decoration: underline;
}

.user-right ul,
.user-right li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.user-right li {
  margin-left: 30px;
}

/*=========== END USER LOGIN ============*/

/*=========== BEGIN BODY CONTENT ============*/
.body-content {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}

.board-title {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.title-left h1 {
  margin: 0;
}

.board-time {
  display: block;
  font-size: 14px;
  font-family: 'HelveticaNeueLTPro45Light';
}

.board-time .icon-clock {
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_clock.svg) no-repeat center;
  background-size: 18px auto;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #343d3f;
  min-width: 180px;
  /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1); */
  border-radius: 0;
  padding: 10px 0;
  z-index: 1000;
  top: 55px !important;
  left: auto !important;
  transform: translateX(-50%);
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.title-right .dropdown {
  display: inline-block;
  position: relative;
}

.title-right .dropdown-content {
  right: 0 !important;
}

.dropdown-content:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #324141 transparent;
  z-index: 1001;
}

.dropdown-content li {
  margin: 0;
  padding: 5px 20px;
}

.dropdown-content li a {
  /* font-size: 14px; */
  font-family: "HelveticaNeueLTPro55Roman";
  color: #9b9b9b;
  text-decoration: none;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.dropdown-content li a:hover {
  color: #fff;
}

.feature-card {
  margin-left: -30px;
  margin-right: -30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.borderBox {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  border: 1px solid #E5E4E4;
}

.queue-breakout {
  flex-direction: row;
}

.task-due .card-body,
.my-stats .card-body,
.task-worked .card-body,
.queue-breakout .card-body {
  padding: 20px;
}

.my-stats {
  min-width: 770px;
}

.my-stats h4 {
  color: #246e98;
}

.circle-chart {
  text-align: center;
  width: 100%;
  padding: 0 20px 0 0;
}

.circle-chart .hs-chart {
  position: relative;
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  margin: 0 auto;
}

.circle-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}

.circle-chart .chart-value {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #8DC200;
  font-family: 'HelveticaNeueLTPro75Bold';
  line-height: 130px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.task-due {
  max-width: 260px;
}

.task-worked {
  max-width: 310px;
}

.card-title h4 {
  color: #246e98;
  margin-right: 30px;
  margin-bottom: 0;
}

.toggleArrow {
  color: #083341;
  text-decoration: none !important;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border: 0;
}

.toggleArrow:focus,
.toggleArrow:hover {
  text-decoration: none !important;
}

.toggleArrow:after {
  content: "\f105";
  right: -15px;
  top: -1px;
  font-size: 20px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.toggleArrow.show:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.my-stats .dropdown-content,
.queue-breakout .dropdown-content {
  left: -10px !important;
  top: 35px !important;
}

.task-due .dropdown-content {
  top: 35px !important;
}

.ticket-count-wrap {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}

.ticket-count {
  margin: 0;
  position: relative;
  top: 15px;
}

.ticket-count-wrap>span {
  max-width: 120px;
  line-height: 1.2;
  text-align: right;
}

.units-count-box {
  background: #dbe7ec;
  height: 46px;
  min-width: 88px;
  padding: 5px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #343d3f;
}

.units-count-box .title {
  display: block;
  font-family: 'HelveticaNeueLTPro45Light';
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.8;
}

.units-count-box .total-units {
  font-family: 'HelveticaNeueLTPro75Bold';
  font-size: 18px;
}

.downArrow {
  color: #083341;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin-right: 80px;
}

.downArrow:focus,
.downArrow:hover {
  text-decoration: none;
}

.downArrow:after {
  content: "\f107";
  right: -15px;
  top: -1px;
  font-size: 20px;
  position: absolute;
}

.board-upper {
  flex: 0 0 auto;
  width: 100%;
}

.card-date {
  display: block;
  color: #083341;
  font-size: 14px;
}

.stats-chart {
  margin-top: 20px;
}

.stats-chart .col-6 {
  padding: 0 20px;
}

.stats-chart strong {
  font-size: 10px;
  display: block;
  padding-bottom: 4px;
}

.stats-chart .progress,
.stats-chart .progress-bar {
  border-radius: 16px;
}

.progress-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.progress-row span {
  padding-left: 10px;
}

.client-error {
  background: #D47F00;
}

.internal-error {
  background: #799F00;
}

.sla-rating {
  background: #B62818;
}

.extend-rating {
  background: #F4C200;
}

.shiftbreak-chart {
  width: 100%;
  margin-top: 5px;
}

.card-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.card-icon img {
  width: 36px;
}

.shift-breakout {
  padding-left: 0;
}

.shift-breakout .v-divider {
  padding-left: 20px;
  border-left: 1px solid #E5E4E4;
  justify-content: space-between;
  flex-direction: column;
}

.active-queue {
  justify-content: space-between;
  flex-direction: column;
}

.search-wrap {
  width: 100%;
  /* align-items: flex-end; */
  justify-content: space-between;
  margin-bottom: 20px;
}

.table-filter {
  justify-content: flex-start;
  align-items: center;
}

.table-filter .form-select {
  margin: 0 10px;
  font-size: 12px;
  color: #A7A7A7;
}

.table-filter span {
  font-size: 12px;
  color: #A7A7A7;
}

.table-search .form-control {
  font-size: 12px;
  color: #A7A7A7;
}

.table-search .fa-search::before {
  font-size: 14px;
}

.table-search span {
  font-size: 12px;
  color: #A7A7A7;
}

.table-search .input-group-text {
  padding-left: 0;
  background: none;
}

.assign-me {
  margin-bottom: 20px;
}

.assign-me .toggleArrow {
  color: #246e98;
  font-size: 18px;
  line-height: 1.4;
  padding-right: 22px;
  padding-left: 0;
  font-family: 'HelveticaNeueLTPro75Bold';
  min-height: 36px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.assign-me .toggleArrow:after {
  font-size: 24px;
  top: 7px;
  right: 0;
}

.assign-me .dropdown-content {
  top: 45px !important;
  left: auto !important;
  min-width: 210px;
  padding: 0;
}

.assign-me .dropdown-content ul {
  margin: 0;
  padding: 10px 0;
}

.pagination-count {
  padding-right: 20px;
}

.table-pagination {
  justify-content: space-between;
  /* align-items: center; */
}

.custom-pagination ul {
  margin: 0;
}

.custom-pagination .pagination {
  border-color: #E5E4E4;
}

.custom-pagination li {
  margin: 0;
  padding: 0;
}

.custom-pagination li {
  border-color: #E5E4E4;
}

.custom-pagination li a {
  color: #666;
  font-size: 12px;
  padding: 2px 10px;
}

.custom-pagination li a:hover {
  text-decoration: none;
  color: #666;
}

.custom-pagination li a:focus {
  box-shadow: none;
  text-decoration: none;
}

.custom-pagination .active .page-link {
  background: #284654;
}

.custom-pagination .active .page-link:hover {
  color: #fff;
}

.table-container {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.table-container .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  border-bottom: 1px solid #E5E4E4;
}

.table-container thead th {
  position: sticky;
  top: 0;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
  /* padding-left: 20px; */
  padding: 8px 10px;
}

.table-container tbody td {
  border-top: 1px solid #E5E4E4;
  vertical-align: middle;
  white-space: nowrap;
  /* padding-left: 20px; */
  padding: 8px 10px;
}
.columnBorder thead th,
.columnBorder tbody td {
  border-left: 1px solid #E5E4E4;
  /* padding: 0.5rem 0.75rem; */
}
.columnBorder thead th:first-child,
.columnBorder tbody td:first-child {
    border-left: 0;
}
div.dataTables_processing {
  top: auto!important;
  bottom: -60%!important;
}

/* .table-container tbody td span {
font-size: 20px;
line-height: 14px;
} */
.tdSpan {
  font-size: 20px;
  line-height: 14px;
}

.table-container tbody td p {
  margin: 0;
  white-space: wrap;
}

.table-container tbody .redTxt {
  color: #E51B1B;
  font-family: 'HelveticaNeueLTPro75Bold';
}

.table-container tbody tr:hover {
  background-color: #f2f2f2;
  background: red;
}

.table-container .table a {
  text-decoration: none;
}

.table-container .table a:hover {
  text-decoration: underline;
}

.adminTable {
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  margin-bottom: 30px;
}

.adminTable .table {
  border-bottom: 0;
}

.adminTable tr th {
  background: #F0F2F3;
}

.sorting-icon .fa-sort {
  cursor: pointer;
  width: 12px;
  text-align: center;
  font-size: 12px;
}

.sticky-column th:first-child,
.sticky-column td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 20;
}

/******/
.side-panel {
  margin: 0;
  position: fixed;
  background: none;
  width: 249px;
  top: auto;
  bottom: 0;
  /* -webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; */
}

.sidebar-close .side-panel {
  width: 59px;
}

.sidebar-close .sidebar .wrap {
  padding-bottom: 80px;
}

.weeks-log-btn {
  display: block;
  margin: auto;
  border: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  background: #F1F1F1;
  position: relative;
  padding: 13px 30px 11px 15px;
  font-family: 'HelveticaNeueLTPro75Bold';
  color: #133241;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.weeks-log-btn:after {
  content: "\f107";
  position: absolute;
  right: 12px;
  font-size: 14px;
}

.LogToggle:after {
  content: "\f106";
}

.weeks-log-info {
  overflow: hidden;
  clear: both;
  padding: 0 30px;
  background: #F1F1F1;
  position: relative;
  left: auto;
}

.sidebar-close .weeks-log-info {
  display: none;
  left: -249px;
}

.sidebar-close .weeks-log-btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.sidebar-close .weeks-log-btn:after {
  content: ""
}

.hour-log {
  width: 100%;
  padding: 15px 0 5px;
  text-align: center;
}

.hour-log img {
  display: inline-block;
}

.hour-log-bar {
  width: 100%;
  padding: 15px 0;
}

.hour-log-bar .rowIn {
  float: left;
  width: 100%;
  font-size: 11px;
  padding-bottom: 12px;
  vertical-align: top;
}

.hour-log-bar strong {
  float: left;
  display: block;
  width: 24%;
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
}

.hour-log-bar .progress {
  float: left;
  width: 43%;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 9px;
  line-height: 1;
  min-height: 6px;
  background: #fff;
  border-radius: 6px;
  margin: 4px 0 0;
}

.hour-log-bar .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 9px;
  line-height: 1;
  min-height: 6px;
  border-radius: 6px;
}

.hour-log-bar .progress-bar-success {
  background: #8DC200;
}

.hour-log-bar .progress-bar-warning {
  background: #F4C200;
}

.hour-log-bar .progress-bar-danger {
  background: #D47F00;
}

.hour-log-bar span {
  float: left;
  text-align: right;
  width: 29%;
  text-transform: uppercase;
  display: block;
}

.hour-log-btn {
  text-align: center;
  width: 150px;
  padding: 5px 0 15px;
  margin: auto;
  overflow: auto;
}

.hour-log-btn .cyanBtn {
  margin: 0 !important;
  padding: 5px;
  height: 42px;
  font-family: 'HelveticaNeueLTPro45Light';
}

/*=========== END BODY CONTENT ============*/

/*=========== BEGIN ADMIN DASHBOARD ============*/
.add-involver {
  position: absolute;
  right: 0;
  width: 16px;
}

.add-involver .dropdown-content {
  right: 0 !important;
  top: 28px !important;
  border-radius: 6px;
  min-width: 220px;
}

.add-involver .dropdown-content li {
  padding-left: 15px;
  padding-right: 15px;
  color: #9b9b9b;
  font-size: 12px;
}

.add-involver .dropdown-content .input-sm {
  background: #6c6f6f;
  border-color: #6c6f6f !important;
  padding-left: 10px;
  padding-right: 10px;
}

.add-involver .dropdown-content:before {
  top: -17px;
  left: auto;
  right: -10px;
  border-width: 10px;
}

.involver-select {
  position: absolute;
  right: 0;
}

.involver-select span {
  padding: 0 !important;
}

.involver-select .select2-selection {
  width: 16px;
  right: 0;
  top: -7px;
  position: absolute;
  border: 0;
}

.involver-select .select2-selection__arrow::after {
  display: none;
}

.involver-select .select2-selection__arrow {
  top: 7px !important;
  right: 0 !important;
  width: 16px !important;
  height: 16px !important;
  background: url(../images/icon_add.svg) no-repeat center;
}

.involver-select .select2-selection__rendered {
  position: absolute;
  right: 0;
  padding-right: 24px !important;
  display: none !important;
}

.editModal .select2-dropdown {
  padding: 10px 0 0 !important;
  top: 0px !important;
  left: -25px !important;
}

.editModal .select2-container--open .select2-dropdown {
  border: 1px solid #55B3B0 !important;
  border-radius: 6px !important;
}

.editModal .select2-container--open .select2-dropdown:after {
  content: "\f0da";
  position: absolute;
  right: -7px;
  top: 0;
  font-size: 18px;
  color: #55B3B0;
}

.active-task .card-body,
.deliver-ticket .card-body {
  padding: 20px;
}

.active-task .table,
.deliver-ticket .table {
  margin-bottom: 0;
  font-size: 14px;
}

.active-task .table th,
.active-task .table td,
.deliver-ticket .table th,
.deliver-ticket .table td {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.centetText th,
.centetText td {
  text-align: center;
}

.centetText th:first-child,
.centetText td:first-child {
  text-align: left;
  padding-left: 0;
}

/*=========== END ADMIN DASHBOARD ============*/

/*=========== BEGIN SHIFT SCHEDULE ============*/
.week-tabs {
  margin-bottom: 1rem !important;
}

.week-tabs .nav-item {
  padding: 0;
  margin-left: 20px;
}

.week-tabs .nav-link {
  padding: 3px 25px 5px;
  background: #E5E4E4;
  color: #fff;
  border-radius: 6px !important;
}

.week-tabs .nav-link:hover,
.week-tabs .active {
  background: #64c0bd !important;
}

/*=========== END SHIFT SCHEDULE ============*/

/*=========== BEGIN REPORTING ============*/
.outer-table {
  border: 0 !important;
}

.outer-table .table {
  border: 0;
}

.outer-table>tbody>tr>td {
  border: 0;
  padding: 0;
}

.reporting-head {
  padding: 0 0 10px;
}

.reporting-head .btnCol {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.select-advertiser .btn {
  position: relative;
  padding-right: 24px;
  border: 1px solid transparent;
}

.select-advertiser .dropdown-content li a {
  font-size: 12px;
}

.select-advertiser .btnArrow:after {
  top: 6px;
  right: 15px;
  font-size: 14px;
}

.select-advertiser .dropdown-content {
  top: 40px !important;
}

.select-advertiser .dropdown-wrap {
  max-height: 300px;
  overflow-y: auto;
}

.sum-effort {
  background: #E5E4E4 !important;
}

/*=========== END REPORTING ============*/

/*=========== BEGIN TEAM USER ============*/
.title-right .fa-add {
  font-size: 30px;
  position: relative;
  margin-right: 10px;
  top: -3px;
  font-family: 'HelveticaNeueLTPro45Light';
}

.upper-filter {
  margin: 0 0 30px;
  padding: 10px 20px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.upper-filter>.d-flex {
  flex-wrap: wrap;
}

.upper-filter .btnCol {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  position: relative;
}

.upper-filter .btnCol h4 {
  white-space: nowrap;
}

.qa-internal {
  min-width: 360px;
}

.schedulerTable {
  margin-left: -30px;
  margin-right: -30px;
}

.schedulerData {
  padding-left: 30px;
  padding-right: 30px;
}

.schedulerData .table-responsive {
  max-height: 685px;
}

.schedulerData .table-container {
  max-height: none;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  margin-bottom: 30px;
}

.schedulerData .table {
  border-bottom: 0;
}

.schedulerData tr th {
  background: #799F00;
  color: #fff !important;
  width: 50%;
}

.schedulerData tr .numberCount {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  color: #808080 !important;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
}

.schedulerData .dataHead th {
  color: #808080 !important;
  background: #fff !important;
}

.select-week {
  margin-left: 30px;
}

.select-week .select2-selection--single {
  height: 46px;
}

.select-week .select2-container {
  font-size: 16px;
  width: 100% !important;
}

.select-week .select2-selection__rendered {
  padding-left: 20px !important;
  padding-right: 40px !important;
  padding-top: 9px !important;
  color: #A7A7A7 !important;
}

.select-week .select2-selection__placeholder {
  color: #A7A7A7 !important;
}

.select-week .select2-selection__arrow:after {
  color: #A7A7A7 !important;
  right: 10px;
  top: 8px;
}

/*=========== END TEAM USER ============*/

/*=========== BEGIN CONFIGURATION ============*/
.config-form {
  padding: 30px 20px 20px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
}

.form-labels {
  width: 360px;
  padding: 0 15px 10px 0;
  text-align: right;
  color: #246E98;
  font-size: 16px;
  min-height: 10px;
  line-height: 1.4;
}

.form-tags {
  width: 100%;
  padding: 5px 10px 8px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
}

.config-form .form-tags {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.form-tags .input-sm {
  padding: 0;
  border: none !important;
}

.form-tags .btn-sm-df {
  margin: 5px 10px 5px 0;
}

.icon-cross {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: url(../images/icon_cross.svg) no-repeat center;
}

/*=========== END CONFIGURATION ============*/

/*=========== BEGIN TIMESHEET ============*/

.add-hour-form {
  width: 100%;
  align-items: flex-end;
}

.add-hour-form .btnCol {
  padding-right: 0.5rem !important;
}

.add-form-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.btnSm-close-outline {
  font-size: 12px;
  padding: 4px 12px;
  color: #55B3B0 !important;
  border: 1px solid #55B3B0 !important;
  text-decoration: none !important;
}
.add-hour-form .pe-0 {
  padding-right: 0!important;
}

/*=========== END TIMESHEET ============*/

/*=========== BEGIN ADD FORM ============*/
.add-form {
  padding: 30px 20px 20px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
}

.add-form-row {
  padding-right: 30px;
}

.add-form-label {
  width: 300px;
  padding: 3px 15px 0 0;
  text-align: right;
  color: #9F9F9F;
  min-height: 10px;
}

.add-form .input-sm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 380px;
}

.add-form .btnCol {
  margin-right: 20px;
}

.select2-selection {
  border-color: #E5E4E4 !important;
  border-radius: 6px !important;
}

.select2-container--open .select2-selection {
  border-color: #55B3B0 !important;
}

.select2-selection__placeholder {
  color: #A7A7A7 !important;
  /* font-size: 12px!important; */
}

.select2-selection__rendered {
  padding-left: 12px !important;
  line-height: 26px !important;
  color: #A7A7A7 !important;
  padding-right: 25px !important;
}

.select2-selection__arrow:after {
  content: "\f107";
  font-size: 18px;
  top: 4px;
  position: relative;
  right: 5px;
  color: #333;
}

.select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  padding: 4px 0 0;
  border-color: #E5E4E4 !important;
  border-radius: 0 0 6px 6px !important;
  top: -5px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -ms-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.select2-container--open .select2-dropdown,
.select2-container--focus .select2-selection {
  border-color: #55B3B0 !important;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-search__field {
  width: 93% !important;
  padding: 3px 12px !important;
  border-color: #E5E4E4 !important;
  border-radius: 6px;
  color: #A7A7A7 !important;
  margin: auto !important;
  display: block;
}

/* .select2-search__field:focus{
box-shadow: none; border-color:#55B3B0!important;
} */
.select2-results ul {
  margin: 0;
}

.select2-results li {
  margin: 3px 0;
  padding: 3px 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #55B3B0 !important;
}

.input-wrap {
  width: 60%;
  min-width: 180px;
}

.error-msg {
  display: none;
  color: #E51B1B;
  position: absolute;
  font-size: 10px;
  line-height: 1.2;
}

.show-error {
  position: relative;
}

.show-error .input-sm,
.show-error .form-control {
  border-color: #E51B1B !important;
}

.show-error .error-msg {
  display: block !important;
}
.timesheet-form .input-wrap {
  width: auto;
}
/*=========== END ADD FORM ============*/

/*=========== BEGIN PROFILE EDIT ============*/
.profile-edit {
  padding: 0 0 20px;
  border: 1px solid #E5E4E4;
  border-radius: 6px;
}

.profile-edit-head {
  padding: 20px;
  background: #E5E4E4;
  margin-bottom: 20px;
  border-radius: 6px 6px 0 0;
  justify-content: space-between;
  align-items: center;
}

.profile-edit-head .thumb {
  cursor: pointer;
  position: relative;
}
.profile-edit-head .icon-camera {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: url(../images/icon_camera.png) no-repeat center;
}
.profile-edit-head .thumb img {
  border-radius: 50%;
}
.profile-edit-head .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/icon_close_large.svg) no-repeat center;
  background-size: cover;
}

.profile-edit-left {
  padding: 0 20px;
}

.profile-edit-right {
  padding: 0 20px;
  border-left: 1px solid #E5E4E4;
}

.for-scroll-y {
  overflow-y: auto;
  max-height: 1000px;
  padding-right: 30px;
}

.profile-edit-row {
  margin-bottom: 24px;
}

.edit-form-label {
  width: 40%;
  /* width: 300px; */
  /* max-width: 300px; */
  padding: 3px 15px 0 0;
  text-align: right;
  color: #9F9F9F;
  min-height: 10px;
}

.profile-edit-row .flex-grow-1 {
  width: 60%;
}

.profile-edit-row .input-sm {
  width: 100%;
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.for-scroll-y .profile-edit-row .input-sm {
  max-width: 100%;
  min-width: auto;
}

.for-scroll-y .edit-form-label {
  width: 48%;
}

.for-scroll-y .profile-edit-row .flex-grow-1 {
  width: 52%;
}

.cyan-select {
  appearance: none;
  font-size: 12px;
  color: #fff !important;
  background-color: #55b3b0 !important;
  border: 1px solid #55b3b0 !important;
}

.posTop-2 {
  top: 2px !important;
}

.add-more-txt {
  padding-right: 30px;
  color: #9F9F9F;
}

.add-more-skill {
  max-width: 100%;
  position: relative;
  justify-content: flex-end;
  padding-bottom: 8px;
  right: -13px;
}

.minus-more {
  position: relative !important;
  right: -13px !important;
}

/*=========== END PROFILE EDIT ============*/

/*=========== BEGIN PROFILE PREVIEW ============*/
.profile-preview {
  padding: 0 0 20px;
  border: 1px solid #E5E4E4;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 1080px;
}

.profile-preview-head {
  padding: 20px 40px;
  background: #E5E4E4;
  margin-bottom: 20px;
  border-radius: 6px 6px 0 0;
  align-items: flex-end;
  position: relative;
}

.profile-preview-head h3 {
  margin-bottom: 5px;
}

.profile-preview-head span {
  font-size: 16px;
}

.profile-preview-head .thumb {
  width: auto;
}

.profile-preview-head .thumb img {
  border-radius: 50%;
}

.profile-title-name {
  padding: 0 0 0 20px;
  color: #0B333F;
}

.preview-buttons {
  position: absolute;
  right: 40px;
  top: 20px;
}

.preview-buttons button {
  margin-left: 20px;
}

.profile-preview-content {
  padding: 0 40px;
  overflow-y: auto;
  max-height: 700px;
}

.profile-preview-content .row {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.profile-colon {
  display: flex;
  justify-content: space-between;
}
.profile-colon .fa {
  position: relative;
  right: -28px;
}
/*=========== EDIT PROFILE PREVIEW ============*/

/*=========== BEGIN PROFILE BIO ============*/
.profile-bio-thumb {
  width: 100%;
}

.profile-bio-thumb img {
  width: 100%;
  border-radius: 8px 0 0 8px;
}

.profile-bio-info {
  font-size: 16px;
  padding: 50px 0 90px;
}

.profile-bio-info .modal-head {
  padding: 0 28px 30px;
}

.profile-bio-info .col-12 {
  padding: 0 40px;
}

/*=========== EDIT PROFILE BIO ============*/

/*=========== BEGIN PARTNERSHIP STAT ============*/
.partner-stat-row {
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.8;
}

.partner-stat-box {
  width: 48%;
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  align-content: flex-start;
}

.partner-stat-box p {
  margin: 0;
}

.partner-stat-box ul {
  margin: 0;
  padding: 0 0 0 12px;
}

.partner-stat-box li {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.partner-chart {
  width: 100%;
  padding: 8px 0 16px;
}

/*=========== EDIT PARTNERSHIP STAT ============*/

/*=========== BEGIN ATTENDANCE MANAGER ============*/
.manager-left {
  width: 51%;
  padding-right: 20px;
}

.manager-right {
  width: 46%;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.attend-status {
  margin: 0 12px 24px 0;
  padding: 0;
  cursor: pointer;
}

.attend-status li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.attend-status .shortxt {
  text-align: center;
  font-size: 10px;
  width: 34px;
  padding: 3px 0;
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 3px;
}

.attend-status .fulltxt {
  width: 66px;
  font-size: 9px;
  line-height: 11px;
}

/*=========== EDIT ATTAENDANCE MANAGER ============*/

/*=========== BEGIN ATTAENDANCE REPORT ============*/
.attendanceData .table-responsive {
  max-height: 700px;
}

.attendanceData .table-container {
  /* max-height: none; */
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  margin-bottom: 0;
  /* margin-bottom: 30px; */
}

.attendanceData .table {
  width: 100%;
}

.attendanceData .table-container thead th,
.attendanceData .table-container tbody td {
  text-align: center;
  font-size: 10px;
  padding: 0.25rem;
  min-width: 44px;
  max-width: 44px;
  border-left: 1px solid #E5E4E4;
  white-space: normal;
}

.attendanceData .table-container tbody td {
  text-transform: uppercase;
}

.attendanceData .table-container thead th:nth-of-type(1),
.attendanceData .table-container tbody td:nth-of-type(1),
.attendanceData .table-container thead th:nth-of-type(2),
.attendanceData .table-container tbody td:nth-of-type(2),
.attendanceData .table-container thead th:nth-of-type(3),
.attendanceData .table-container tbody td:nth-of-type(3) {
  font-size: 12px;
  text-transform: none;
  border-left: 0;
}

.attendanceData .table-container thead th:nth-of-type(2),
.attendanceData .table-container tbody td:nth-of-type(2),
.attendanceData .table-container thead th:nth-of-type(3),
.attendanceData .table-container tbody td:nth-of-type(3) {
  text-align: left;
}

.attendanceData .table-container thead .minMxW-160,
.attendanceData .table-container tbody .minMxW-160 {
  min-width: 160px;
  max-width: 160px;
}

.attendanceData .table-container thead .minMxW-80,
.attendanceData .table-container tbody .minMxW-80 {
  min-width: 80px;
  max-width: 80px;
}

.attendanceData .table {
  border-bottom: 0;
}

.attendanceData tr th {
  background: #F0F2F3;
}

.attendanceData .table-container .dataHead th {
  vertical-align: top;
  padding: 0;
}

.attendanceData .dataHead .dateM {
  width: 100%;
  padding: 0.25rem;
  display: block;
  min-height: 36px;
  line-height: 1.2;
  vertical-align: middle;
}

.attendanceData .dataHead .dayW {
  min-height: 28px;
  width: 100%;
  padding: 0.25rem;
  display: block;
  vertical-align: middle;
  color: #808080 !important;
  background: #fff !important;
}

.attendanceData .dataHead .redTxt {
  color: #E51B1B !important;
}

.attendanceData .dataHead .purpleTxt {
  color: #602E55 !important
}

.attendanceData .table-container .dataHead th:nth-of-type(1) .dateM,
.attendanceData .table-container .dataHead th:nth-of-type(2) .dateM,
.attendanceData .table-container .dataHead th:nth-of-type(3) .dateM {
  padding-top: 10px;
}

.attendanceSum .table-responsive {
  max-height: 500px;
}

.attendanceSum .table-container thead th:nth-of-type(1),
.attendanceSum .table-container tbody td:nth-of-type(1) {
  text-align: left;
  padding-left: 0.75rem;
}

.attendanceSum .table-container thead th:nth-of-type(2),
.attendanceSum .table-container tbody td:nth-of-type(2),
.attendanceSum .table-container thead th:nth-of-type(3),
.attendanceSum .table-container tbody td:nth-of-type(3) {
  text-align: center;
  font-size: 10px;
  border-left: 1px solid #E5E4E4;
  ;
}

.attendanceSum .table-container tbody td:nth-of-type(2),
.attendanceSum .table-container tbody td:nth-of-type(3) {
  text-transform: uppercase;
}

.summary-form {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.summary-form .form-col {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.summary-form .form-col>strong {
  text-align: right;
  padding-right: 10px;
  display: inline-block;
  min-width: 120px;
  color: #9F9F9F;
}

.summary-bottom {
  justify-content: space-between;
  flex-wrap: wrap;
}

.summary-bottom h4 {
  position: absolute;
  left: 0;
  top: -35px;
}

.list-of-leave,
.summary-leave {
  width: 27.3%;
  margin: 60px 0 0;
  padding: 12px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  position: relative;
}

.summary-leave {
  width: 71%;
  flex-wrap: wrap;
  align-content: space-between;
}

.list-of-leave {
  flex-wrap: wrap;
  align-content: space-between;
}

.leaveListRow {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leaveListRow .btn-group {
  margin: 0.75rem 1.25rem;
}

.leaveSumBlock {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-of-leave .btn-sm-df {
  font-size: 10px;
}

.list-of-leave .btn-group>.btn-sm-df:first-child {
  width: 120px;
}

.leave-cate {
  width: 110px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  text-align: center;
  padding: 0;
  margin: 0.75rem 1.25rem;
}

.leave-cate span {
  color: #808080;
  height: 35px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leave-cate strong {
  display: block;
  height: 45px;
  border-radius: 0 0 .375rem .375rem;
  font-size: 30px;
  color: #fff !important;
  line-height: 44px;
}

.summary-form-report {
  margin-top: 1.5rem;
}

.summary-form-report ul {
  margin: 0;
  padding: 0;
}

.summary-form-report li {
  margin: 8px 0;
  padding: 0;
}

.summary-form-report li strong,
.summary-form-report li span {
  display: inline-block;
  color: #9F9F9F;
}

.summary-form-report li strong {
  min-width: 60px;
  text-align: right;
  margin-right: 10px;
}

/*=========== END ATTAENDANCE REPORT ============*/

/*=========== BEGIN OTHER LINKS ============*/
.other-links-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

.other-links-wrap>.col-6 {
  width: 48%;
  margin: 0 0 30px;
}

.other-links-box {
  width: 100%;
  padding: 20px;
  border: 1px solid #E5E4E4;
  border-radius: .375rem;
  align-content: flex-start;
}

.other-links-box h6 {
  color: #808080;
}

.other-links-box p {
  margin: 0 0 8px;
}

.other-links-box .fa-link {
  font-size: 14px;
}

.other-links-box ul {
  margin: 0;
  padding: 0;
}

.other-links-box li {
  margin: 0 0 30px;
  padding: 0;
}

.other-links-box li:last-child {
  margin: 0;
}

/*=========== END OTHER LINKS ============*/

/*=========== BEGIN TWO FACTOR ============*/
.two-factor-bg {
  height: auto;
  background: #e9e9e9;
}

.two-factor-wrap {
  width: 100%;
  padding-top: 12%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 6%;
}

.two-factor {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}
.two-factor .logo-hourly {
  margin-bottom: 36px;
}
.two-factor-title {
  color:#083341;
  margin-bottom: 16px;
}
.two-factor-qr {
  align-items: center;
}
.two-factor-title h2 {
  font-size: 30px;
  font-family: 'HelveticaNeueLTPro45Light';
}
.two-factor-title h6,
.two-factor-qr h6 {
  font-family: 'HelveticaNeueLTPro45Light';
  letter-spacing: 3px;
}
.two-factor-title b,
.two-factor-qr b {
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro65Medium';
}
.two-factor-qr .col-12 {
  margin-bottom: 4px;
}
.two-factor-form label {
  font-family: 'HelveticaNeueLTPro45Light';
  font-size: 14px;
  color: #083341;
  letter-spacing: 3px;
  margin-top: 26px;
}
.two-factor-form .form-control {
  height: 40px;
  margin-top: 20px;
  border-color: #083341!important;
}
.two-factor-form .form-control:focus {
  border-color: #55B3B0 !important;
}
  /*=========== END TWO FACTOR ============*/

/*=========== BEGIN FOOTER ============*/
.copyright-bg {
  position: relative;
  left: 0;
  background: #fff;
  padding: 10px 30px 10px 280px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sidebar-close .copyright-bg {
  padding-left: 90px;
}

.copyright-footer {
  color: #9b9b9b;
  min-height: auto;
  z-index: 996;
  font-size: 9px;
  line-height: 1.5;
}

.copyright-footer span {
  display: block;
}

.copyright-footer a {
  color: #9b9b9b;
  text-decoration: none;
}

/*=========== END FOOTER ============*/

/*=========== BEGIN MODAL ============*/
.board-modal {
  /* display: block; */
  padding-left: 20px;
  padding-right: 20px;
}

.board-modal .modal-xl {
  width: 100%;
  max-width: 1600px;
}

.board-modal .modal-body {
  padding: 0;
}

.board-modal-left,
.board-modal-right {
  padding: 20px 40px;
}

.board-modal-left .breadcrumb {
  border: 0;
  padding-left: 0;
  padding-right: 25px;
  font-family: "HelveticaNeueLTPro55Roman";
  font-size: 14px;
}

.board-modal-left .breadcrumb li a {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  text-decoration: none;
  color: #083341;
}

.board-modal-left .breadcrumb li a:hover {
  text-decoration: underline;
}

.board-modal-left .breadcrumb>li+li:before {
  color: #083341;
  content: ">";
  margin: 0 4px;
}

.board-modal-left .breadcrumb li.active {
  color: #808080;
}

.board-modal-right {
  background: #E9E9E9;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.circle-close {
  float: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #808080;
  border-radius: 50%;
  background: none;
  text-shadow: none;
  opacity: .4;
  font-size: 14px;
  font-weight: normal;
}

.circle-close:before {
  content: "\f00d";
  position: relative;
  top: -1px;
}

.circle-close:hover,
.circle-close:focus {
  opacity: .7;
}

.time-board {
  padding-top: 40px;
}

.time-calendar ul,
.time-calendar li {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: top;
}

.time-calendar li {
  text-align: center;
  display: inline-block;
  font-family: 'HelveticaNeueLTPro75Bold';
}

.time-calendar li strong {
  font-size: 35px;
  color: #4D4D4D;
  line-height: 1.5;
}

.time-calendar li span {
  display: block;
  color: #133241;
  font-size: 10px;
  text-transform: uppercase;
}

.hour-log .time-calendar {
  width: 100%;
}

.time-calendar .timebox {
  color: #4D4D4D;
  font-size: 35px;
  line-height: 1.5;
  width: 62px;
  height: 56px;
  border-radius: 1rem;
  border: 1px solid #E9E9E9;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
}

.time-calendar .timebox hr {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  top: 23%;
}

.board-modal-left h5 {
  position: relative;
  padding-bottom: 5px;
  font-family: 'HelveticaNeueLTPro75Bold';
  color: #133241;
  font-weight: normal;
  font-size: 10px;
  /* text-transform: uppercase; */
}

.timesheet-row {
  font-family: 'HelveticaNeueLTPro45Light';
  font-size: 14px;
  padding-bottom: 20px;
  color: #808080;
}

.timesheet-row span {
  color: #55B3B0;
}

.assignee-row {
  padding-top: 40px;
  padding-bottom: 30px;
}

.assignee-row b {
  right: 0;
  top: -10px;
  position: absolute;
  font-size: 24px;
}

.assignee-row span {
  font-family: 'HelveticaNeueLTPro75Bold';
  color: #4D4D4D;
  position: relative;
  font-size: 35px;
}

.assignee-row span b {
  right: -20px;
  top: auto;
  bottom: 0;
}

.divider-line {
  border-top: 1px solid #E9E9E9;
  height: 30px;
}

.progress-btn {
  font-size: 14px;
  line-height: 2;
  width: 100%;
  max-width: 140px;
  height: 40px;
  background: #799F00;
  color: #fff !important;
  font-family: "HelveticaNeueLTPro55Roman";
  border-radius: 6px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.progress-btn:hover {
  background: #70900c;
}

.modal-thumb strong {
  color: #133241;
  font-size: 14px;
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
}

.thumb-sm {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.thumb-sm img {
  border-radius: 50%;
}

.project-details {
  color: #808080;
  font-size: 14px;
  font-family: 'HelveticaNeueLTPro45Light';
}

.project-details .row {
  padding: 6px 0;
}

.project-details a {
  color: #55B3B0;
  text-decoration: underline;
}

.project-details a:hover {
  text-decoration: none;
  color: #55B3B0;
}

.project-info span {
  display: block;
  padding: 5px 0;
}

.project-info .select-state {
  max-width: 210px;
  display: block;
  background: #E9E9E9;
  padding: 6px 0 3px 10px;
  border-radius: 6px;
  position: relative;
  left: -10px;
}

.project-info .select-state:after {
  position: absolute;
  content: "\f107";
  right: 10px;
  top: 8px;
  font-size: 16px;
}

.priority-status .d-none {
  display: none;
}

.priority-status .d-block {
  display: block;
}

.taskCompSelect,
.QaCompSelect {
  user-select: none;
  appearance: none;
  width: 140px;
  position: relative;
  left: -10px;
  font-family: 'HelveticaNeueLTPro75Bold';
  color: #4D4D4D !important;
  font-size: 18px;
  line-height: 33px;
  border: 0 !important;
  background: url(../images/icon_down_arrow.svg) no-repeat 110px center;
  background-size: 12px;
}

.taskCompSelect option,
.QaCompSelect option {
  font-size: 14px;
  font-family: 'HelveticaNeueLTPro75Bold'!important;
}

.inProgressSelect {
  user-select: none;
  appearance: none;
  /* width: 140px; */
  position: relative;
  color: #fff !important;
  font-family: "HelveticaNeueLTPro55Roman";
  border-radius: 6px;
  font-size: 14px;
  padding: 4px 30px 5px 15px;
  border: 1px transparent !important;
  background: #799F00 url(../images/bg_down_arrow_white.svg) no-repeat right center;
  background-size: 24px;
  margin-top: -1px;
}

.inProgressSelect:focus {
  border: 1px transparent !important;
}

.custom-option {
  position: relative;
  left: -10px;
  appearance: none;
  width: 100%;
  padding: 5px 10px;
  background-color: #E9E9E9;
  border: 0;
  border-radius: 6px;
  color: #808080;
  font-size: 14px;
  font-family: 'HelveticaNeueLTPro45Light';
}
.status-select .custom-option {
  width: 104%;
  padding-right: 30px;
}
.icon-add,
.icon-minus {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../images/icon_add.svg) no-repeat center;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.icon-minus {
  background: url(../images/icon_minus.svg) no-repeat center;
}

.icon-add:hover {
  cursor: pointer;
  background: url(../images/icon_add_hover.svg) no-repeat center;
}

.icon-minus:hover {
  cursor: pointer;
  background: url(../images/icon_minus_hover.svg) no-repeat center;
}

.involver-name {
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 15px 5px 32px;
  color: #808080 !important;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.involver-name:hover {
  cursor: default;
  border: 1px solid #E9E9E9;
  background: #f8f8f8;
}

.icon-close {
  display: block;
  position: absolute;
  left: 10px;
  top: 9px;
  width: 16px;
  height: 16px;
  background: url(../images/icon_close.svg) no-repeat center;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.icon-close:hover {
  cursor: pointer;
  background: url(../images/icon_close_hover.svg) no-repeat center;
}

.iconDate {
  cursor: pointer;
  background: url(../images/calendar_icon.png) no-repeat right center;
}

.btn-track-save {
  text-align: right;
  padding-top: 20px;
}

.btn-track {
  font-size: 14px;
  color: #083341;
  text-decoration: none;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.btn-track:hover {
  text-decoration: none;
  color: #55B3B0 !important;
}

.btn-save {
  margin-left: 30px;
  width: 80px;
  height: 40px;
  padding-bottom: 5px;
  color: #fff;
  background: #55B3B0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.btn-save:hover {
  color: #fff;
  background: #4EA5A2;
}

.btn-edit-outline {
  margin-left: 30px;
  width: 80px;
  height: 40px;
  padding-bottom: 5px;
  color: #55B3B0;
  background: #fff;
  border: 1px solid #55B3B0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.btn-edit-outline:hover {
  color: #808080;
  border-color: #808080;
}

.modal-tab-title {
  margin-bottom: 20px;
}

.tab-list {
  border: 0;
}

.tab-list li {
  margin: 0;
  padding: 0;
}

.tab-list .nav-link,
.tab-list .nav-link.active {
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #083341;
}

.tablist-content {
  background: #fff;
  padding: 25px 20px;
  border-radius: 0 0 6px 6px;
}

.comment-thread {
  width: 100%;
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e4e4;
}

.comment-thread:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-title strong {
  margin-right: 20px;
  color: #083341;
  font-weight: normal;
  font-family: 'HelveticaNeueLTPro75Bold';
}

.comment-title span {
  padding-right: 15px;
}

.comment-title small {
  font-style: normal;
  color: #9f9f9f;
  font-size: 14px;
  padding-right: 20px;
}

.comment-title {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hs-link {
  position: absolute;
  right: 0;
}

.hs-link:before {
  color: #9F9F9F;
}

.comment-text {
  color: #9F9F9F;
  margin-top: 15px;
}

.comment-text a,
.comment-footer a {
  text-decoration: none;
}

.comment-text a:hover,
.comment-footer a:hover {
  text-decoration: underline;
}

.comment-footer {
  font-size: 14px;
}

.comment-footer a {
  color: #9F9F9F;
  margin: 0 8px;
}

.comment-footer .ml-0 {
  margin-left: 0;
}

.fa-face-smile:before {
  content: "\f118";
  color: #ddd;
}

.comment-footer .fa-face-smile {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 1.3;
}

.comment-footer .fa-face-smile:hover {
  color: #9F9F9F;
  border-color: #9F9F9F;
}

.comment-field {
  margin-top: 30px;
  color: #9F9F9F;
}

.comment-field .form-control {
  color: #9F9F9F;
  font-size: 14px;
  border: 0;
  font-family: 'HelveticaNeueLTPro55Roman';
}

.comment-field .btn-success {
  background: #55b3b0;
  border: 0;
  border-radius: 6px !important;
  padding: 9px 20px;
  font-family: 'HelveticaNeueLTPro55Roman';
}

/*** new ***/
.comment-field .ck-editor {
  width: 100% !important;
}

.comment-field .ck-content {
  border-radius: 0 0 6px 6px !important;
  color: #000000;
}

.comment-field .ck-sticky-panel__content {
  border: 0 !important;
  background: none !important;
}

.comment-field .ck-toolbar {
  border-radius: 6px 6px 0 0 !important;
  border: 1px solid #ccced1 !important;
  border-bottom: 0 !important;
}

.comment-field .btn-modal-submit {
  margin-top: 20px;
}

/*=========== END MODAL ============*/

/*=========== BEGIN GENERAL CODE ============*/
.weekendL {
  color: #fff !important;
  background: #602E55 !important;
}

.eveningP {
  color: #000 !important;
  background: #7FB2F0 !important;
}

.nightP {
  color: #fff !important;
  background: #35478C !important;
}

.eidCover {
  color: #fff !important;
  background: #BF2882 !important;
}

.nightEidCover {
  color: #fff !important;
  background: #86195A !important;
}

.weddLeave {
  color: #000 !important;
  background: #7EC4B5 !important;
}

.earnLeave {
  color: #000 !important;
  background: #51E9E0 !important;
}

.holidayL {
  color: #fff !important;
  background: #6F151B !important;
}

.absentL {
  color: #fff !important;
  background: #BE3C34 !important;
}

.withoutPayL {
  color: #fff !important;
  background: #F12D22 !important;
}

.regularOT {
  color: #fff !important;
  background: #090E96 !important;
}

.nightOT {
  color: #fff !important;
  background: #050963 !important;
}

.casualLeave {
  color: #fff !important;
  background: #8F9D19 !important;
}

.maternityL {
  color: #000 !important;
  background: #DEDF44 !important;
}

.paternityL {
  color: #000 !important;
  background: #CDCE8F !important;
}

.sickLeave {
  color: #fff !important;
  background: #FB7704 !important;
}

.halfDayL {
  color: #fff !important;
  background: #AE8E8C !important;
}

.workFromH {
  color: #fff !important;
  background: #9F7A1C !important;
}

.nightWorkFromH {
  color: #fff !important;
  background: #765A13 !important;
}

.compensatoryL {
  color: #fff !important;
  background: #84584E !important;
}

.bereavementL {
  color: #fff !important;
  background: #A7ABAC !important;
}

.adjustmentL {
  color: #000 !important;
  background: #E2C3BC !important;
}

.lateP {
  color: #fff !important;
  background: #E83838 !important;
}

.onTimeP {
  color: #fff !important;
  background: #799F00 !important;
}

.greyTxt {
  color: #9F9F9F !important;
}

.greyTxt2 {
  color: #A7A7A7 !important;
}

.cyanTxt {
  color: #55b3b0 !important;
}

.darkTxt,
.darkTxt:hover {
  color: #0B333F !important;
}

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

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

.xy-border {
  border: 1px solid #E5E4E4;
}

.bt-border {
  border-bottom: 1px solid #E5E4E4;
}

.fs-65 {
  font-size: 65px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.mxw-87 {
  max-width: 87px !important;
}

.mxw-100 {
  max-width: 100px !important;
}

.mxw-110 {
  max-width: 110px !important;
}

.mxw-120 {
  max-width: 120px;
}

.mxw-130 {
  max-width: 130px;
}

.mxw-150 {
  max-width: 150px;
}

.mxw-210 {
  max-width: 210px;
}

.mxw-260 {
  max-width: 260px;
}

.mxw-310 {
  max-width: 310px;
}

.mxw-360 {
  max-width: 360px;
}

.mxw-380 {
  max-width: 380px;
}

.mxw-485 {
  max-width: 485px;
}

.mxw-492 {
  max-width: 492px;
}

.mxw-600 {
  max-width: 600px;
}

.mxw-770 {
  max-width: 770px;
}

.wp-10 {
  width: 10%;
}

.wp-15 {
  width: 15%;
}

.wp-40 {
  width: 40%;
}

.wp-45 {
  width: 45%;
}

.wp-50 {
  width: 50%;
}

.wp-60 {
  width: 60%;
}

.wp-70 {
  width: 70%;
}

.wp-100 {
  width: 100%;
}


.w-16 {
  width: 16px;
}

.w-150 {
  width: 150px;
}

.w-210 {
  width: 210px;
}

.w-260 {
  width: 260px;
}

.w-310 {
  width: 310px;
}

.mnw-50 {
  min-width: 50px;
}

.mnw-120 {
  min-width: 120px;
}

.mnw-150 {
  min-width: 150px;
}

.mnw-180 {
  min-width: 180px;
}

.mnw-210 {
  min-width: 210px;
}

.mnw-360 {
  min-width: 360px;
}

.mxh-280 {
  max-height: 280px;
}

.mxh-300 {
  max-height: 300px;
}

.mxh-440 {
  max-height: 440px;
}

.mxh-560 {
  max-height: 560px;
}

.mxh-600 {
  max-height: 600px;
}

.mxh-620 {
  max-height: 620px;
}

.mxh-685 {
  max-height: 685px;
}

.mxh-720 {
  max-height: 720px;
}

.mxh-800 {
  max-height: 800px;
}

/*=========== END GENERAL CODE ============*/

/*=========== BEGIN NEW CODE ============*/
.involver-tags .select2-selection__rendered {
  padding-left: 0!important;
}
.involver-tags .select2-container .select2-selection--multiple {
  min-height: 50px;
}
.involver-tags .select2-selection__choice {
  border:0!important;
  color: #fff!important;
  background: #246E98 !important;
  padding: 0px 28px 1px 12px!important;
  margin: 0.7rem 0 0 0.7rem!important;
}
.involver-tags .select2-selection__choice__remove {
  color:#fff!important;
  border:0!important;
  font-size: 16px !important;
  font-weight: normal !important;
  left: auto!important;
  top: -2px!important;
  right: 8px!important;
}
.involver-tags .select2-selection__choice__remove:hover {
  background: none !important;
}
.involver-tags .select2-search__field {
  width: 100%!important;
}
.btn-comment-edit {
  color: #799F00 !important;
}
/***** new *****/
.dataOption .table-container tbody td {
  padding: 0;
}
.sm-option .form-select {
  text-align: center;
  padding: 0.25rem!important;
  min-width: 10px!important;
  border: 0!important;
  background: none;
  border-radius: 0px!important;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 10px;
}
/*=========== END NEW CODE ============*/

/*** new sept 19, 2025 ***/
.header-weekly-table {
  margin-bottom: 0;
  border-radius: .375rem;
  border: 1px solid #E5E4E4;
  /* overflow-x: auto;
  width: auto;
  max-width: auto; */
}
.header-weekly-table tbody td {
  border-left: 1px solid #E5E4E4;
}
.header-weekly-table tbody tr:first-child td {
    border-top: 0;
}
.header-weekly-table tbody tr:last-child td {
    border-bottom: 0;
}
.header-weekly-table .table {
  border-bottom: 0;
}
.header-weekly-table tbody td:first-child {
    border-left: 0;
    background: #F0F2F3;
}
.header-weekly-table tbody td:last-child {
    border-right: 0;
}

/*** end sept 19, 2025 ***/
