/** Customizations for Strive web application **/
/** General Css applied to all the pages **/
body,
html body {
  font-family: Poppins;
  background: #F3F2F7 0% 0% no-repeat padding-box;
  opacity: 1;
}

.navigation {
  font-family: poppins;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #464255;
  font-family: poppins;
}

.vertical-layout.vertical-menu-modern .main-menu {
  border-right: none !important;
  background: #F3F2F7 0% 0% no-repeat padding-box;
}

.main-menu .navbar-header {
  background: #F3F2F7 0% 0% no-repeat padding-box;
}

.navigation.navigation-main {
  background: #F3F2F7 0% 0% no-repeat padding-box !important;
}

.main-menu.shadow-bottom {
  background: linear-gradient(#f2f4f4 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

.brand_logo {
  width: auto;
  height: 50px;
}

.header-navbar.fixed-top {
  background: transparent linear-gradient(89deg, #FFFFFF 0%, #F5F4F9 100%) 0% 0% no-repeat padding-box;
}

html .navbar-sticky .app-content .content-wrapper-bg {
  background: transparent linear-gradient(89deg, #FFFFFF 0%, #F5F4F9 100%) 0% 0% no-repeat padding-box;
}

html .content {
  padding-top: 1rem;
}

html .content.app-content {
  background: #F3F2F7 0% 0% no-repeat padding-box !important;
}

.content-body {
  margin-left: 15px;
}

/*** Profile image icon ****/
.round {
  border-radius: 0.75rem !important;
}

/*** Pagination ***/
.pagination {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.pagination .page-item {
  margin-right: 5px;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  background-color: #00A389 !important;
  background-repeat: no-repeat;
  background-origin: padding-box;
  color: #FFFFFF !important;
  border-radius: 10px;
  opacity: 50%;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link:hover {
  background-color: #00A389 !important;
  background-repeat: no-repeat;
  background-origin: padding-box;
  color: #FFFFFF;
  border-radius: 10px;
}

.paginate_button.page-item.disabled a.page-link {
  color: #FFFFFF !important;
}

/*** All rounded dropdown ***/
select,
input {
  border-radius: 18px !important;
  background-color: #ECEAF3 !important;
}

.div_app_instances_group .select2-selection, .category-div .select2-selection {
  border-radius: 18px !important;
  background-color: #ECEAF3 !important;
}

.div_app_instances_group .select2-selection__choice, .category-div .select2-selection__choice {
  border-radius: 18px !important;
}

/*** Buttons for the web app ***/
.btn-green {
  border-color: #00A389 !important;
  background-color: #00A389 !important;
  color: #fff;
  border-radius: 18px;
}

.btn-green:hover {
  background-color: #286b60 !important;
  color: #fff;
}

.btn-grey {
  border-color: #c2c2c2 !important;
  background-color: #c2c2c2 !important;
  color: #fff;
  border-radius: 18px;
}

.btn-grey:hover {
  background-color: #adaaaa !important;
  color: #fff;
}

.btn-purple {
  border-color: #504672 !important;
  background-color: #504672 !important;
  color: #fff;
}

.btn-purple:hover {
  background-color: #6a5d94 !important;
  color: #fff;
}

.btn {
  border-radius: 18px !important;
}

/** Login Screen ***/
html .bg-full-screen-image {
  background: url(/images/login_bg.png?970c0ee264bbee04b861398a50ef2961) no-repeat center center;
  background-size: cover;
}

.login_logo {
  max-width: 150px;
  max-height: 75px;
}

.card.bg-authentication {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 26px #00000029;
  border-radius: 2.5rem;
  opacity: 0.9;
  margin: 2rem;
}

.card .card {
  background-color: transparent;
}

.card.bg-authentication .form-control {
  background-color: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E6E6E6;
  border-radius: 18px;
  opacity: 1;
  margin-bottom: 1rem;
}

.login_footer {
  margin-top: 1.5rem;
}

.login_footer p {
  margin: 0px;
  font-size: 0.7rem;
  color: #A8A8A8;
}

.card.bg-authentication .btn-primary {
  background: #0091CF 0% 0% no-repeat padding-box !important;
  border-radius: 18px;
  opacity: 1;
}

.card.bg-authentication .btn-primary.glow {
  box-shadow: 0 4px 4px 0 rgba(0, 145, 207, 0.5) !important;
}

.card.bg-authentication .btn-primary:hover,
.card.bg-authentication .btn-primary:focus,
.card.bg-authentication .btn-primary:active {
  box-shadow: 0 2px 4px 0 rgba(0, 145, 207, 0.6) !important;
}

/***** Side Menu Specific Styles *****/
.menu_active {
  background: url(/images/menu_bg.png?d2eeb2ddc42a5c5262dbfcde3eb4f2f6) no-repeat;
  background-size: contain;
}

.main-menu.menu-light .navigation > li {
  margin: 0 0rem !important;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
  margin-right: 2rem !important;
}

/****** Employees Page Specific Styles ****/
.employee-card {
  border-radius: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #BEBEBE6E;
  cursor: pointer;
}

.employee-card:hover {
  box-shadow: 5px 5px 15px #9e9e9e;
}

.wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.wrapper .avatar.avatar-lg {
  margin: 0;
}

.modal-dialog.employee-modal {
  margin: 0 0 0 auto;
  height: 100%;
  overflow: scroll;
  max-width: 90%;
}

.modal-dialog.employee-modal .modal-content {
  padding: 15px;
  box-shadow: -3px 0px 6px #00000029;
  height: 100%;
  overflow-x: scroll;
}

.modal-dialog.employee-modal input,
.modal-dialog.employee-modal select {
  background-color: #fff !important;
}

.modal-dialog.employee-modal .avatar .round {
  width: 120px;
  height: 120px;
}

.separator-form {
  align-items: center;
  display: flex;
  font-weight: 500;
  text-align: center;
}

.separator-form::after,
.separator-form::before {
  border-bottom: 1px solid #ccc;
  content: "";
  flex: 1;
}

.separator-form:not(:empty)::before {
  margin-right: 0.25em;
}

.email-update-title {
  color: #0d6efd;
}

/**** census wizard ***/
.census-wizard .fonticon-container {
  display: inherit;
}

.census-wizard .fonticon-wrap {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.census-wizard .fonticon-wrap.success {
  background: #84e3d3 0% 0% no-repeat padding-box;
}

.census-wizard .fonticon-wrap.failure {
  background: #f2b8b8 0% 0% no-repeat padding-box;
}

.census-wizard .bx-error-alt {
  color: #FF6464;
  font-size: 1.5rem !important;
}

.census-wizard .bx-like {
  color: #00A389;
  font-size: 1.5rem !important;
}

.census-wizard .fonticon-classname {
  font-size: medium;
  font-weight: 100;
  text-transform: capitalize;
}

.census-wizard label {
  font-size: x-small;
  font-weight: bold;
}

.census-wizard p {
  font-size: small;
}

.census-wizard-missing {
  background: #ECEAF3 0% 0% no-repeat padding-box;
  border-radius: 18px;
  padding: 10px;
}

.schedule-launch .bg-msg-selection-div {
  background-color: #F5F4F9 !important;
}

.dashboard-widget-1 .card,
.dashboard-widget-2 .card,
.dashboard-widget-3 .card,
.dashboard-widget-4 .card,
.dashboard-widget-5 .card,
.dashboard-widget-6 .card {
  box-shadow: none;
}

.dashboard-widget-1 .card-body,
.dashboard-widget-2 .card-body,
.dashboard-widget-3 .card-body,
.dashboard-widget-4 .card-body,
.dashboard-widget-5 .card-body,
.dashboard-widget-6 .card-body {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
  opacity: 1;
  color: #fff;
}

.dashboard-widget-1 .card-body h4,
.dashboard-widget-2 .card-body h4,
.dashboard-widget-3 .card-body h4,
.dashboard-widget-4 .card-body h4,
.dashboard-widget-5 .card-body h4,
.dashboard-widget-6 .card-body h4 {
  color: #fff;
}

.dashboard-widget-1 .card-body .badge-circle-light-1,
.dashboard-widget-2 .card-body .badge-circle-light-1,
.dashboard-widget-3 .card-body .badge-circle-light-1,
.dashboard-widget-4 .card-body .badge-circle-light-1,
.dashboard-widget-5 .card-body .badge-circle-light-1,
.dashboard-widget-6 .card-body .badge-circle-light-1 {
  background: #63E5BD;
}

.dashboard-widget-1 .card-body .badge-circle-light-2,
.dashboard-widget-2 .card-body .badge-circle-light-2,
.dashboard-widget-3 .card-body .badge-circle-light-2,
.dashboard-widget-4 .card-body .badge-circle-light-2,
.dashboard-widget-5 .card-body .badge-circle-light-2,
.dashboard-widget-6 .card-body .badge-circle-light-2 {
  background: #FCC188;
}

.dashboard-widget-1 .card-body .badge-circle-light-3,
.dashboard-widget-2 .card-body .badge-circle-light-3,
.dashboard-widget-3 .card-body .badge-circle-light-3,
.dashboard-widget-4 .card-body .badge-circle-light-3,
.dashboard-widget-5 .card-body .badge-circle-light-3,
.dashboard-widget-6 .card-body .badge-circle-light-3 {
  background: #D6A1F5;
}

.dashboard-widget-1 .card-body .badge-circle-light-4,
.dashboard-widget-2 .card-body .badge-circle-light-4,
.dashboard-widget-3 .card-body .badge-circle-light-4,
.dashboard-widget-4 .card-body .badge-circle-light-4,
.dashboard-widget-5 .card-body .badge-circle-light-4,
.dashboard-widget-6 .card-body .badge-circle-light-4 {
  background: #8FDDFE;
}

.dashboard-widget-1 .card-body .badge-circle-light-5,
.dashboard-widget-2 .card-body .badge-circle-light-5,
.dashboard-widget-3 .card-body .badge-circle-light-5,
.dashboard-widget-4 .card-body .badge-circle-light-5,
.dashboard-widget-5 .card-body .badge-circle-light-5,
.dashboard-widget-6 .card-body .badge-circle-light-5 {
  background: #BBB2FC;
}

.dashboard-widget-1 .card-body {
  background: transparent linear-gradient(0deg, #25C393 0%, #1DEBAC 100%) 0% 0% no-repeat padding-box;
}

.dashboard-widget-2 .card-body {
  background: transparent linear-gradient(180deg, #FBB673 0%, #FC8B1E 100%) 0% 0% no-repeat padding-box;
}

.dashboard-widget-3 .card-body {
  background: transparent linear-gradient(0deg, #AB54DB 0%, #D38AFB 100%) 0% 0% no-repeat padding-box;
}

.dashboard-widget-4 .card-body {
  background: transparent linear-gradient(0deg, #36C1FC 0%, #68D2FE 100%) 0% 0% no-repeat padding-box;
}

.dashboard-widget-5 .card-body {
  background: transparent linear-gradient(0deg, #7563F5 0%, #A69AFB 100%) 0% 0% no-repeat padding-box;
}

.dashboard-widget-6 .card-body {
  background: transparent linear-gradient(0deg, #FF5B5C 0%, #e88586 100%) 0% 0% no-repeat padding-box;
}

.b-radius-15 {
  border-radius: 15px;
}

.background-1 {
  background: #F2F4F4 0% 0% no-repeat padding-box;
}

.background-2 {
  background: #00A389 0% 0% no-repeat padding-box;
}

.background-3 {
  background: #D0E7E7 0% 0% no-repeat padding-box;
}

.background-2:hover {
  opacity: 0.75;
  color: #fff;
}

.setting-container {
  background: transparent linear-gradient(89deg, #FFFFFF 0%, #F5F4F9 100%) 0% 0% no-repeat padding-box;
}

.setting-container .census-field-selection {
  background-color: #fff;
}

.setting-container .census-field-selection label,
.setting-container .census-field-selection select {
  font-size: 0.8rem;
}

.setting-container .company-logo-card {
  width: 170px;
  height: 150px;
  overflow: hidden;
}

.setting-container .logo-card {
  height: 120px;
  width: 140px;
  overflow: hidden;
}

.setting-container .company-logo-change {
  height: 38px;
}

.setting-container .census-values,
.setting-container .census-field-div {
  padding-top: 0.3rem;
}

.setting-container .census-values input {
  font-size: 0.8rem;
}

.setting-container .census-values label {
  padding: 0.5rem;
}

.setting-container .plan-mapping-title {
  padding: 1.7rem;
}

.dashboard-container .dashboard-notification {
  padding: 0.8rem;
  border-radius: 11px;
}

.dashboard-container .dashboard-icon-div {
  border-radius: 20px;
}

.dashboard-container .widget-notification .badge {
  background: none;
}

.dashboard-container .widget-notification .img-fluid {
  border-radius: 13px;
}

.dashboard-container .dashboard-widgets .line-ellipsis {
  font-size: 0.8rem;
}

.dashboard-container .dashboard-widgets .card {
  background-color: transparent;
}

.dashboard-container .service-key-progress-bar .card {
  background-color: transparent;
}

.input-group-prepend .input-group-text {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.wizard-divvy-account .content,
.wizard-census-upload .content,
.wizard-app-instance .content {
  background: none;
}

.overflow-hidden {
  overflow: hidden;
}

.block-send-msg {
  background: #0091CF;
  height: 100%;
}

.block-credit-number {
  background: #504672;
  height: 100%;
}

.h-70 {
  height: 70px;
}

.lh-70 {
  line-height: 70px;
}

.width-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.message-hub-widget-1 {
  background: #0091CF;
  min-width: 200px;
}

.message-hub-widget-2 {
  background: #504672;
  min-width: 200px;
}

.message-hub-widget-3 {
  background: #c2c2c2;
  min-width: 200px;
}

.b-radius-24 {
  border-radius: 24px;
}

.b-radius-18 {
  border-radius: 18px;
}

.dataTables_paginate .pagination .paginate_button a {
  border-radius: 10px !important;
}

.dataTables_paginate .pagination .page-item.previous .page-link,
.dataTables_paginate .pagination .page-item.next .page-link,
.dataTables_paginate .pagination .page-item.first .page-link,
.dataTables_paginate .pagination .page-item.last .page-link,
.dataTables_paginate .pagination .page-item.disabled {
  color: #fff !important;
}

table.custom-datatable-record th, table.custom-datatable-record td {
  min-width: 80px !important;
  padding: 0.15rem 0.5rem;
}

div#census-history-record_filter label, div#census-summary-record_filter label {
  width: 75%;
}

div#census-history-record_filter .form-control-sm, div#census-summary-record_filter .form-control-sm {
  height: 2.58rem;
  width: 85%;
}

.bg-msg-selection-div {
  background: #F5F4F9;
}

.bg-msg-selection-btn-1 {
  background: #FF8D1E;
}

.bg-msg-selection-btn-2 {
  background: #36C1FC;
}

.bg-msg-selection-btn-3 {
  background: #00D8B5;
}

.bg-msg-selection-btn-4 {
  background: #437dec;
}

.send-to label {
  text-transform: none;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.d-table-column {
  display: table-column;
}

.modal .modal-content .modal-header .close,
.close-btn {
  height: 2.4rem;
  width: 2.4rem;
  background-color: #727E8C !important;
  border-radius: 50% !important;
  color: #fff;
}

.custom-close {
  position: absolute;
  right: 0;
  top: 0;
}

#message-hub-table,
#scheduledNotifications,
#message-hub-invoice,
#text-history-invoice,
#challenge-participant-table,
#employee-plan-table,
#customised-challenge-table,
#approval-list-table,
#recharge-transaction-table,
#confirm-points-table,
#employee-transaction-history-table {
  border-radius: 15px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #f1f1f1;
  background: #fff;
}

#message-hub-table td,
#scheduledNotifications td,
#challenge-participant-table td,
#customised-challenge-table td,
#approval-list-table td,
#recharge-transaction-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#message-hub-table_info,
#census-history-record_info,
#census-history-record_paginate,
#message-hub-table_paginate,
#scheduledNotifications_info,
#scheduledNotifications_paginate,
#message-hub-invoice_info,
#message-hub-invoice_paginate,
#text-history-invoice_info,
#text-history-invoice_paginate,
#challenge-participant-table_info,
#challenge-participant-table_paginate,
#customised-challenge-table_info,
#customised-challenge-table_paginate,
#approval-list-table_info,
#approval-list-table_paginate {
  margin-top: 10px;
}

.font-size-xlarge {
  font-size: 1.5rem;
}

#dob_root {
  width: 115%;
}

.text-bold {
  font-weight: bold;
}

.text-cover {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter-message-hub,
.filter-employee,
.filter-email-template {
  background: #fafbfb !important;
  border: 1px solid #f1f1f1;
}

.border-top-right-radius-0 {
  border-top-right-radius: 0px !important;
}

.border-top-left-radius-0 {
  border-top-left-radius: 0px !important;
}

.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0px !important;
}

.img-edit-avatar {
  height: 200px;
  width: 200px;
  border-radius: 25%;
}

.profile-img-edit-avatar {
  height: 100px;
  width: 100px;
  border-radius: 25%;
}

.profile-section-text {
  color: #004631;
}

.profile-label-text {
  color: #979ba7;
}

.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0px !important;
}

@media (min-width: 768px) {
  .modal-dialog.employee-modal {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.employee-modal {
    max-width: 50%;
  }
}
.launch-history-container .picker {
  width: 125% !important;
  font-size: 12px;
}

.launch-history-container .pickadate {
  background-color: #FFFFFF !important;
}

.launch-history-container .reset-btn {
  text-decoration: none;
  color: white;
}

@media (max-width: 768px) {
  .role-select-dropdown {
    margin-top: 1rem !important;
  }
}
#app-side-menu,
#app-dashboard,
#app-ignored,
#app-bottombar {
  min-height: 50px;
  border: 1px solid #dff0d8;
  background: #dff0d8;
}

.error {
  color: #FF5B5C !important;
}

.active_tile {
  background-color: #dff0d8 !important;
}

.inactive_tile {
  background-color: #f2dede !important;
}

.carrier-repeater-default ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.plan-type-row {
  list-style-type: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

div.background-phone {
  min-width: 435px;
  min-height: 850px !important;
  height: 100%;
  width: 100%;
  background: #fff;
}

div.iphone {
  height: 740px;
  width: 435px;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 80px;
  left: 0px;
  right: 0px;
  background: url(/images/cp_social_app_iphone.png?99512519944cc47e7b5dfc20fed554ee) no-repeat center center;
  background-size: contain;
}

div.iphone .screen {
  height: 650px;
  width: 320px;
  top: 22px;
  left: 59px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

div.iphone .screen .status-phone {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
  height: 20px;
  width: 100%;
  background: #0C9FE3 url(/images/cp_social_app_status_white.png?409e6472693679963c1ad36591b780ad) no-repeat center center;
  background-size: cover;
}

div.iphone .screen .content-phone {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 568px;
  width: 320px;
  background: #f2f4f4;
  margin-top: 20px;
}

div.iphone .screen .content-phone .content-menu {
  background: #0C9FE3;
  padding: 5px;
}

div.iphone .screen .content-phone .content-header {
  height: 75px;
}

div.iphone .screen .content-phone .content-header .content-title {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #0C9FE3;
  color: #fff;
  padding: 10px;
  border-radius: 0px 0px 30px 30px;
}

div.iphone .screen .content-phone .content-header.email {
  display: none !important;
}

div.iphone .screen .content-phone .content-msg {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 10px 10px;
  margin: 10px 10px;
  height: 100%;
}

div.iphone .screen .text-muted {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.iphone .screen.email {
  overflow: auto !important;
  background: #f2f4f4;
}

div.iphone .screen.email .status-phone {
  position: sticky;
  width: calc(100% + 10px);
  margin-right: 5px;
}

div.iphone .screen.email .content-phone {
  width: auto !important;
  min-width: 305px;
}

div.iphone .screen.email .content-phone .content-menu {
  background: #0C9FE3;
  padding: 5px;
}

div.sec-preview-div {
  height: 300px;
  overflow: auto;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
  width: auto;
  height: auto;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 18px !important;
  border: 1px solid #DFE3E7;
  background-color: #ECEAF3;
  color: #475F7B;
}

.ql-editor {
  min-height: 180px;
}

/*for x-editable*/
.editableform-loading {
  background: url(/images/loading.gif?56d4c7ce2d3591a021073d07a6ea7342) center center no-repeat;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url(/images/clear.png?240c0c6464de0b4bf116fb54d231e46b) center center no-repeat;
}

.circle-with-text {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #92b5f7;
}

.circle-with-text.active {
  background: #5A8DEE !important;
}

.circle-with-text:hover {
  cursor: pointer;
  background: #5A8DEE !important;
  box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
}

.readonly,
.form-control.readonly[readonly] {
  opacity: 0.5;
}

.validation_progress {
  position: absolute;
  font-size: 0;
}

.insertion_progress {
  position: absolute;
  font-size: 0;
}

.barOverflow {
  position: absolute;
  width: 250px;
  height: 190px;
  transform: rotate(0deg);
  overflow: hidden;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid #ccc;
  margin-right: 20px;
  margin-bottom: 20px;
}

.percentage_validation {
  font-size: 18px;
  padding-top: 20px;
}

.record_validation {
  padding-top: 30px;
}

.percentage_insertion {
  font-size: 18px;
  padding-top: 80px;
  padding-left: 50px;
}

.record_insertion {
  padding-top: 40px;
  padding-left: 60px;
}

@media (max-width: 1500px) {
  .barOverflow {
    width: 250px;
    height: 190px;
  }

  .bar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
  }
}
@media (max-width: 1200px) {
  .barOverflow {
    width: 250px;
    height: 190px;
  }

  .bar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 1043px) {
  .barOverflow {
    width: 250px;
    height: 190px;
  }

  .bar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-right: 20px;
  }

  .percentage_validation {
    font-size: 18px;
    padding-right: 60px;
  }

  .record_validation {
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .barOverflow {
    width: 220px;
    height: 160px;
  }

  .bar {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-right: 20px;
  }

  .percentage_validation {
    font-size: 15px;
    padding-top: 10px;
    margin-right: -100px;
  }

  .record_validation {
    padding-top: 20px;
    margin-right: -100px;
    padding-right: 40px;
  }

  .percentage_insertion {
    font-size: 15px;
    padding-top: 60px;
    padding-left: 40px;
  }

  .record_insertion {
    padding-top: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 568px) {
  .barOverflow {
    width: 220px;
    height: 160px;
  }

  .bar {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .percentage_insertion {
    padding-left: 50px;
  }

  .record_insertion {
    padding-left: 50px;
  }
}
@media (max-width: 450px) {
  .barOverflow {
    width: 220px;
    height: 160px;
  }

  .bar {
    width: 220px;
    height: 220px;
    border-radius: 50%;
  }

  .percentage_insertion {
    padding-left: 50px;
  }

  .record_insertion {
    padding-left: 50px;
  }
}
@media (max-width: 360px) {
  .barOverflow {
    width: 200px;
    height: 140px;
  }

  .bar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }

  .percentage_validation {
    padding-right: 55px;
  }

  .record_validation {
    padding-right: 65px;
  }

  .percentage_insertion {
    margin-right: -100px;
  }

  .record_insertion {
    margin-right: -100px;
  }
}
user-tag {
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  padding: 0 5px;
  background-color: #0d6efd !important;
}

hash-tag {
  border-radius: 14px;
  padding: 0 5px;
  background-color: #ffc107 !important;
  color: #212529 !important;
}

user-reward {
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  padding: 0 5px;
  background-color: #0d6efd !important;
}

.modal.fade {
  background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
  opacity: 0;
}

.company-logo-image {
  background-color: #F2F4F4;
  border: 1px solid #7E8FA3;
  border-radius: 0.267rem;
  border-width: medium;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.logo-img {
  background-color: #F2F4F4;
  border: 1px solid #7E8FA3;
  border-radius: 0.267rem;
  border-width: medium;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.employee-paging-list {
  text-align: left;
  font: normal normal medium 14px Poppins !important;
  letter-spacing: 0px;
  opacity: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mt-240 {
  margin-top: 240px !important;
}

.icon-bx-background {
  color: #0000FF;
}

#select2-target_screen-results li:hover .bxs-info-circle:before {
  color: #fff;
}

div.view-detail-preview {
  height: 280px;
  overflow: auto;
}

#categories,
#subcategories {
  border-radius: 15px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #f1f1f1;
  background: #fff;
}

#categories td,
#subcategories td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.id-card-div .img-display {
  vertical-align: top;
  padding: 1.15rem 2rem;
  line-height: 1.42857143;
}

.id-card-div .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.id-card-div .thumbnail .img-responsive {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.id-card-div .td-border {
  border: 1px solid #DFE3E7;
}

.idcard_container .uploadLogo1-img,
.idcard_container .uploadLogo2-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.multi-img-layout1 {
  max-width: 100%;
  max-height: 100%;
  width: 48%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout1-resolution {
  width: 48%;
  height: 100%;
}

.multi-img-layout2 {
  max-width: 100%;
  max-height: 100%;
  width: 48%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.multi-img-layout3 {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.multi-img-layout4 {
  max-width: 100%;
  max-height: 100%;
  width: 48%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.multi-img-layout5 {
  max-width: 100%;
  max-height: 100%;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.multi-span-img-layout1 {
  max-width: 100%;
  max-height: 100%;
  width: 55px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.multi-span-img-layout2 {
  max-width: 100%;
  max-height: 100%;
  width: 45px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.multi-span-img-layout3 {
  max-width: 100%;
  max-height: 100%;
  width: 90px;
  height: 35px;
  -o-object-fit: fill;
     object-fit: fill;
}

.multi-span-img-layout4 {
  max-width: 100%;
  max-height: 100%;
  width: 50px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.multi-span-img-layout5 {
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

#template-table {
  border-radius: 15px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #f1f1f1;
  background: #fff;
}

#template-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.activate-welcome-email-census {
  width: 20px;
  height: 20px;
}

.welcome-label {
  font-size: 16px;
  padding-left: 40px;
  padding-bottom: 20px;
}

.thumb-img-layout1 {
  max-width: 100%;
  max-height: 100%;
  width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.explore-bg-Unity {
  background: transparent linear-gradient(to right, rgba(252, 107, 255, 0.3) 0%, rgba(52, 102, 255, 0.3) 100%) 0% 0% no-repeat padding-box !important;
}

.explore-bg-Growth {
  background: transparent linear-gradient(to right, rgba(69, 240, 87, 0.3) 0%, rgba(255, 222, 31, 0.3) 100%) 0% 0% no-repeat padding-box !important;
}

.explore-bg-Wellbeing {
  background: transparent linear-gradient(to right, rgba(255, 244, 7, 0.3) 0%, rgba(232, 92, 19, 0.3) 100%) 0% 0% no-repeat padding-box !important;
}

.background-phone .media-action label {
  text-transform: capitalize;
}

.background-phone .input-icons i {
  position: absolute;
}

.background-phone .input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.background-phone .icon {
  padding: 10px;
  min-width: 40px;
}

.background-phone .arrow {
  border: 2px solid #5d8de5;
  border-radius: 4px;
  margin: 0 auto 40px;
  text-align: center;
  width: 50px;
}

.background-phone .arrow--2 {
  position: relative;
}

.background-phone .arrow--2:after,
.background-phone .arrow--2:before {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  left: 100%;
}

.background-phone .arrow--2:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #5d8de5;
  top: 32%;
  margin-top: -10px;
  border-width: 15px;
}

.background-phone .arrow--2:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #97d4e8;
  top: 50%;
  margin-top: -14px;
  border-width: 14px;
}

.background-phone .user {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.background-phone .message-text {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

.custom-alerts-warning {
  color: #845922;
  background-color: #ffeed9;
  border-color: #fee8ca;
}

.modal-dialog-custom-scrollable {
  overflow-y: initial !important;
}

.modal-body-custom-scrollable {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.bottom-bar-tools-section,
.bottom-bar-home-section {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background-color: #eceaf3;
  border: 1px solid #c7c7c7;
  align-items: center;
}

.bottom-bar-tools-label,
.bottom-bar-home-label {
  color: #596F88;
  cursor: pointer;
  border: none;
  font-size: inherit;
  text-transform: none;
}

.bottom-bar-tools-label input,
.bottom-bar-home-label input {
  outline: 1px solid #7f7f7f;
}

.manage-categories-btn {
  margin-top: 5px;
}

.manage-categories-title {
  color: #0C9FE3;
}

.categoryNameValidationMessage,
.ignored-tools-title {
  color: red;
}

.active-tools-title {
  color: green;
}

.active-tools-title,
.ignored-tools-title {
  font-size: 1.1rem;
  font-family: "Rubik", Helvetica, Arial, serif;
  font-weight: normal;
}

.manage-points-input {
  height: 85%;
  width: 25%;
  background-color: #82ddff;
  padding-top: 10px;
  text-transform: none;
}

.manage-points-text {
  color: black;
  font-size: 17px;
  padding-top: 10px;
}

.employee-details-section {
  display: flex;
  justify-content: right;
  color: black;
}

.update-points-header {
  color: black;
}

.employee-points-history-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.employee-points-history-header-text {
  color: #2baaff;
}

table.dataTable .reason-column {
  width: 300px;
  max-width: 300px;
}

.edit_employee_profile_section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/*For common font family*/
.modal .modal-content .modal-header .modal-title {
  font-family: Poppins;
}

/* Ensure all cards have equal height 
We have used different classes like 'd-flex', 'flex-wrap', 'flex-column' etc in the columns. 
This assures that each column in the flex container has equal height columns*/
/* MessageHub Popup: Consistent button size */
.msg-selection-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Make button full width on smaller screens */
  max-width: 155px;
}

.msg-selection-btn .bx {
  padding-right: 3px;
}

/* BP-6718 For Id card name blocks preview */
.id-card-name-block {
  height: 100%;
  width: 100%;
}

.id-card-name-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.messagehub-post-type {
  white-space: normal;
}

/*BP-6854::Calendar blocked by Thumbnail preview (MessageHub & Resources)*/
.dropzone .dz-preview.dz-image-preview {
  z-index: 1 !important;
}
