@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*---- General ----*/
.mw-card-services-card-bg {
  background: url('../img/cards-bg.png') no-repeat center left/cover;
}

.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 !important;
  font-size: 16px !important;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  font-weight: 800;
}

.ant-tabs-tab:hover {
  color: #d68107 !important;
}

.ant-tabs-ink-bar {
  position: absolute;
  background: #005a5f !important;
  pointer-events: none;
}

.ant-modal-close-x {
  color: #c4c4c4 !important;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #d68107 !important;
  text-shadow: 0 0 0.25px currentColor;
}

.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #005a5f !important;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', 'tnum';
  display: flex;
  overflow: hidden;
}

.ant-tabs:hover {
  color: #005a5f !important;
}

body::before {
  display: block;
  content: '';
  height: 63px !important;
}

hr {
  height: 1.5px !important;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border: none !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
@media (min-width: 744px) { 
  .navbar-toggler {
    display: none; 
  }
}
.horizontal-line {
  height: 2px;
}

.horizontal-line-1 {
  height: 1px;
}

.vertical-line-1 {
  width: 1px;
}

.box-shadow-btn {
  -webkit-box-shadow: 0 8px 6px -6px #000000;
  -moz-box-shadow: 0 8px 6px -6px #000000;
  box-shadow: 0 8px 6px -6px #000000;
}

.vertical-line-2 {
  width: 2px;
  height: 100px;
  background-color: #ffffff !important;
  opacity: 0.8;
}

.light-gray-bg-1 {
  background-color: #ededed;
}

.light-gray-bg-2 {
  background-color: #f2f3f3;
}

.light-gray-bg-3 {
  background-color: #f4f4f4;
}

.blue-gradient-bg-2 {
  background-image: linear-gradient(
    to right,
    #1e4040,
    #163d40,
    #0f3941,
    #0a3541,
    #073141,
    #063043,
    #062f45,
    #082e46,
    #07314b,
    #05334f,
    #043654,
    #033859
  );
}

.p-check-input {
  padding: 0.6rem !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

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

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

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

.fs-15px {
  font-size: 15px !important;
}

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

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

.fs-21px {
  font-size: 21px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-23px {
  font-size: 23px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-25px {
  font-size: 25px !important;
}

.w-60 {
  width: 60%;
}

.bg-facebook-blue {
  background-color: #3e5c9a !important;
}

.orange-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #f28907,
    #ed840a,
    #e97f0c,
    #e47a0e,
    #df750f,
    #db7111,
    #d76c12,
    #d36813,
    #ce6314,
    #c95e15,
    #c45a16,
    #bf5517
  );
}

.orange-gradient-bg-2 {
  background-image: linear-gradient(
    to right,
    #d27f1b,
    #cf7916,
    #cc7311,
    #c86d0c,
    #c56706,
    #c06404,
    #bc6102,
    #b75e00,
    #b05d00,
    #a95d01,
    #a35c02,
    #9c5b03
  );
}

.blue-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #54bfac,
    #4db5a7,
    #46aca1,
    #40a29b,
    #3b9995,
    #379290,
    #338b8b,
    #308486,
    #2d7e81,
    #29777d,
    #277178,
    #246b73
  );
}

.blue-gradient-bg-3 {
  background-image: linear-gradient(
    to right,
    #5cd0c0,
    #48b6b1,
    #379d9f,
    #2b848c,
    #236c78
  );
}

.purple-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #bf1f6a,
    #b01b66,
    #a21761,
    #93145c,
    #851157,
    #811056,
    #7d0f54,
    #790e53,
    #7e0f56,
    #82105a,
    #87105d,
    #8c1161
  );
}

.green-gradient-bg-1 {
  background-image: linear-gradient(
    to right,
    #365945,
    #385e48,
    #3a624b,
    #3c674f,
    #3e6c52,
    #407054,
    #417557,
    #437959,
    #457e5c,
    #48825e,
    #4a8761,
    #4d8c63
  );
}

