
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*--font face end--*/
body {
  font-family: "Montserrat", sans-serif;
  background: var(--lightbg);
  font-size: 14px;
  color: #333;
}

:root {
  --primarycolor: #B91925;
  --themedark: #00112D;
  --lightprimary: #ECF0F5;
--lightbg:#ECF0F5
}
h1,h2,h3,h4,h5,h6{
color: var(--themedark);
}

h4 {
  font-size: 22px;
}


.login-copyright{
color: #fff;
font-size: 14px;
font-weight: 300;
text-align: center;
}
/*--login--*/
.sidebar-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
padding: 30px;
  background: url(../images/login-sidebar-bg.png) center right no-repeat;
  background-size: cover;
display: flex;
align-items: center;
  justify-content: center;
}
.login-copyright{
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}

.login-wrapper {
  background:transparent;
  width: 100%;
  display: flex;
  padding-left: 50%;
  min-height: 100vh;
}

.login-container {
  max-width: 540px;
  width: 100%;
  margin: auto;
  padding:30px;
}

.login-form-cont {
  border-radius: 10px;
  color: #616161;
  margin-top: 30px;
}
.login-form-cont .form-control{
border-color: #CACACA;
background-color: transparent;
}


.logo-icon {
  display: none;
}
.icon-holder-input {
  position: relative;
}

.icon-holder-input input {
  padding-left: 40px;
}


.inputIcons {
  position: absolute;
  left: 10px;
  top: 6px;
}

.icon-holder-input .eyeicon {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.login-form-cont .icon-holder-input .inputIcons{
position: absolute;
  left: 12px;
  top: 13px;
}

.login-form-cont .icon-holder-input .eyeicon {
  position: absolute;
  right: 13px;
  top: 14px;
  cursor: pointer;
}

.menu-collapse .sildebarlogo .logo-full {
  display: none;
}
.menu-collapse .sildebarlogo .logo-icon {
  display: block;
}
input.icon-holder {
  padding-left: 35px;
}

input.icon-holder-right {
  padding-right: 35px;
}

.form-control.icon-holder-right + .input-icon-right {
  position: absolute;
  left: 9px;
  top: 10px;
}

.input-icon {
  position: absolute;
  left: 9px;
  top: 9px;
}

.form-control-lg + .input-icon,
.form-control-lg ~ .password-eye-icon {
  top: 14px;
}

.form-check {
  padding-left: 30px;
  min-height: 30px;
}

.form-check .form-check-label {
  padding-top: 4px;
}

.form-check .form-check-input {
  margin-left: -30px;
}

.form-check-input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border-color: var(--primarycolor);
}

.form-check-input[type="radio"] {
  width: 22px;
  height: 22px;
border-color: var(--primarycolor);
}

.form-check-input:checked {
  background-color: var(--primarycolor);
  border-color:var(--primarycolor);
}
.form-check-input:checked[type="radio"]{
background-image: url(../images/radio-tick.png);
background-size: inherit;
}
.password-eye-icon {
  position: absolute;
  right: 13px;
  top: 13px;
}

.form-control,
.form-select {
  border-color: #E0E0E0;
  font-size: 14px;
  height: 40px;
  border-radius:8px;
  font-weight:300
}

.form-control.form-control-lg {
  height:50px;
}

.page-title-row {
  display: flex;
  align-items: center;
  flex-wrap:wrap
}
    .page-title-row h4 {
        margin-bottom:0px;
        margin-right:20px
    }
    .btn.btn-lg {
        height: 50px;
        font-size: 16px;
    }

.btn {
  font-size: 16px;
  line-height: 1.3;
  border-radius:10px;
  padding: 10px 15px;
font-weight: 500;
}

.btn.btn-sm {
  font-size: 13px;
  height: 40px;
  line-height: 13px;
}

.btn.btn-primary.disabled {
  opacity: 0.5;
  background: #56c1c8;
  border-color: #56c1c8;
}

.btn-primary {
  background:var(--themedark);
  border-color: var(--themedark);
}

.btn-light {
  background: var(--lightprimary);
  border-color: var(--lightprimary);
  color: #333;
}
.btn-light:hover{
color: #fff;
}

.btn-outline-primary {
  border-color: var(--primarycolor);
  color: var(--primarycolor);
}

.btn-outline-secondary {
  border-color:var(--primarycolor);
  color: var(--primarycolor);
}

.btn-secondary {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background: var(--primarycolor) !important;
  border-color: var(--primarycolor) !important;
}

