html,
body {
  font-family: "Roboto", sans-serif !important;
  color: #333;
  font-weight: 400;
  font-size: 13px;
}

a,
.btn {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn {
  font-size: 13px;
}

.table .btn {
  font-size: 12px;
  min-width: 50px;
}

.w100p {
  width: 100%;
}

.mw50 {
  max-width: 50px;
}

.mw80 {
  max-width: 80px;
}

.mw90 {
  max-width: 90px;
}

.mw100 {
  max-width: 100px;
}

.mw110 {
  max-width: 110px;
}

.mw120 {
  max-width: 120px;
}

.mw130 {
  max-width: 130px;
}

.mw140 {
  max-width: 140px;
}

.mw150 {
  max-width: 150px;
}

.mga {
  margin: 0 auto;
}

.login-page {
  background: #000;
  background: url(../img/bg.png?v=2);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
}

.login-box-body {
  background: rgba(255, 255, 255, 0.9);
  /* box-shadow: 0px 0px 15px 0px #616161; */
  box-shadow: 0px 0px 0px 5px #97def8;
  border-radius: 4px;
}

.login-logo {
  color: #fff;
  font-weight: 300;
}

.login-box-msg,
.register-box-msg {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.btn-primary {
  background-color: #0277bd;
  border-color: #0277bd;
}

.login-page .btn-primary {
  background-color: #000000;
  border-color: #ffffff;
}

.login-page .btn-primary:hover,
.login-page .btn-primary:active,
.login-page .btn-primary.hover {
  background-color: #cccccc;
}

.login-page .btn-primary:hover {
  color: #fff;
  background-color: #cccccc;
  border-color: #ffffff;
}

.errArea {
  min-height: 18px;
  font-size: 12px;
}

.errArea label {
  margin: 0;
  font-weight: 500;
}

.form-group.err {
  margin-bottom: 10px;
}

.has-error {
  border: 1px solid red;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader,
.ajaxLoader {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.ajaxLoader {
  display: none;
}

.loader .lds-ripple,
.ajaxLoader .lds-ripple {
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert {
  padding: 12px 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}

.main-header {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.09);
}

.skin-blue .main-header .logo {
  /*    background: rgba(44,25,116,1);
        background: -moz-linear-gradient(45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 42%, rgba(24,175,182,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(44,25,116,1)), color-stop(42%, rgba(24,175,182,1)), color-stop(100%, rgba(24,175,182,1)));
        background: -webkit-linear-gradient(45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 42%, rgba(24,175,182,1) 100%);
        background: -o-linear-gradient(45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 42%, rgba(24,175,182,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 42%, rgba(24,175,182,1) 100%);
        background: linear-gradient(45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 42%, rgba(24,175,182,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c1974', endColorstr='#18afb6', GradientType=1 );*/
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgb(10, 69, 99)));
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ae1427', GradientType=1 );
}

.skin-blue .main-header .navbar {
  /*    background: rgba(24,175,182,1);
        background: -moz-linear-gradient(-45deg, rgba(24,175,182,1) 0%, rgba(44,25,116,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(24,175,182,1)), color-stop(100%, rgba(44,25,116,1)));
        background: -webkit-linear-gradient(-45deg, rgba(24,175,182,1) 0%, rgba(44,25,116,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(24,175,182,1) 0%, rgba(44,25,116,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(24,175,182,1) 0%, rgba(44,25,116,1) 100%);
        background: linear-gradient(135deg, rgba(24,175,182,1) 0%, rgba(44,25,116,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18afb6', endColorstr='#2c1974', GradientType=1 );*/
  background: rgb(10, 69, 99);
  background: -moz-linear-gradient(-45deg, rgb(10, 69, 99) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(10, 69, 99)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(-45deg, rgb(10, 69, 99) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(-45deg, rgb(10, 69, 99) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgb(10, 69, 99) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(135deg, rgb(10, 69, 99) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1427', endColorstr='#000000', GradientType=1 );
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  /*    background: rgba(44,25,116,1);
        background: -moz-linear-gradient(-45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(44,25,116,1)), color-stop(100%, rgba(24,175,182,1)));
        background: -webkit-linear-gradient(-45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 100%);
        background: linear-gradient(135deg, rgba(44,25,116,1) 0%, rgba(24,175,182,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c1974', endColorstr='#18afb6', GradientType=1 );*/
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgb(10, 69, 99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgb(10, 69, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ae1427', GradientType=0 );
}

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #ffe016;
}

.skin-blue .sidebar a {
  color: #ffffff;
  padding: 8px 5px 8px 15px;
}

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  background: #000;
  font-weight: 500;
}

.cursor_d {
  cursor: default;
}

.box {
  border-radius: 0;
}

.box.box-info {
  border-top-color: #584f9d;
}

label {
  font-weight: 500;
}

.datepicker.form-control[readonly],
.timepicker.form-control[readonly],
.datePicker4.form-control[readonly] {
  background: #fff;
}
.ui-timepicker-standard a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e5e5e5;
}

.box-title {
  font-size: 18px;
}
.as {
  visibility: hidden;
}

.tableBr td {
  word-wrap: break-word;
  word-break: break-all;
}

.tableBr td:nth-child(1) {
  min-width: 150px;
}

.tableBr td:nth-child(2) {
  min-width: 100px;
}

.tableBr td:nth-child(3) {
  min-width: 150px;
}

.tableBr td:nth-child(4) {
  min-width: 100px;
}

.tableBr td:nth-child(5) {
  min-width: 200px;
}

.jstree-default .jstree-themeicon {
  background-size: 85% !important;
}

.input-group-addon.captchaNum {
  background: #0f0c29; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  padding: 0px 8px;
  font-size: 22px;
}

.tBold {
  font-weight: 600;
}

.tRed {
  color: #9b5300 !important;
  font-weight: 400;
}

.ticket {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
}
.t-date {
  font-weight: 600;
  font-size: 12px;
}
.t-id {
  font-size: 12px;
  font-weight: 500;
}

.admin-t .t-date,
.admin-t .t-id {
  color: #342ecd;
}

.admin-t.ticket {
  border: 1px solid #76acff;
}

.t-content {
  padding: 10px;
  background: #f5f5f5;
  margin: 10px 0;
}

.ticket-reply {
  border: 1px solid #236ce7;
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 8px;
}

.ticket-reply textarea {
  background: #cccccc42;
  margin-bottom: 15px;
  border-radius: 8px;
}
.t-image {
  width: 40px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

.admin-t {
  width: calc(100% - 50px);
  float: right;
}

.user-t {
  width: calc(100% - 50px);
}
.tt-id {
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  margin-right: 10px;
}
.deleteMsg {
  color: red;
  font-style: italic;
}

.ui-timepicker-standard {
  z-index: 99999 !important;
}

#enterTac {
  text-align: center;
}

#enterTac input {
  max-width: 200px;
  margin: 0 auto;
}

#enterTac .modal-footer {
  text-align: center;
}

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

.logo-lg img {
  width: 90px;
}

.btn-blue-light,
.btn-blue-light:active,
.btn-blue-light:hover,
.btn-blue-light:focus {
  font-weight: 600;
  background: #3f51b5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
}

.langTit {
  font-size: 24px;
  font-weight: 400;
  color: #1a71a5;
  margin: 10px 0 15px 0;
}

.language-list {
}

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

.language-list ul li {
}

.language-list ul li a {
  background: #5c40a0;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 100px;
  border-radius: 50px;
}

.dashBox {
  float: left;
  min-width: 270px;
}

.dashTxt1 {
  font-size: 16px;
  font-weight: 500;
}

.dashTxt2 {
  color: #868383;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.dashTxt3 {
  color: #0a2a89;
  font-size: 26px;
  font-weight: 500;
  margin: 12px 0 10px 0;
}

.dashTxt4 {
  float: right;
  top: 83px;
  position: absolute;
  right: 5px;
}

.dashTxt4 img {
  width: 100%;
  max-width: 35px;
}

.btnBlurCurve,
.btnBlurCurve:focus,
.btnBlurCurve:active,
.btnBlurCurve:hover {
  color: #949494;
  font-weight: 500;
}

.btnBlurCurve.active {
  background: #006dfe;
  color: #fff;
  border-radius: 50px;
}

.dateSeachFormDash {
  margin: 20px 0 0 0;
}

.textBlueB {
  color: #22008c;
  font-weight: 500;
}

.textGreenB {
  color: #188e0a;
  font-weight: 500;
}

.textYellowB {
  color: #22008c;
  font-weight: 500;
}

.textRedB {
  color: #f11000;
  font-weight: 500;
}

.applyLeaveDateRangePicker {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 0;
}

.individualDateText {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin-top: 27px;
}

.individualDateTextRed {
  font-weight: 700;
  font-size: 20px;
  color: #ff5c5b;
}

/*HRMS*/
.tabsSection {
  display: flex;
}

.sidebarTabBtn,
.sidebarTabBtn:focus {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff6e;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  width: 100px;
  background-color: #ffffff9c;
  border-radius: unset;
  border: unset;
  box-shadow: unset;
  transition: unset;
}

.sidebarTabBtn:hover {
  color: #fff;
}

.sidebarTabBtn.active {
  color: #fff;
  background-color: transparent;
  box-shadow: unset;
}

.sidebarTabMid {
  width: 30px;
  height: 50px;
  background: rgb(0, 147, 168);
  background: linear-gradient(120deg, rgba(0, 147, 168, 0) 50%, rgba(255, 255, 255, 0.5970763305322129) 51%);
}

.sidebarTabMid2 {
  width: 30px;
  height: 50px;
  background: rgb(0, 147, 168);
  background: linear-gradient(-120deg, rgba(0, 147, 168, 0) 50%, rgba(255, 255, 255, 0.5970763305322129) 51%);
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.dash-1 img {
  width: 70px;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.text-b {
  color: #1c1c24;
  font-size: 17px;
  font-weight: 500;
}

.text-amt {
  color: #1c1c24;
  font-size: 20px;
  font-weight: 700;
}

.text-amt .dayRemainText {
  font-size: 30px;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.text-btm {
  color: #7e7e7e;
  font-weight: 600;
  font-size: 13px;
}

.newDashboardTabBox {
  background-color: #ecf1f9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.newDashboardTabButton,
.newDashboardTabButton:focus {
  font-weight: 500;
  font-size: 13px;
  color: #006dff;
  padding: 10px 15px;
  border-radius: 5px;
  width: unset;
  height: unset;
  background-color: transparent;
  position: relative;
}

.newDashboardTabButton.active,
.newDashboardTabButton:hover {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  width: unset;
  height: unset;
  background-color: #006dff;
  position: relative;
}

.adminLeaveListNotifitcation {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ff0000;
  position: absolute;
  top: 0;
  right: 0;
}

.withdrawnLeaveBox {
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

.withdrawnDateDisplay {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.withdrawnTypeDisplay {
  font-weight: 400;
  font-size: 16px;
  color: #727272;
}

.text-amt .dayRemainTextRed {
  font-size: 30px;
  color: #ff5c5b;
}

.text-amt .dayRemainTextYellow {
  font-size: 30px;
  color: #ffa000;
}

.applyLeaveDateRangePicker {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 0;
}

.individualDateText {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin-top: 27px;
}

.individualDateTextRed {
  font-weight: 700;
  font-size: 20px;
  color: #ff5c5b;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 10px 20px rgb(62 73 84 / 4%);
  margin-bottom: 1rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.apprailsalBoxText1 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

.apprailsalBoxText2 {
  font-weight: 700;
  font-size: 17px;
  color: #000;
}

.apprailsalBoxText3 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

.apprailsalBoxText4 {
  font-weight: 700;
  font-size: 35px;
  color: #2ac156;
}

.performanceReviewTitle {
  font-weight: 700;
  font-size: 20px;
  color: #000059;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.appraisalDetailsPerformanceBox {
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  margin: 0 5px 0 5px;
}

.performanceBox-1 {
  color: #ff5c5b;
  background-color: #f9f1f0;
}

.performanceBox-2 {
  color: #ffa000;
  background-color: #f9f4ec;
}

.performanceBox-3 {
  color: #875bff;
  background-color: #f3f0f9;
}

.performanceBox-4 {
  color: #006dff;
  background-color: #ecf1f9;
}

.performanceBox-5 {
  color: #2ac156;
  background-color: #eef6f0;
}

.appiralsalDetailsCol {
  padding: 12px;
  border-bottom: 1px solid #999999;
  height: 62px;
}

.appiralsalDetailsCol:first-child {
  padding-top: 0;
}

.appiralsalDetailsCol:last-child {
  border-bottom: unset;
}

.appraisalTable thead {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.appraisalTable.table > thead > tr > th {
  border-bottom: 1px solid #999999;
}

.appraisalTable tbody tr {
  border-bottom: 1px solid #999999;
}

.appraisalTable tbody tr td {
  border-left: 1px solid #999999;
  padding: 12px 0px 12px 0px !important;
}

.appraisalTable tbody tr td.appraisalTablePadding {
  padding: 12px !important;
}

.appraisalTable tbody tr td:first-child {
  border-left: unset;
}

.appraisalTable thead tr th {
  border-left: 1px solid #999999;
}

.appraisalTable thead tr th:first-child {
  border-left: unset;
}

.performanceInputMin {
  display: inline-flex;
  width: 60px;
  text-align: center;
}

.performanceInputMax {
  display: inline-flex;
  width: 60px;
  text-align: center;
}

.appraisalTable.table > thead > tr > th,
.appraisalTable.table > tbody > tr > th,
.appraisalTable.table > tfoot > tr > th,
.appraisalTable.table > thead > tr > td,
.appraisalTable.table > tbody > tr > td,
.appraisalTable.table > tfoot > tr > td {
  border-top: 1px solid #999999;
}

/* Animations  */
@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.topBottomScroll {
  overflow-x: scroll;
}

/*Nicholas*/
/*.logo-mini{
    display: none !important;
}

.logo-lg{ 
    display: none !important;
}*/

.chatWindow {
  width: 500px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.liveChatRow {
  padding: 10px;
  border-bottom: 1px solid #c1c1c1;
}

.liveChatText1 span {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  vertical-align: middle;
}

.liveChatText1 img {
  height: 25px;
  vertical-align: middle;
}

.livechaticon {
  margin: 5px;
}

.livechaticon img {
  height: 20px;
}

.liveChatText2 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

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

.liveChatBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #fff;
}
.liveChatBox::-webkit-scrollbar {
  height: 20px;
  width: 20px;
}
.liveChatBox::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
  transition: all 2s ease;
}
.liveChatBox::-webkit-scrollbar-thumb:hover {
  background-color: #1c1d23;
}

.chatLeftBox {
  font-weight: 400;
  font-size: 16px;
  color: #727272;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
  display: inline-block;
}

.chatLeftBox img {
  width: 100px;
}

.chatBoxTime {
  font-weight: 400;
  font-size: 13px;
  color: #c1c1c1;
}

.chatRight .chatBoxTime {
  text-align: right;
}

.chatLeft {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.chatRight {
  float: right;
  margin-top: 20px;
  width: 100%;
}

.chatRightBox {
  font-weight: 400;
  font-size: 16px;
  color: #727272;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f7ff;
  display: inline-block;
  float: right;
}

.chatRightBox {
  text-align: right;
  margin: 5px;
}

.chatRightBox img {
  width: 100px;
}

.liveChatIconImage img {
  width: 15px;
}

.liveChatInput,
.liveChatInput:focus {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border: unset;
  outline: none;
  width: 80%;
}

.liveChatIconSend img {
  width: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

.liveChatInputSearch,
.liveChatInputSearch:focus {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border: unset;
  outline: none;
  width: 85%;
}

.liveChatList {
  height: 350px;
  overflow-y: auto;
}

.liveChatList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #fff;
}
.liveChatList::-webkit-scrollbar {
  height: 20px;
  width: 20px;
}
.liveChatList::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
  transition: all 2s ease;
}
.liveChatList::-webkit-scrollbar-thumb:hover {
  background-color: #1c1d23;
}

.liveChatListBox {
  padding: 5px;
  border-bottom: 1px solid #c1c1c1;
  width: 100%;
  cursor: pointer;
}

.liveChatListBox:hover,
.liveChatListBox.active {
  background-color: #f9f9f9;
}

.liveChatListName {
  font-weight: 600;
  font-size: 16px;
  color: #4a4a4a;
}

.liveChatListText {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.liveChatListTime {
  font-weight: 400;
  font-size: 11px;
  color: #727272;
  text-align: right;
  margin-top: 3px;
}

.previewLiveChatImage {
  width: 100px;
  height: 100px;
  position: relative;
}

.previewLiveChatImage .liveChatFancyBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.previewLiveChatVideo {
  width: 200px;
  height: 200px;
  position: relative;
}

.previewLiveChatVideo .previewLiveChatVideoBox {
  width: 100%;
  height: 100%;
}

.unreadIcon {
  width: 10px;
  height: 10px;
  background-color: #2ac156;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 100%;
}

.loadingListBox {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #c1c1c1;
  width: 100%;
}

.chatLoadOldMsg {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #727272;
  cursor: pointer;
}

.soundBox {
  width: 300px;
  background-color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 2s ease;
}

.soundBox a {
  margin-top: 10px;
}

.soundBox.active {
  right: -1000px;
  transition: all 2s ease;
}

.chatLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff96;
  z-index: 10;
  text-align: center;
}

.chatLoaderContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.chatLoader .chatLoaderText {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}

.reloadUserChatButton {
  width: 0;
  height: 0;
}

.float-right {
  float: right !important;
}

.liveChatNotice {
  height: 10px;
  width: 10px;
  background-color: #2ac156;
  border-radius: 100%;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 5px;
}

/*Nicholas*/
.red-badge {
  /* position: absolute;
  right: 0;
  top: 10px;
  z-index: 10; */
  margin-top: 2px;
  margin-right: 10px!important;
}

.posAbs0 {
  position: absolute;
  width: 0;
  height: 0;
}

.hide {
  display: none;
}

.openmenu {
  position: relative;
}

.openmenu .arw {
  position: absolute;
  right: 10px;
  top: 10px;
}

.submenu {
  padding: 0px;
  background: #06293b;
  display: none;
}

.submenu.show {
  display: block;
}

.submenu li {
  margin: 0px;
  padding: 10px 0px 10px 20px;
  border-left: 4px solid #1e282c;
}

.submenu li:hover,
.submenu li.active {
  background: #1e282c;
}

.submenu li.active {
  border-left: 4px solid #ffe016;
}

@media (max-width: 750px) {
  .chatWindow {
    width: 100%;
  }
}

@media (max-width: 2000px) {
  .ui-datepicker-calendar,
  .xdsoft_datetimepicker .xdsoft_calendar table {
    /*display:contents;*/
  }
}

.btn-green-line,
.btn-green-line:focus,
.btn-green-line:active,
.btn-green-line:hover {
  color: #2ac156;
  background-color: #fff;
  border-color: #2ac156;
  box-shadow: 0px 25px 20px -15px rgba(184, 236, 199, 0.7);
}

.btn-green-line:hover {
  background-color: #2ac156;
  border-color: #2ac156;
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(53, 124, 217, 0.7);
}

.leaderboard-container {
  position: fixed;
  right: 0;
  top: 11em;
  width: calc(100% - 30px);
  height: calc(100% - 239px);
  max-width: 575px;
  max-height: 960px;
  transition: all 1s;
  z-index: 10000;
}

.trophy {
  position: fixed;
  right: 0;
  top: 13em;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s;
}

.trophy:hover {
  transform: rotateZ(-30deg);
}

.leaderboard {
  position: absolute;
  width: 100%;
  max-height: 100%;
  border-radius: 3% 0 0 3%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow-x: hidden;
  overflow-y: auto;
}

.top-left-hide {
  width: 33px;
  height: 33px;
  background-color: #006dff;
  border-radius: 23px 0px 64px 0px;
  cursor: pointer;
  position: fixed;
}

.leaderboard .left-arrow {
  background-color: #006dff;
  border: solid white;
  border-radius: 2px;
  border-width: 3px 0px 0px 3px;
  display: inline-block;
  padding: 4px;
  margin-top: 8px;
  margin-left: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.result-list {
  margin: 36px 0 10px 25px;
}

.result-list span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
}

.result-list table thead th {
  color: #7e7e7e;
  font-weight: 500;
}

.result-list table tbody td {
  font-weight: 500;
}

.top-ten {
  margin-bottom: 10px;
}

.top-ten span {
  color: #006dff;
}

.top-ten > div {
  overflow: auto;
  margin-top: 8px;
}

.bottom-ten span {
  color: #ff5c5b;
}

.bottom-ten > div {
  overflow: auto;
  margin-top: 8px;
}

.show-leaderboard {
  right: 0 !important;
}

.hide-leaderboard {
  right: -575px !important;
}

#topTenTable,
#bottomTenTable {
  border-bottom: 0;
}

#topTenTable thead tr,
#bottomTenTable thead tr {
  text-transform: uppercase;
}

.td-action {
  display: flex;
  column-gap: 10px;
}

.td-action a {
  padding: 3px;
}

.android_section {
  background: #ebffeb;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 4px 4px 10px rgb(34 60 12 / 20%);
}

.ios_section {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 4px 4px 10px rgb(34 60 12 / 20%);
}

.customMobileAppIcon {
  position: absolute;
  height: 60px;
  opacity: 0.1;
  right: 35px;
}

#autoCallModal .dataTables_wrapper .bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

#autoCallModal .dataTables_wrapper .bottom .dataTables_filter {
  display: none !important;
}

#autoCallModal .dataTables_paginate.paging_simple_numbers {
  text-align: right;
}

.justify-content-end {
  justify-content: end !important;
}

.align-items-center {
  align-items: center !important;
}

.mt-1 {
  margin-top: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}

.mb-1{
    margin-bottom: 1rem;
}

.addContactBtn.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.jErr {
  color: red;
}

.contact .bottom{
    display: flex;
    align-items: center;
}

.contact .bottom .dataTables_length{
    display: block !important;
    margin-right: 50px;
}