.blue-gradient-bg-4 {
  background-image: linear-gradient(
    to right,
    #1c98a6,
    #1c92a1,
    #1c8c9d,
    #1d8698,
    #1e8093,
    #1f7b8f,
    #21768a,
    #227186,
    #246c81,
    #25677d,
    #266278,
    #275d73
  );
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.border-radius-1 {
  border-radius: 10px !important;
}

.table {
  --bs-table-striped-bg: #d2d8d665;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 10px 20px !important;
}

.bg-light-green-gray {
  background: #d2d8d6;
}

.bg-silver-1 {
  background-color: #a7a9ac !important;
}

.border-1-white {
  border: 1px solid #ffffff;
}

.border-1-white-transparent {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-1-green {
  border: 1.5px solid #005a5f;
}

.border-2-green {
  border: 2px solid #005a5f;
}

.border-bottom-green-1 {
  border-bottom: 2px solid #00a79d !important;
}

.form-control:focus{
  border-bottom: 2px solid #00a79d !important;
}

.border-bottom-green-2 {
  border-bottom: 2px solid #005a5f !important;
}

.border-bottom-green-1-2 {
  border-bottom: 1.5px solid #00a79d !important;
}

.box-shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-shadow-3 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-shadow-4 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box-shadow-5 {
  box-shadow: 0 25px 75px rgba(16, 30, 54, 0.25);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.height-50 {
  height: 50px;
}

.height-150 {
  height: 150px;
}

.height-250 {
  height: 250px !important;
  overflow-y: hidden;
}

.height-345 {
  height: 345px;
}

.width-250 {
  width: 250px;
}

.bg-green-2 {
  background: #005a5f !important;
}

.bg-orange-1 {
  background: #cd5f00 !important;
}

.text-align-justify {
  text-align: justify;
}

.text-light-green {
  color: #16d3c1 !important;
}

.text-light-green-2 {
  color: #00a79d !important;
}

.text-green {
  color: #224949 !important;
}

.text-green-2 {
  color: #005a5f !important;
}

.text-green-3 {
  color: #00a79d !important;
}

.text-orange-1 {
  color: #bf5e00 !important;
}

.text-orange-2 {
  color: #f7941d !important;
}

.text-orange-3 {
  color: #d68107 !important;
}

.top-30 {
  top: 30% !important;
}

html {
  scroll-behavior: smooth;
}

body, html, * {
  font-family: 'Inter', sans-serif;
}

.header-img {
  background: url('../img/header.jpg') no-repeat bottom left/cover;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1.5px solid #cd5f00 !important;
}

.auth-bg {
  background: url('../img/login-bg.jpg') no-repeat top left/cover;
  height: 100vh;
}

.btn-circle {
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn.btn-icon {
  border-radius: 50%;
  width: 24px;
  line-height: 15px;
  height: 24px;
  padding: 1px;
  text-align: center;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.react-bootstrap-table-pagination #pageDropDown {
  border: none;
  background: transparent !important;
  color: #224949 !important;
  font-size: 12px;
  font-weight: 700;
}

.react-bootstrap-table-pagination #pageDropDown:focus {
  box-shadow: none !important;
}

.react-bootstrap-table-pagination-total {
  color: #224949 !important;
  font-size: 12px;
  font-weight: 700;
}

.react-bootstrap-table-page-btns-ul > li > a {
  border: none;
  font-size: 14px;
  font-weight: 800;
  background: transparent !important;
  color: #00a79d !important;
}

.react-bootstrap-table-page-btns-ul > li > a:focus {
  box-shadow: none !important;
}
.react-bootstrap-table-page-btns-ul > li > a:hover {
  color: #cd5f00 !important;
}

.react-bootstrap-table-page-btns-ul > li.active.page-item > a {
  color: #cd5f00 !important;
}

.react-bootstrap-table > table > :not(caption) > * > * {
  border: none;
  font-size: 12px;
  font-weight: 600;
}

.react-bootstrap-table > table > thead {
  border-bottom: 1.5px solid #00a79d;
  font-weight: 800 !important;
}

.react-bootstrap-table > table > thead > tr > th {
  font-weight: 800 !important;
  color: #224949 !important;
}

.react-bootstrap-table > table > tbody {
  border-bottom: 1.5px solid #00a79d;
}

.react-bs-table-sizePerPage-dropdown.dropdown > .dropdown-menu {
  font-size: 10px !important;
}

.MTableToolbar-title-9 {
  display: none;
}

.MuiTableCell-root {
  border: none !important;
  color: #224949 !important;
}

.MuiTableRow-head {
  border-bottom: 2px solid #00a79d !important;
  color: #224949 !important;
  padding: 0;
  font-weight: 800 !important;
}

.MuiTableRow-head > th {
  font-weight: 700 !important;
  font-size: 12px;
}

.MuiTableCell-body {
  font-weight: 500 !important;
}

.MuiTableBody-root {
  border-bottom: 2px solid #00a79d !important;
}

.MuiTable-root {
  font-size: 12px;
}

.MuiInput-underline {
  border-bottom: 0px solid #00a79d !important;
}

.css-v4u5dn-MuiInputBase-root-MuiInput-root:before, .css-v4u5dn-MuiInputBase-root-MuiInput-root:after {
  border-bottom: none !important;
}

.css-pdct74-MuiTablePagination-selectLabel {
  margin-top: 13px !important;
}

.css-1qgma8u-MuiButtonBase-root-MuiTableSortLabel-root {
  width: max-content !important;
}

.MuiToolbar-regular {
  min-height: 0 !important;
}

.MuiTableCell-root {
  padding: 8px 16px !important;
}

.MuiIconButton-root {
  padding: 8px !important;
  float: left !important;
}

.MuiTableCell-root {
  color: #224949 !important;
}

.MTablePaginationInner-root-14 {
  color: #224949 !important;
}

.MuiTableFooter-root {
  display: flex !important;
  justify-content: center !important;
}

.ant-modal-body {
  padding: 0 !important;
}

.pagination > .page-item > .page-link {
  border: none;
  background: transparent !important;
  color: #00a79d !important;
  font-size: 16px;
  font-weight: 700;
}

.pagination > .page-item > .page-link:hover {
  color: #d76c12 !important;
}

.pagination > .page-item > .page-link:focus {
  box-shadow: none !important;
}

.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2em) !important;
}

.cursor-pointer {
  cursor: pointer;
}

/*---------chat window---------------*/
/* .container{
  max-width:00px;
} */
.inbox_people {
  background: #fff;
  float: left;
  overflow: hidden;
  width: 30%;
  border-right: 1px solid #ddd;
}

.inbox_msg {
  border: 1px solid #ddd;
  /* background-image: url("https://www.creativefabrica.com/wp-content/uploads/2020/12/05/white-gold-gradient-background-Graphics-7029849-1.jpg"); */
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 10px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
  color: #0465ac;
  font-size: 16px;
  margin: auto;
  line-height: 29px;
}

.srch_bar input {
  outline: none;
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

.chat_ib p {
  font-size: 12px;
  color: #989898;
  margin: auto;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat_img {
  float: left;
  width: 11%;
}

.chat_img img {
  width: 100%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #e8f6ff;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.incoming_msg_img img {
  width: 100%;
}

.received_msg {
  /* display: inline-block; */
  /* padding: 0 0 0 10px; */
  vertical-align: top;
  width: 60%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 0 15px 15px 15px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.received_withd_msg {
  width: 57%;
}

.mesgs {
  float: left;
  /* padding: 30px 15px 0 25px; */
  width: 100%;
}

.write_msg{
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.sent_msg p {
  background: #224949;
  border-radius: 12px 15px 0 15px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.received_msg p {
  background: #224949;
  border-radius: 12px 15px 15px 0;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}

.sent_msg {
  float: right;
  width: 60%;
}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  outline: none;
}

.type_msg {
  border-top: 2px solid #00a79d !important;
  background-color: white;
  position: relative;
}

.msg_send_btn {
  background: #224949 none repeat scroll 0 0;
  border: none;
  /* border-radius: 100%; */
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 200px;
}

/* .messaging {
  padding: 0 0 50px 0;
} */

.msg_history {
  min-height: 73dvh;
  overflow-y: auto;
}

.w-max {
  width: max-content;
}

.h-1 {
  height: 2px !important;
}

.css-v4u5dn-MuiInputBase-root-MuiInput-root{
  font-size: 14px !important;
}

.type_input:focus {
  outline: none !important;
}

.date_time{
  color: #dddddd;
  margin-left: auto !important;
  margin-top: 2px;
}

.innerContainer{
  width: 100%
}
.scrollableBar {
  overflow-x: auto;
}
#totals{
  font-size: 16px;
}
@media (max-width: 1154px){
  .innerContainer{
    width: 1500px;
  }
}
@media (max-width: 716px) {
  #totals {
    font-size: 12px;
    padding: 5px;
  }

  #avgRevenue {
    font-size: 12px;
    padding: 5px;
  }
  h4#totals {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-button {
    font-size: 12px;
    padding: 5px 10px;
    display: flex;
    margin-top: 10px;
  
  }
  .otp-button{
    padding: 10px;
    display: flex;
  } 
}


.wrapper {
  border: 1px solid #ddd;
  width: 100%;
  height: 300px;
  overflow-y: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
}

th:first-child,
td:first-child {
  position: sticky;
  left: 0;
  background: white;
}

th:first-child {
  z-index: 1; 
}

td:first-child {
  z-index: 2; 
}
.second-modal-container {
  position: relative; 
  z-index: 1001; 
}
@media (max-width: 576px) {
  .nav-link.text-green-2 {
    font-size: 11px;
  }
}