@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&family=Outfit:wght@100..900&display=swap');


/*--font face end--*/
body {
  font-family: "Outfit", sans-serif;
  background: var(--lightbg);
  font-size: 13px;
  color: #333;
}

:root {
  --primarycolor: #0069AA;
  --secondarycolor: #D9AF89;
  --themedark: #00112D;
  --themelight: #fff;
  --lightprimary: #F9F6F2;
--lightbg:#F9F6F2;
--primarytextcolor: #242424;
--secondarytextcolor: #F9F6F2;
}
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: linear-gradient(167.76deg, #D9AF89 1.42%, #0069AA 100%);
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: #F4F0EB;
background-color: #FFFFFF;
}


.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;
}

.icon-right-holder-input {
  position: relative;
}

.icon-right-holder-input input {
  padding-right: 40px;
}


.icon-right-holder-input .inputIcons {
  position: absolute;
  right: 13px;
  top: 14px;
  left: auto;
}

.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;
  right: 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;
/* margin: 0; */
border-color: var(--secondarycolor);
}

.form-check-input:checked {
  background-color: var(--secondarycolor);
  border-color:var(--secondarycolor);
}
.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: #CACACA;
  font-size: 14px;
  height: 44px;
  border-radius:8px;
font-weight: 300;
}

.form-control.form-control-lg {
  height:44px;
}

.page-title-row {
  display: flex;
  align-items: center;
}

.page-title-row a{
  display: flex;
  align-items: center;
  line-height: normal;
}

.page-title-row a img{
  margin-right: 10px;
}

.btn.btn-lg {
  height:50px;
  font-size: 16px;
}

.btn {
  font-size: 15px;
  line-height: 1.3;
  border-radius:10px;
  padding: 12px 28px;
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(--secondarycolor);
  border-color: var(--secondarycolor);
  color: var(--lightprimary);
}

.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: #242424;
  font-size: 13px;
font-weight: 400;
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: 9999;
  overflow: auto;
  position: fixed;
  width: 100%;
  max-width: 260px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--themelight);
  padding: 20px 16px;
  color: #fff;
}

.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: var(--primarytextcolor);
  font-size: 15px;
  text-decoration: none;
  height: 55px;
  font-weight: 400;
  position: relative;
  z-index: 10;
  background: transparent;
    
}

.menubar li.logout > a {
  background: var(--lightprimary);
}

.menubar li > a img {
  margin-right: 10px;
}

.menubar li.active a img{
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.menubar li > a:hover img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.menubar li > a:hover,
.menubar li a.active {
  color: var(--secondarytextcolor);
  background:var(--primarycolor);
}

.menubar li.active a {
  background: var(--primarycolor);
  color: var(--secondarytextcolor);
}

.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(--primarycolor);
  color: #fff;
  font-weight: 500;
}

.table tbody td.actions img {
  margin-right: 3px;
}

.table tbody td.actions img:last-child {
  margin-right: 0;
}

.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(--secondarycolor);
  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;
}

.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{
margin-bottom:20px;
border: none;
}

.nav.nav-tabs .nav-link.active {
  color:#000;
background-color: #F9F6F2;
}
.nav.nav-tabs .nav-link {
  color: #000;
background: #fff;
border-radius: 0;
border: 1px solid #E6E6E6;
font-size: 14px;
}