.btn-outline-danger {
  border-color: #f14336;
  color: #f14336;
}

.btn-outline-light {
  background: #f6f2f5;
  border-color: #f6f2f5;
  color: #b1b1b1;
}

.btn-outline-light:hover {
  background: #56c1c8;
  border-color: #56c1c8;
  color: #fff;
}

.btn.btn-outline-danger:hover {
  color: #fff;
  border-color: #f14336;
  background-color: #f14336;
}

.btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
}

.text-link {
  color: var(--primarycolor);
}

.form-label {
  color: #333;
  font-size: 14px;
font-weight: 300;
margin-bottom: 5px;
}

.form-label sup {
  color: red;
}

.tp-search {
  position: relative;
  margin: 0 0 0 20px;
  max-width: 330px;
  width: 100%;
}

.tp-search input {
  border: solid 1px #d4d4d4;
  border-radius: 10px;
  padding: 10px 10px 10px 40px;
  width: 100%;
}

.tp-search .searchicon {
  position: absolute;
  left: 13px;
  top: 10px;
}

/*--sidebar--*/
.closemenu-btn {
  display: none;
}

.sidebar {
  z-index: 999;
  overflow: auto;
  position: fixed;
  width: 100%;
  max-width: 260px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--themedark);
  padding: 20px 16px;
  color: #fff;
  scrollbar-width:thin;
}

.menubar-holder {
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 221px);
  overflow: auto;
  justify-content: space-between;
}

.menubar {
  list-style: none;
  padding: 0;
      margin: 0;
}

.menubar li {
  margin-bottom: 3px;
}

.menubar li > a {
  display: flex;
  align-items: center;
  border-radius:8px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  height: 55px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  background: var(--themedark);
}

.menubar li > a img {
  margin-right: 10px;
}

.menubar li.active a img,
.menubar li > a:hover img {
  -webkit-filter: grayscale(1) invert(0);
  filter: grayscale(1) invert(0);
}
.menubar li > a:hover,
.menubar li a.active {
  color: #fff;
  background:var(--primarycolor);
}

.menubar li.active a {
  background: var(--primarycolor);
  color: #fff;
}

.menubar li > a.has-submenu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
  transition: all 0.2s ease;
}

.menubar li > a.has-submenu.active::after {
  transform: rotate(90deg);
}

.has-submenu.active + .submenu {
  display: block;
}

.submenu {
  list-style: none;
  padding: 15px;
  background: #3c3c3c;
  position: relative;
  z-index: 8;
  top: -5px;
  border-radius: 0 0 8px 8px;
  display: none;
}



.submenu li a {
  padding: 5px 5px 5px 15px;
  border-radius: 0;
  height: auto;
  font-size: 14px;
  position: relative;
}

.submenu li a.active {
  background: transparent;
  color: #d87ebd;
}

.submenu li a:hover {
  background: transparent;
  color: #d87ebd;
}

.submenu li a:hover::after,
.submenu li a.active::after {
  background: #d87ebd;
}

.submenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #d9d9d9;
}

.sildebarlogo {
  margin: 40px 0;
}

/*--sidebar--*/

.content-body {
  padding: 30px 30px 20px 80px;
}

.footer {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
font-weight: 300;
  color:var(--themedark);
}

.dash-item {
  background: #fff;
  border-radius:16px;
  padding: 15px;
  display: flex;
  font-size: 28px;
  align-items: center;
  margin-bottom: 20px;
font-weight: 500;
}

.dash-item a {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
}

.dash-item a p {
  color: #0a0a0a;
}

.dash-item .dash-item-icon {
  border-radius: 8px;
  background: var(--lightprimary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.dash-item h6 {
  font-size: 16px;
  color: #B1B9C1;
  margin: 0;
}

.innerbody {
  padding-left: 260px;
  transition: all 0.3s ease-in;
}

.user-set-menu {
  color: #000;
  margin-left: auto;
}

.user-set-menu .dropdown-toggle {
  display: flex;
  align-items: center;
  text-decoration: none;
color: #fff;
}

.user-set-menu .dropdown-toggle small {
  font-size: 10px;
  color: #4d4d4d;
}

.user-set-menu .dropdown-toggle h6 {
  font-size: 13px;
  margin: 0;
color: #fff;
}

.user-set-menu .dropdown-toggle small {
  font-size: 10px;
}

.user-set-menu .dropdown-menu {
  font-size: 15px;
}

.user-set-menu a {
  color: #000;
}

.page-content-wrapper {
  min-height: calc(100vh - 122px);
padding: 0 10px;
}

.white-body-card {
  background: #fff;
  padding: 20px;
  min-height: calc(100vh - 200px);
  margin-bottom: 20px;
  border-radius: 10px;
}

.table > thead {
  vertical-align: middle;
}

.table thead th {
  background: var(--themedark);
  color: #fff;
  font-weight: 500;
}

.table {
  border: solid 1px #dee5ef;
  font-size:14px;
  font-weight: 300;
}

.table-result {
  display: flex;
  align-items: center;
}

.pagination .page-link {
  color: #293854;
}

.pagination .page-item.active .page-link {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
}

.pagination .page-link img {
  margin-top: -3px;
}

.header {
  background:var(--primarycolor);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.headerserarch {
  position: relative;
  width: 260px;
}

.headerserarch .inputicon {
  position: absolute;
  top: 8px;
  left: 10px;
}

.headerserarch .inputicon-rt {
  position: absolute;
  top: 6px;
  right: 14px;
  cursor: pointer;
}

.headerserarch .form-control {
  padding-left: 35px;
  padding-right: 35px;
}

.filterby {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.filterby label {
  white-space: nowrap;
  margin-right: 10px;
}

.text-light {
  color: #7b7b7b !important;
}

.user-post-col {
  border: solid 1px #b4b4b4;
  border-radius: 12px;
}

.post-date-text {
  color: rgba(18, 18, 18, 0.7);
  font-size: 11px;
  margin: 0 0 5px;
}

.user-post-short-cnt {
  padding: 15px 18px 18px;
}

.user-post-short-cnt h6 {
  font-size: 15px;
}

.comment-view {
  color: rgba(18, 18, 18, 0.7);
}

.post-vedio-col {
  position: relative;
}

.post-vedio-col img,
.post-vedio-col video {
  width: 100%;
  border-radius: 12px;
}

.post-vedio-col::after {
  background: url(../images/video-palybtn.svg) center center no-repeat
    rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
}

.user-acnt-info-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}

.user-srt-info-pic {
  width: 84px;
  height: 84px;
  margin-right: 15px;
}

.user-srt-info {
  display: flex;
  align-items: center;
  color: #767676;
}

.user-srt-info h6 {
  font-size: 20px;
  color: #141413;
}

.user-token-balance {
  border: solid 1px #e9e1f1;
  padding: 10px 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: #767676;
  font-size: 13px;
}

.user-token-balance h6 {
  font-size: 15px;
  color: #000000;
}

.ttl-token {
  font-size: 20px;
  color: #e73333;
  margin-left: 30px;
}

.comment-post-det {
  border: solid 1px #b4b4b4;
  border-radius: 12px;
  margin: 0 0 20px;
}

h4 a {
  color: #0a0a0a;
  text-decoration: none;
}

/*--chat--*/
.chat-container {
  background: #fff;
  min-height: calc(100vh - 230px);
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;
}

.chat-userlist-col {
  border-right: solid 1px #d9d9d9;
  flex: 0 0 380px;
  width: 380px;
}

.chat-search {
  padding: 20px 25px;
}

.chat-search input {
  padding-left: 35px;
  border-color: #b4b4b4;
}

.chat-search .inputicon {
  position: absolute;
  left: 10px;
  top: 8px;
}

.chat-userlist-col > h6 {
  font-size: 15px;
  color: #616161;
  padding: 0 25px;
}

.chat-user-list {
  list-style: none;
  padding: 0;
  overflow: auto;
  max-height: 550px;
  scrollbar-width: thin;
}

.chat-user-list::-webkit-scrollbar {
  width: 5px;
}

.chat-user-list::-webkit-scrollbar-track {
  background: transparent;
}

.chat-user-list::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.chat-user-list li {
  padding: 12px 25px;
  display: flex;
  align-items: center;
}

.chat-user-list li:hover,
.chat-user-list li.active {
  background: #fff4f4;
}

.chat-user-pic {
  margin-right: 13px;
  position: relative;
}

.chat-user-pic img {
  width: 53px;
  height: 53px;
  border-radius: 100%;
}

.chat-user-pic.live-user::after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: solid 1px #fff;
  background: #7aa86f;
  right: 1px;
  top: 2px;
  content: "";
  border-radius: 100%;
}

.chat-user-shrt-info {
  flex: 1;
}

.chat-user-shrt-info h6 {
  font-size: 18px;
  padding: 0;
  color: #000000;
  margin: 0 0 5px;
}

.chat-last-msg-txt {
  margin: 0;
  font-size: 15px;
  color: rgba(18, 18, 18, 0.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
line-clamp: 1;
  -webkit-box-orient: vertical;
}

.chat-rec-info {
  text-align: right;
  font-size: 13px;
  color: #000;
}

.chat-unread-cnt {
  display: inline-block;
  width: 24px;
  background: #e73333;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
  line-height: 24px;
}

.chat-rec-time {
  margin: 0 0 5px;
}

.chatting-col {
  flex: 1;
  display: flex;
  flex-flow: column;
}

.chating-msg-detail {
  flex: 1;
}

.chatting-msg-cont {
  height: 500px;
  overflow: auto;
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.chatting-msg-scroll {
  max-height: 470px;
  overflow: auto;
  scrollbar-width: thin;
  padding: 30px 30px 0;
}

.chatting-msg-form {
  margin: auto 30px 30px;
  border: solid 1px #858585;
  padding: 10px;
  display: flex;
  border-radius: 8px;
}

.chatting-msg-form button {
  background: transparent;
  border: 0;
}

.chatting-msg-form textarea {
  flex: 1;
  border: 0;
  height: 50px;
  resize: none;
}

.chatting-msg-form textarea:focus-visible {
  outline: none;
}

.chatting-header {
  border-bottom: solid 1px #d9d9d9;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

.chatting-header h6 {
  font-size: 18px;
}

.chat-user-status {
  color: #a7a7a7;
}

.chat-user-status.chat-user-live {
  color: #588c4b;
}

.chat-user-status.chat-user-live .status-point {
  background: #588c4b;
}

.status-point {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background: #d3d3d3;
  position: relative;
  top: 5px;
}

.chatting-hdr-pic {
  width: 53px;
  height: 53px;
  border-radius: 100%;
}

.chating-msg-user-pic {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.chating-msg-sender {
  width: 75%;
  display: flex;
  margin: 0 0 30px;
}

.chating-msg-sender-bg {
  background: #fff4f4;
  border-radius: 0 13px 13px 13px;
  padding: 10px 15px;
  margin-bottom: 5px;
  min-height: 80px;
  color: #363e48;
  font-size: 16px;
}

.chatting-msg-time {
  font-size: 13px;
  color: #8f8f8f;
  margin: 0 0 0;
  padding-left: 15px;
}

.chating-msg-owner {
  width: 75%;
  display: flex;
  margin: 0 0 30px auto;
  align-self: flex-end;
}

.chating-msg-owner-bg {
  background: #f4f4f4;
  border-radius: 13px 13px 0 13px;
  padding: 10px 15px;
  margin-bottom: 5px;
  min-height: 80px;
  color: #363e48;
  font-size: 16px;
}

.chating-msg-owner .chatting-msg-time {
  text-align: right;
  padding-right: 15px;
}

/*--chat--*/
.form-grey-bg {
  border-radius: 8px;
  background: #fbfafa;
  padding: 20px 30px;
}

.form-step-process {
  text-align: center;
  margin: 20px 0;
  padding: 0;
}

.form-step-process li {
  background: #56c1c8;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-step-process li.disabled {
  opacity: 0.6;
}

.form-step-process .step-count {
  background: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #56c1c8;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
}



.modal-content {
  border-radius: 16px;
}



.modal-close {
 position: absolute;
  right: 15px;
  top: 17px;
  background: none;
  border: 0;
}

.min-btn-width-100 {
  min-width: 100px;
}

.input-gp {
  border: solid 1px #d4d4d4;
  border-radius: 6px;
  padding: 2px;
  display: flex;
}

.input-gp input {
  flex: 1;
  border: 0px;
  padding: 0 10px;
}

.input-gp input:focus-visible {
  outline: none;
}

.input-gp .btn-sm {
  min-width: 90px;
  border-radius: 4px;
}

/*--support--*/
.form-container-bg {
  background: #fbfafa;
  padding: 20px;
  border-radius: 8px;
}

.custom-add-user-select {
  position: relative;
}

.custom-add-user-select select.form-select {
  padding-right: 79px;
}

.custom-add-user-select .custom-symbol {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.custom-add-user-select .custom-symbol span {
  background: #c862a7;
  border-radius: 0 6px 6px 0;
  padding: 9px 10px;
  display: inline-block;
  height: 40px;
  margin-left: 10px;
}

.form-card {
  border-radius: 6px;
  border: solid 1px #d4d4d4;
  background: #fff;
}

.form-card-body {
  padding: 10px 15px;
}

.form-card-header {
  font-size: 14px;
  color: #141413;
  font-weight: 600;
  border-bottom: solid 1px #d4d4d4;
  padding: 8px 15px;
}

.form-card-collapse .form-card-header {
  padding: 0;
  border-bottom: 0;
}

.form-card-collapse .form-card-header button {
  background: none;
  border: 0;
  padding: 8px 15px;
  width: 100%;
  text-align: left;
  position: relative;
}

.form-card-collapse .form-card-header button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 7px;
  background: url(../images/downarrow.png) 0 0 no-repeat;
  height: 22px;
  width: 22px;
  transition: all 0.4s ease;
}

.form-card-collapse .form-card-header button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.form-card-collapse .form-card-header button:not(.collapsed) {
  border-bottom: solid 1px #d4d4d4;
}

.fs-11 {
  font-size: 11px;
}

/*--support--*/

/*--03-04-24 profile details--*/
.profile-short-info {
  border: solid 1px #c862a7;
  padding: 15px 20px;
  display: flex;
  background-color: #fff9fd;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #fff, #fff9fd);
  border-radius: 8px;
  font-size: 13px;
  position: relative;
}

.pro-det-pic {
  width: 86px;
  height: 86px;
}

.profile-short-info h6 {
  font-size: 18px;
  margin: 0 0 5px;
}

.profile-short-info .mail-link {
  text-decoration: none;
  color: #141413;
}

.profile-short-info .pro-edit-link {
  position: absolute;
  right: 10px;
  top: 10px;
}

.card {
  border-radius: 8px;
}

.card-header h5 {
  font-size: 16px;
  margin: 0;
}

.card-header {
  background: transparent;
  border-radius: 8px 8px 0 0px !important;
  display: flex;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-body {
  border-top: solid 1px #eee;
}

.text-link-theme-small {
  font-size: 12px;
  color: #56c1c8;
  text-decoration: underline;
}

.contact-data {
  background: #f2eef5;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  color: #3e3e3e;
  display: flex;
  align-items: center;
}

.contact-data h6 {
  font-size: 13px;
  margin: 0 0 5px;
}

.badge {
  padding: 6px 11px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 11px;
}

.text-bg-primary {
  background-color: #56c1c8 !important;
}

.min-h-225 {
  min-height: 225px;
}

.conditon-list {
  list-style: none;
  padding: 0;
  height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.conditon-list li {
  border-bottom: solid 1px #f2eef5;
  padding: 8px 0;
  font-size: 13px;
  color: #272727;
}

.ser-list-icon {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.ser-list-icon li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding: 12px 0;
}

.ser-list-icon li:last-child {
  border: 0;
}

.ser-list-icon li h6 {
  margin: 0 0 3px;
  font-size: 13px;
}

.ser-list-content {
  margin-left: 10px;
  flex: 1;
}

.form-control::file-selector-button {
  padding: 0.575rem 0.75rem;
}

/*--03-04-24 profile details--*/

/*--goal css--*/
.inprogresstext {
  color: #f26905;
}

.meter-info {
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*background-color: var(--accent-color);
     padding: 30px 20px; */
}

#meter--ranger {
  width: 100%;
}

.small {
  font-weight: 300;
  font-size: 12px;
}

/*--goal css--*/

/*--availability list--*/

.availability-list {
  list-style: none;
  padding: 0;
  height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
  font-weight: 300;
  font-size: 13px;
}

.availability-list li {
  border-bottom: solid 1px #f2eef5;
  padding: 8px 0;
  font-size: 13px;
  color: #272727;
  display: flex;
  align-items: center;
}

.availability-list li h6 {
  font-size: 13px;
  margin: 0px;
}

.na-text {
  color: var(--primarycolor);
}

.avai-table-scroll {
  overflow: auto;
  max-height: 400px;
  scrollbar-width: thin;
}

.input-gp-btn {
  background: #56c1c8;
  padding: 5px 10px;
  border-radius: 6px 0 0 6px;
  line-height: 1;
  border: 0;
}

.input-gp-btn:last-of-type {
  border-radius: 0px 6px 6px 0;
}

.date-input-min-width {
  min-width: 150px;
}

.heading-bdr-btm {
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
  color: #000;
}

.alert-primary {
  background-color: #ddedf9;
  border-color: #b6d7ef;
  color: #467493;
  font-weight: 300;
}

.alert-danger {
  background-color: #fce5e5;
  border-color: #efc2c2;
  color: #dd5151;
  font-weight: 300;
}

/*21-05-2024-----*/

.timeline-container {
  position: relative;
  margin: auto;
  width: 90%;
}

.timeline-container ul.tl {
  margin: 20px 0;
  padding: 0;
}

.timeline-container ul.tl li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 2px dashed #c8c8c8;
  padding: 0 0 50px 50px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.timeline-container ul.tl li:last-child {
  border-left: 0;
}

.timeline-container ul.tl li .item-icon {
  position: absolute;
  left: -22px;
  top: -5px;
  content: " ";
  border-radius: 500%;
  background: #d87ebd;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
}

.itemTextBlog {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.itemTextBlog h4 {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}

.itemTextBlog p {
  font-size: 14px;
  color: #393939;
  font-weight: 300;
  margin: 0;
  padding: 5px 0;
}

.itemTextBlog p span {
  font-size: 12px;
  color: #329197;
  font-weight: 300;
  margin: 0;
  padding: 5px 0;
}

.newsRightIcon a img {
  margin-bottom: 3px;
}

.itemTextBlog::after {
  content: " ";
  position: absolute;
  left: 38px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.newsRightIcon {
  width: 90px;
  text-align: right;
}

.newsLeftBlog {
  width: 98%;
}

.basicDetailsBlog h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}

.basicDetailsBlog p {
  font-size: 14px;
  color: #393939;
  font-weight: 300;
  margin: 0;
  padding: 5px 0;
}

.basicDetailsBlog .bDetails {
  font-size: 12px;
  color: #363636;
  font-weight: 300;
  margin: 0;
  padding: 5px 0;
}

.fileBlog {
  background: #fff !important;
  border: 1px solid #d4d4d4 !important;
}

.uploadPostButton {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #56c1c8;
  height: 85px;
  width: 130px;
}

.postfiles .inputFile {
  display: none;
}

.acoHeadBg {
  background: #000;
}

.acoHeadBg h5 {
  color: #fff;
}

.acoViewBlog {
  border: 1px solid #eee;
}

.grayBlogBg table tr {
  background: #f8f8f8;
  border: 1px solid #dee5ef;
}

.grayBlogBg table tr td {
  padding: 10px;
}

.CategoriesBlog {
  background: #fff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
}

/*--roster css--*/
.btn.btn-white {
  background: #fff;
  padding: 11px 15px;
}

.btn.btn-white:hover,
.btn.btn-white.active {
  background: #56c1c8;
  color: #fff;
}

.roster-header {
  display: flex;
  align-items: center;
}

.roster-title {
  margin: auto;
  text-align: center;
}

.roster-title .unassign-lable {
  font-size: 12px;
  padding: 5px 10px;
  background: #f8ebf4;
  border-radius: 30px;
  display: inline-block;
}

.roster-title .assign-lable {
  font-size: 12px;
  padding: 5px 10px;
  background: #c5eef0;
  border-radius: 30px;
  display: inline-block;
}

.table.calender-table {
  font-weight: normal;
}

.table.calender-table thead th {
  background: #fff;
  color: #000;
}

.calender-table tr > th:first-child,
.calender-table tr > td:first-child {
  position: sticky;
  left: 0;
  width: 300px;
}

.roster-hr-ttl-tag {
  background: #d9f5f6;
  border-radius: 30px;
  font-size: 11px;
  float: right;
  padding: 5px 10px;

}

/*--incident css--*/
.active-label {
  background: #f1ad46;
  color: #fff;
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
}

/*--04-06--*/
.case-note-crete-info {
  background: #f2f2f2;
}

.case-note-crete-info label {
  font-weight: 400;
  margin-bottom: 5px;
}

.case-note-crete-info {
  font-weight: 300;
}

.badge-tag {
  border-radius: 6px;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  color: #000;
  border: solid 1px #d4d4d4;
}

.text-link-secondary {
  color: #3fa9af;
}

.alert-info {
  background-color: #edfeff;
  border-color: #95e5ea;
  color: #369197;
}

.table thead.table-light th {
  background: #f9f9f9;
  color: #000;
}

.mini-btn-secondary {
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  background: #d87ebd;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  white-space: nowrap;
}

.unlink-checkbox {
  min-height: inherit;
  margin: 0px;
}

.info-card-box {
  background: #f2f2f2;
  font-weight: 300;
}

.info-card-box label {
  font-weight: 400;
  margin-bottom: 5px;
}


.ser-delivery-list {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.ser-delivery-list li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding: 12px 0;
}

.ser-delivery-list li:last-child {
  border: 0;
}

.ser-delivery-list li h6 {
  margin: 0 0 3px;
  font-size: 13px;
}
.ser-del-user-pic {
  width: 35px;
  height: 35px;
}
.input-gp-btn-minus,
.input-gp-btn-add {
  background: var(--primarycolor);
  color: #fff;
  min-width: 36px;
  font-size: 16px;
  border: 0;
}
.input-gp-btn-minus {
  border-radius: 6px 0 0 6px;
}
.input-gp-btn-add {
  border-radius: 0 6px 6px 0;
}
.text-process-primary {
  background: #f8ac59;
  color: #fff;
}
/*--service delivery csss--*/

/*--data--*/
.data-userlist {
  list-style: none;
}
.data-userlist li {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
  padding: 15px 0;
  border-bottom: solid 1px #ddd;
  font-weight: 300;
}
.data-userlist li a {
  text-decoration: none;
  color: #666;
}
.data-userlist-img img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.data-userlist-cont {
  margin-left: 10px;
}
.data-userlist-cont h6 {
  font-size: 16px;
  margin: 0 0 5px;
  color: var(--primarycolor);
}
.nav-tabs{
padding-left: 30px;
margin-bottom:20px;
}
.nav-tabs .nav-item{
margin-right:10px;
}
.nav.nav-tabs .nav-link.active {
  color:#000;
background-color: #fff;
}
.nav.nav-tabs .nav-link {
  color: #000;
background: #E4D7F3;
}

.worker-loc-list {
  list-style: none;
  margin: 0;
  font-size: 14px;
  padding: 0;
  max-height: 480px;
  overflow: auto;
  scrollbar-width: thin;
}
.worker-loc-list li {
  display: flex;
  padding: 13px 0;
  color: #666;
  border-bottom: solid 1px #ddd;
  font-weight: 300;
}
.worker-loc-list li:last-child {
  border: 0;
}
.worker-loc-list h6 {
  font-size: 14px;
  color: #000;
  margin: 0 0 5px;
}
.worker-loc-img img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.loc-spent-time {
  margin-left: auto;
  font-size: 12px;
}
.worker-loc-content {
  flex: 1;
}
.grey-card-bg {
  background: #f7f7f7;
  width: 320px;
}
.grey-card-bg h6 {
  color: #000;
}
.grey-card-bg .btn.btn-sm {
  padding: 7px 10px;
  height: auto;
  border-radius: 6px;
}

.tp-search-input {
  max-width: 280px;
  position: relative;
}

.login-wrapper {
  min-height: 100vh;
}

.login-left {
  background: var(--themedark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
}

.login-container {
  max-width: 380px;
  width: 100%;
}
.login-container a{
color: var(--themedark);
font-weight: 500;
}
.login-container h4 {
  font-weight: 500;
  margin: 0 0 20px;
font-size: 22px;
}
.table-responsive {
  min-height: 600px;
}
.text-primary{
color: var(--primarycolor) !important
}

.action-table{
width: 100%;
margin: 0 0 20px;
}
.action-table td{
border-bottom: solid 1px #DFDFDF;
padding:15px 0;
}



/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  font-family: Arial, sans-serif;
  color: white;
}

/* The text inside the slider */
.slider .slider-text {
  transition: 0.4s;
transform: translateX(7px);
}

/* Slider before (circle) */
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width:18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* When the checkbox is checked, change the background and text */
input:checked + .slider {
  background-color: #673ab7; /* Purple color */
}

input:checked + .slider .slider-text {
  transform: translateX(-9px); /* Move text to the right */
}

/* Move the circle when checked */
input:checked + .slider:before {
  transform: translateX(30px);
}

/* Default text change when unchecked */
.slider .slider-text::before {
  content: "Off";
transform: translateX(9px);
}

/* Update the text when checked */
input:checked + .slider .slider-text::before {
  content: "On";
}

.add-file-gp{
background: var(--lightprimary);
border-radius: 16px;
position: relative;
width: 180px;
height: 180px;
}
.add-file-gp input{
visibility: hidden;
position: absolute;
}
    .add-file-gp label {
        height: 100%;
        text-align: center;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        border: solid 1px #ecf0f5;
        border-radius: 16px;
    }
h6.form-title{
font-size: 12px;
text-transform: uppercase;
color: var(--themedark);
margin: 0 0 10px;
}
.input-row-del{
background: var(--primarycolor);
  border-radius: 10px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin-top:24px;
}
.text-link-primary{
color: var(--primarycolor);
}
.add-file-gp.mini-file{
width: 110px;
height: 110px;
}
.add-file-gp.mini-file label{
font-size: 10px;
}
.theater-card{
border: solid 1px #CACACA;
padding: 15px;
border-radius: 18px;
position:relative
}
.close-card-btn {
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
}
/*--select 2 css--*/
.select2-container--default .select2-selection--multiple {
    border-color: #E0E0E0;
    border-radius: 8px;
}
.select2-container .select2-selection--multiple{
min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
background-color: var(--primarycolor);
border-color: var(--primarycolor);
font-size: 12px;
border-radius: 16px;
color: #fff;
padding: 4px 26px 4px 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
background: url(../images/select-close.png) 0 0 no-repeat;
border-radius: 0;
border: 0;
left: inherit;
  top: 5px;
  right: 4px;
  width: 17px;
  height: 17px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
font-size: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
background-color: transparent;
}
.select2.select2-container{
overflow: hidden;
}
.select2.select2-container::after{
position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px transparent;
  border-color: transparent #000 #000 transparent;
  right: 16px;
  top: 13px;
  transform: rotate(45deg);
}
/*--select 2 css--*/

.form-switch .form-check-input[type="checkbox"]{
width: 28px;
  height: 18px;
  border-radius: 50px;
  border-color: #ccc;
}
.form-switch .form-check-input:checked {
  background-color: #37AC82;
border-color: #37AC82;
}
.export-btn{
background: #ECF0F5;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
}

.prod-card{
border-radius: 16px;
padding: 15px;
display: flex;
background: var(--lightprimary);
color: #011839;
font-weight: 300;
margin: 0 0 10px;
}
.prod-card h4{
font-weight: 500;
font-size: 16px;
margin:5px 0 8px;
}
.prod-img{
margin-right: 15px;
position: relative;
}
.prod-img img{
width: 115px;
height: 115px;
border-radius: 12px;
}
.prof-tag{
position: absolute;
  width: 110px;
  left: 0;
  right: 0;
  bottom: 3px;
  background-color: var(--primarycolor);
  color: #fff;
  font-size: 11px;
  padding: 5px;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  margin: auto;
font-weight: normal;
}
.Amateur-tag{
position: absolute;
  width: 81px;
  left: 0;
  right: 0;
  bottom: 3px;
  background-color: #EBC338;
  color: #000;
  font-size: 11px;
  padding: 5px;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  margin: auto;
font-weight: normal;
}

.prod-loction{
margin: 0 0 8px;
}
.prod-loction,.prod-date{
display: flex;
align-items: center;
}
.prod-loction img,.prod-date img{
margin-right: 5px;
}

.claim-card{
border-radius: 16px;
  padding: 15px;
  display: flex;
  background: var(--lightprimary);
  color: #011839;
  font-weight: 300;
  margin: 0 0 10px;
align-items: flex-start;
}
.claim-pic-col{
margin-right: 10px;
position: relative;
}
.claim-pic-col .img-match{
position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 22px;
}
.claim-pic-col .claim-user-pic{
width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid 1px #fff;
  object-fit:cover;
}
.claim-content h4{
font-size: 16px;
font-weight: 500;
}
.approve-btn-rounted{
border-radius: 30px;
  border: solid 1px var(--primarycolor);
  color: var(--primarycolor);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  display: inline-block;
  line-height: normal;
text-decoration: none;
}
.fnt-16{
font-size: 16px;
}
.fnt-10 {
    font-size: 10px;
}
.user-set-menu .dropdown-toggle::after {
    display:none;
}

input.form-control::placeholder {
    color: #A4A4A4;
    opacity: 0.8;
}

.add-file-gp label {
    cursor: pointer !important;
}
.action-btn {
    display:flex;
    align-items:center
}
.button-container {
    display: flex;
    justify-content: flex-end; 
    gap: 10px; 
}

.import-btn {
    padding: 8px 20px;
    background: #00112d;
    line-height: normal;
    height: 40px;
    color: #fff;
    border-radius: 8px;
    font-size:16px;
    font-weight:500;
}
.import-btn input {
    position:absolute;
    height:0px;
    width:0px;
    opacity:0;
}