.nav.nav-tabs .nav-item:first-child .nav-link {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.nav.nav-tabs .nav-item:last-child .nav-link {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.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(--primarycolor);
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;
  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;
  cursor: pointer;
}

.add-file-gp label img{
  margin-bottom: 18px;
}

.add-file-gp label p{
  font-weight: 600;
}

.add-file-gp p.text-sm{
  font-size: 10px;
  font-weight: 400;
  color: #868686;
}
h6.form-title{
font-size: 20px;
color: var(--primarytextcolor);
font-weight: 500;
margin: 0 0 10px;
}
.input-row-del{
background: var(--primarycolor);
  border-radius: 10px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin-top:25px;
}
.text-link-primary{
color: var(--primarycolor);
}
.add-file-gp.mini-file{
width: 110px;
height: 110px;
}
.add-file-gp.mini-file label{
font-size: 10px;
}

/*--select 2 css--*/
.select2-container--default .select2-selection--multiple{
border-color: #CACACA !important;
border-radius: 8px;
}
.select2-container .select2-selection--multiple{
min-height: 40px;
padding: .375rem 2.25rem .375rem .75rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
background-color: var(--secondarycolor);
border-color: var(--secondarycolor);
font-size: 12px;
border-radius: 16px;
color: #242424;
padding: 4px 26px 4px 8px;
margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child{margin-left: 0;}
.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);
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{display: none;}
/*--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;
}

.fnt-16{
font-size: 16px;
}
.fnt-10{
font-size: 10px;}


input.form-control::placeholder {
  color:#A4A4A4;
  opacity: 1;
  font-size: 13px;
  font-weight: 500;
}



    /* Custom styles for calendar */
    .calendar {
      margin-top: 20px;
      width: 100%;
    }
    .calendar-header {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
    }
    .calendar-day-name {
      font-weight: bold;
      text-align: center;
      padding: 10px;
      background-color: #f7f7f7;
    }
    .calendar-day {
      text-align: center;
      padding: 20px;
      height: 80px;
      border: 1px solid #ddd;
      background-color: #f9f9f9;
    }
    .calendar-day:hover {
      background-color: #f1f1f1;
    }
    .calendar-day.empty {
      background-color: #fff;
      border: none;
    }
.dataTables_wrapper .dataTables_info {
    padding-top:12px !important;
    margin:0 !important;
}

.file-info {
    position:relative;
}

    .file-info img.delete-icon {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .file-info .image-preview {
        background: var(--lightprimary);
        border-radius: 16px;
        width: 180px;
        height: 180px;
        overflow:hidden;
        display:flex;
        align-items:center;
        justify-content:center;
    }


.bootstrap-timepicker-widget table td input {
    width: 30px;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
}



.fc-event{ padding:10px !important; border:0 !important; border-radius:6px !important; background:#f9f6f2 !important; margin:6px !important;  }
    .fc-event .btn {
        background: #0069aa;
        border-color: #0069aa; border-radius:60px; font-size:10px; padding:4px 10px; line-height:normal; height:auto; margin-bottom:6px; 
    }
        .fc-event .btn:hover {
            background: #064e7a;
        }
.fc-event span{ font-size:10px; font-weight:500; color:#242424; display:block; }
.fc-event br{ display:none; }

.fc-event small{ display:block !important; width:100%; color:#d9af89 !important; font-weight:400; padding-top:6px; clear:both; font-size:9px !important; }
    .fc-event span.text-primary { position:absolute; margin:15px 0 0 -10px;
    }

.fc-event-container{ padding-bottom:20px !important;}



.prayerdetails div {
    display: block;
    padding: 10px ;
    border-radius: 10px ;
    background: #f9f6f2 ;
    margin:6px 0px; padding-right:180px; position:relative;
}
    .prayerdetails div .btn {
        background: #0069aa;
        border-color: #0069aa;
        border-radius: 60px;
        font-size: 12px;
        padding: 4px 10px;
        line-height: normal;
        height: auto;
        margin-bottom: 6px; position:absolute; right:10px;
    }
        .prayerdetails div .btn:hover {
            background: #064e7a;
        }
.prayerdetails span {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    display: block;
}
.prayerdetails small {
    display: block !important;
    width: 100%;
    color: #d9af89 !important;
    font-weight: 400;
    clear: both;
    font-size: 12px !important;
}
.prayerdetails h3{ display:block; margin:0 0 20px 0; font-size:18px;}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current, .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate span .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0069aa !important;
    color: #fff !important;
    border-radius: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: #fff !important;
}

.def-page-container {
    max-width: 1320px;
    margin: auto;
    padding: 0 30px;
    width:100%
}