.dropzone {
  border: 2px dashed #F2AB41;
  border-radius: 8px;
  background: white;
}

input {
  filter: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset;
}

input[type="search"i]:enabled:read-write::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: auto;
}

.highlight {
  background-color: yellow;
  display: inline-block;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #F2AB41;
}

.daterangepicker .cancelBtn {
  color: #F2AB41;
}

.daterangepicker .applyBtn,
.daterangepicker .applyBtn:hover {
  background-color: #F2AB41;
  border-color: #F2AB41;
}

/* Making the label break the flow */
.floating-label {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 1500;
}

/* Hide the browser-specific focus styles */
.floating-label-field {
  color: rgba(44, 62, 80, .75);
  border-width: 0;
  z-index: 2000;
}

.floating-label-field:focus {
  outline: 0;
  box-shadow: 0;
}

.floating-label-field::placeholder {
  color: #000747;
}

/* Make the label and field look identical on every browser */
.floating-label,
.floating-label-field {
  font: inherit;
  line-height: 1;

  display: block;

  width: 100%;
}

.floating-label-field,
.floating-label-wrap {
  position: relative;
}

.floating-label-field--s3 {
  padding: 17px;

  transition: border-color .25s ease-in-out;

  color: #000747;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: transparent;
}

.floating-label-field--s3+.floating-label {
  position: absolute;
  top: .3em;
  left: .4em;

  display: inline-block;

  width: auto;
  margin: 0;
  padding: .75em;

  transition: transform .25s, opacity .25s, padding .25s ease-in-out;
  transform-origin: 0 0;

  color: #000747;
  ;
}

.floating-label-field--s3:focus,
.floating-label-field--s3:not(:placeholder-shown) {
  border-color: #000747;
}

.floating-label-field--s3:focus+.floating-label,
.floating-label-field--s3:not(:placeholder-shown)+.floating-label {
  z-index: 2500;

  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 15px;

  transform: translate(0, -2em) scale(.9);

  color: #000747;
  background-color: #FFFFFF;
}

.floating-label-field--s3:not(textarea) {
  max-height: 4em;
}

.floating-label-field--s3::placeholder {
  color: transparent;
}

.modal-header {
  border-bottom: 0px;
}

.modal-footer {
  border-top: 0px;
}

.pagination .page-item.disabled .page-link {
  color: #CECECE;
  cursor: default;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #F2AB41;
  border-color: #F2AB41;
}

.pagination .page-item .page-link {
  color: #F2AB41;
  cursor: pointer;
}


.current-file {
  margin-top: 40px;
  /* margin-bottom: 50px; */
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #6FD08C;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-flex;
}

.current-file .current-file-icon {
  width: 48px;
  /* height: 48px; */
  background-image: url(../image/current_file.png);
  background-repeat: no-repeat;
}

.current-file .current-file-content {
  padding: 13px;
  width: auto;
}

.current-file .file-name {
  color: #0087F7;
}

.current-file a {
  text-decoration-line: underline;
  color: #6FD08C;
}

.dashboard {
  margin-top: 50px;
}

.dashboard>h5 {
  font-weight: bold;
}

.dashboard .section {
  display: flex;
  flex-flow: column;
  vertical-align: bottom;
  width: auto;
  /* padding-right: 10%; */
  min-width: 145px;
}

.dashboard .gooddata-icon {
  width: 70px;
  margin-left: 30px;
  background: url(../image/gooddata.png);
  background-repeat: no-repeat;
}

.dashboard .baddata-icon {
  width: 70px;
  margin-left: 30px;
  background: url(../image/baddata.png);
  background-repeat: no-repeat;
}

.dashboard .unsure-icon {
  width: 70px;
  margin-left: 30px;
  background: url(../image/unsure.png);
  background-repeat: no-repeat;
}

.dashboard .gooddata-num {
  color: #6FD08C;
}

.dashboard .baddata-num {
  color: #D9456A;
  ;
}

.dashboard .unsure-num {
  color: #CECECE;
}

.dashboard .section h6 {
  color: #777677;
  line-height: 28px;
}

.dashboard .total-num {
  color: #777677;
  font-size: 13px;
}

.dashboard .section .number {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
}

.dashboard .list-group-row {
  display: flex;
  margin-bottom: 5%;
}

.dashboard .list-group-item {
  display: flex;
  flex-flow: row;
  padding: 30px;
  min-width: 170px;
  background-color: #FFFFFF;
  width: auto;
  min-height: 135px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-right: 20px;
  transition: 400ms;
}

.dashboard .list-group-item:hover {
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
  transform: scale3d(1.05,1.05,1.05);
}

.dashboard .list-group-item.has-table {
  height: auto;
}

.dashboard .list-group-item.has-table tr {
  position: relative;
}

.dashboard .list-group-item.has-table th {
  width: 200px;
  border: solid white 1px;
  background: black;
  color: white;
  border-radius: 2px;
}

.dashboard .list-group-item.has-table th, .dashboard .list-group-item.has-table td {
  text-align: center;
}

.crown {
  height: 25px;
  position: absolute;
  right: 5px;
  top: 9px;
}

.lead-list table * {
  font-size: 10pt;
}

#search-form input {
  height: 30px;
}

#search-form .input-group-append {
  height: 30px;
}

.table-striped,
.pagination {
  font-size: 13px;
}

.table-striped td,
.table-striped th {
  padding: 7px;
}

.pagination-div {
  /* display: flex; */
}

.pagination-div .pagination-info {
  font-size: 14px;
  color: #7e898e;
}



body {
  background: #E5E5E5;
}

.container-fluid {
  width: 80%;
  margin-left: 18%;
}

.login-card .large-logo {
  width: 170px;
  height: 170px;
  background: url(../image/large-logo.png);
  background-color: #E5E5E5;
  border-radius: 85px;
  margin-left: 75px;
}

.login-card {
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
  width: 376px;
  height: 521px;
  top: 96px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.login-card .form-div {
  margin-top: 30px;
}

.login-card input {
  border-radius: 3.5px;
  height: 46px;
  margin-bottom: 28px;
}

.login-card .signin-btn {
  background: #F2AB41;
  border-radius: 8px;
  margin-bottom: 29px;
}

.login-card a {
  font: 14px;
  text-decoration-line: underline;
  color: #000747;
}

span.field-icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 12px;
  color: #F2AB41;
  bottom: 16px;
  z-index: 9999;
}


.side-nav {
  /* Side Nav */
  position: fixed;
  width: 16%;
  left: 0px;
  top: 0px;
  bottom: 0px;

  background: #FFFFFF;
  box-shadow: 10px 0px 20px rgba(0, 7, 71, 0.08);
  border-radius: 0px 24px 24px 0px;

  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.side-nav::-webkit-scrollbar {
  display: none;
}

.side-nav .logo-item {
  display: flex;
  padding-top: 72px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-left: 20px;
}

.side-nav .nav-item {
  display: flex;
  margin: 20px;
  padding: 10px;
  opacity: 0.6;
  height: 40px;
  padding-left: 30px;
  cursor: pointer;
}

.side-nav .nav-item.active {
  background-color: #E5E5E5;
  border-radius: 8px;
  opacity: 1;
}

.side-nav .nav-item .dashboard-logo {
  width: 20px;
  height: 20px;
  background-image: url(../image/Home.png);
}

.side-nav .nav-item .reveiwleads-logo {
  width: 21px;
  height: 22px;
  background-image: url(../image/Search.png);
}

.side-nav .nav-item .leadmanagement-logo {
  width: 21px;
  height: 22px;
  background-image: url(../image/Paper.png);
}

.side-nav .nav-item .leaderboard-logo {
  width: 21px;
  height: 22px;
  background-image: url(../image/Activity.png);
}

.side-nav .nav-item .usermanagement-logo {
  width: 21px;
  height: 22px;
  background-image: url(../image/Profile.png);
}

.side-nav .nav-item .logout-logo {
  width: 21px;
  height: 22px;
  background-image: url(../image/Logout.png);
}

.side-nav .nav-item .nav-item-label {
  position: absolute;
  height: 16px;
  left: 85px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 1px;
  color: #000747;
  ;
}

/* .side-nav .logout-item {
  position: absolute;
  bottom: 100px;
  width: 80%;
} */

.side-nav .small-logo {
  width: 24px;
  height: 24px;
  background: url(../image/small-logo.png);
}

.side-nav .logo-label {
  width: 100px;
  height: 26px;
  background: url(../image/logo-label.png);
}

.table-leaderboard {
  background-color: #FFFFFF;
  border-radius: 8px;
}

.table-leaderboard tr {
  height: 60px;
  font-size: 14px;
}

.table-leaderboard tr td {
  vertical-align: middle;
}

.table-leaderboard tbody tr:first-child {
  background-color: #F2AB41;
  opacity: 0.8;
}

.table-leaderboard tbody tr:first-child td:first-child div {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;

  background: #BF770D;
  ;
  border: 1px solid #BF770D;
  ;
  color: #FFFFFF;
  text-align: center;
}


.list-group-item {
  border-radius: 10px !important;
  margin-bottom: 20px;
}

.list-group-item .search-sites {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -14px;
}

.list-group-item table * {
  vertical-align: middle;
}

.list-group-item table td,
.list-group-item table th {
  height: 48px;
}

.list-group-item table thead th {
  vertical-align: middle;
  border: 0px;
}

.list-group-item table input.filed_value_input {
  height: 32px;
}

.list-group-item table textarea.filed_value_input {
  height: 120px;
  resize: none;
}

.list-group-item table .ext-col {
  color: #777677;
}

.list-group-item table .copy-leadize {
  background-image: url(../image/Arrow\ -\ Left\ Square.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.list-group-item table .copy-tal {
  background-image: url(../image/Arrow\ -\ Left\ Square.png);
  background-repeat: no-repeat;
  transform: scaleX(-1);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.list-group-item table .save-mapping {
  cursor: pointer;
  background-color: #D5E8D4;
  height: 21px;
  width: 21px;
  border: 2px #87B66C solid;
  border-radius: 5px;
  color: black;
  font-weight: 500;
  line-height: 16px;
}

.list-group-item table .clear-data {
  cursor: pointer;
  background-color: #e6bdbd;
  height: 21px;
  width: 21px;
  border: 2px #d13f3f solid;
  border-radius: 5px;
  color: #d13f3f;
  font-weight: 500;
  line-height: 15px;
  font-size: 18px;
}


.list-group-item .apply-buttons {
  display: inline-flex;
  margin-top: -7px;
}

.list-group-item .apply-buttons .enrich-leadize {
  background-image: url(../image/enrich-leadize.png);
  background-repeat: no-repeat;
  width: 185px;
  height: 34px;
  cursor: pointer;
}

.list-group-item .apply-buttons .apply-leadize {
  background-image: url(../image/apply-leadize.png);
  background-repeat: no-repeat;
  width: 185px;
  height: 34px;
  cursor: pointer;
}

.list-group-item .apply-buttons .reset-lead-value {
  background-image: url(../image/reset-lead-value.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 34px;
  cursor: pointer;
}

.exclamation-circle-inactive {
  font-size: 22px !important;
  cursor: pointer;
  color: #CECECE;
}

.exclamation-circle-active {
  font-size: 22px !important;
  cursor: pointer;
  color: #F2AB41;
}

.close-modal-btn {
  font-size: 30px;
}

.cancel-btn,
.close-modal-btn {
  color: #F2AB41;
}

.user-list-table {
  background-color: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
}

.user-list-table td {
  vertical-align: middle;
  padding-left: 20px;
}

.user-list-table tbody {
  color: #777677;
  font-size: 14px;
}

.user-list-table tr {
  height: 64px;
}

.user-list-table thead th {
  vertical-align: middle;
  border-bottom: 0px;
  padding-left: 20px;
}


.user-list-table .editBtn,
.user-list-table .showFullEmailBtn,
.user-list-table .reviewBtn,
.user-list-table .deleteBtn {
  background: #F2AB41;
  border-color: #F2AB41;
  width: 65px;
  color: black;
  font-size: 13px;
  border-radius: 4px;
}

.user-list-table .showFullEmailBtn {
  width: 95px;
}

.acceptBtn,
.saveBtn,
.rejectBtn,
.riskyBtn {
  margin-right: 10px;
  font-weight: 500;
  width: 80px;
}

.acceptBtn:disabled,
.saveBtn:disabled,
.rejectBtn:disabled,
.riskyBtn:disabled {
  cursor: not-allowed;
}

.riskyBtn {
  filter: hue-rotate(-35deg);
}

.submitBtn {
  position: relative;
  display: inline-block;
}

.bd-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  bottom: 40px;
  right: -100px;
}

.bd-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.bd-dropdown-content a:hover {background-color: #ddd;}

.bd-show {display: block;}

.generateSignalsBtn,
.confirmDelBtn,
.addUserBtn,
.confirmAddUserBtn,
.uploadLeadsBtn,
.confirmUploadLeadsBtn,
.uploadAddressesBtn,
.confirmUploadAddressesBtn,
.uploadPhoneNumbersBtn,
.confirmUploadPhoneNumbersBtn,
.confirmAppendBlacklistBtn,
.confirmClearListBtn,
.exportBlacklistBtn,
.advancedExportBlacklistBtn,
.exportRecordsBtn,
.exportFileBtn,
.confirmUpdateUserBtn,
.emailValidationBtn,
.appendBlacklistBtn,
.clearBlacklistBtn,
.removeBlacklistBtn,
.openConfirmRemoveBlacklistBtn,
.confirmRemoveBlacklistBtn,
.appendWhitelistBtn,
.clearWhitelistBtn,
.removeWhitelistBtn,
.openConfirmRemoveWhitelistBtn,
.confirmRemoveWhitelistBtn,
.confirmAppendWhitelistBtn,
.exportWhitelistBtn,
.swapBtn,
.linkedinUrlBtn,
.confirmSwapBtn,
.advancedExportWhitelistBtn,
.appendPhonelistBtn,
.removePhonelistBtn,
.exportPhonelistBtn,
.advancedExportPhonelistBtn,
.confirmAppendPhonelistBtn,
.openConfirmRemovePhonelistBtn,
.confirmRemovePhonelistBtn,
.exportLeadsBtn { background: #F2AB41; border-color: #F2AB41; width: 160px; height: 56px; color: black; font-size: 15px; border-radius: 8px; }

.emailValidationBtn {
  width: 210px;
}

.exportRecordsBtn {
  background-color: transparent;
  border: 2px solid #F2AB41;
}

.user-search-bar,
.file-search-bar,
.quarantine-search-bar,
.blacklist-search-bar,
.phonelist-search-bar {
  display: flex;
  border-radius: 8px;
}

.user-search-bar form,
.file-search-bar form,
.quarantine-search-bar form,
.blacklist-search-bar form,
.phonelist-search-bar form {
  display: contents;
}

.user-search-bar .input-group,
.file-search-bar .input-group,
.quarantine-search-bar .input-group,
.blacklist-search-bar .input-group,
.phonelist-search-bar .input-group {
  width: 40%;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: white;
  height: 56px;
}

.user-search-bar .input-group .fa.fa-search,
.file-search-bar .input-group .fa.fa-search,
.quarantine-search-bar .input-group .fa.fa-search,
.blacklist-search-bar .input-group .fa.fa-search,
.phonelist-search-bar .input-group .fa.fa-search {
  font-size: 23px;
}

.user-search-bar .input-group input,
.file-search-bar .input-group input,
.quarantine-search-bar .input-group input,
.blacklist-search-bar .input-group input,
.phonelist-search-bar .input-group input {
  border-left: 0px;
  height: 56px;
}

.user-search-bar .input-group input:focus,
.file-search-bar .input-group input:focus,
.quarantine-search-bar .input-group input:focus,
.blacklist-search-bar .input-group input:focus,
.phonelist-search-bar .input-group input:focus {
  box-shadow: inset 0 -1px 0 #FFFFFF;
  outline: none;
}


.file-list-table {
  background-color: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
}

.file-list-table tr {
  height: 64px;
}


.file-list-table td,
.file-list-table th {
  vertical-align: middle;
  padding-left: 15px;
  font-size: 14px;
}

.file-list-table thead th {
  border-bottom: 0px;
}

.file-list-table tbody td {
  color: #777677;
}

.file-list-table tbody .file-status-complete {
  font-weight: bold;
  color: #6FD08C;
}

.file-list-table tbody .file-status-new {
  font-weight: bold;
  color: #000747;
}

.file-list-table tbody .fa-ellipsis-v {
  color: #F2AB41;
  cursor: pointer;
}

.file-list-table tbody .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #000747;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#exportRecordsModal .form-control,
#addUserModal .form-control,
#editUserModal .form-control,
#appendBlacklistModal .form-control,
#appendWhitelistModal .form-control {
  height: 50px;
  border-radius: 3.5px;
  margin-bottom: 30px;
  color: #000747;
  outline: none;
  box-shadow: none;
}

#exportRecordsModal select,
#addUserModal select,
#editUserModal select,
#appendBlacklistModal select,
#appendWhitelistModal select,
#appendPhonelistModal select {
  padding: 0px;
  padding-left: 13px;
  background-image:
    linear-gradient(45deg, transparent 50%, #F2AB41 60%),
    linear-gradient(135deg, #F2AB41 40%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 20px,
    calc(100% - 12px) 20px,
    100% 0;
  background-size:
    10px 10px,
    10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
}

#exportRecordsModal select:focus,
#addUserModal select:focus,
#editUserModal select:focus,
#appendBlacklistModal select:focus,
#appendWhitelistModal select:focus,
#appendPhonelistModal select:focus {
  border-color: #000747;
}


#addUserModal .error-div,
#editUserModal .error-div,
#appendBlacklistModal .error-div,
#removeBlacklistModal .error-div, 
#appendWhitelistModal .error-div,
#removeWhitelistModal .error-div,
#appendPhonelistModal .error-div,
#removePhonelistModal .error-div {
  color: red;
  margin-bottom: 25px;
}

.message-card {
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
  width: 376px;
  height: auto;
  top: 25vh;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.message-card .message-text {
  margin-bottom: 0;
  font-weight: 600;
}

.info-tooltip {
  color: #000;
  margin-left: 0.5rem;
}

.details-row {
  height: auto !important;
  padding: 0;
}

.details-row td {
  padding: 0;
}

.details-row .details-container {
  padding: 2rem;
}

.details-row .details-container ul {
  list-style: none;
}

.alert.alert-br {
  position: fixed;
  bottom: 10px;
  right: 25px;
  z-index: 10000;
}

.alert.alert-br .close {
  padding-top: 0.2em;
}

.copy-btn {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  margin-left: -2.6rem;
}

.copy-btn img {
  height: auto;
  width: 15px;
}

.refresh-list {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}

.refresh-list .fas {
  transition: all ease 0.3s;
}

.refresh-list .fas::before {
  position: relative;
  bottom: -55px;
  right: 5px;
}

.refresh-list .fas:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.lds-ring {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #F2AB41;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F2AB41 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* DASHBOARD DECLAIM */

.dashboard-declaim-form {
  padding: 12px;
}

.dashboard-declaim-form .dashboard-declaim-btn {
  background: none;
  border: none;
  text-decoration-line: underline;
  color: #6FD08C;
}

/* BREAKDOWNS */

.breakdown-popup {
  cursor: pointer;
}

.breakdown-popup:hover {
  text-decoration: underline;
}

/* GOOD/BAD DATA REVIEW */

#reviewLoader {
  margin: auto;
}

#reviewForm label {
  display: block;
}

/* BS Adjustments */

.align-checkbox {
  margin-top: 0.4rem;
}

.btn-warning-ra {
  color: #212529; 
  background-color: lightblue;
  border-color: lightblue;
}

/* EXTERNAL DATA REPORTING */
.totals {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 30px;
  flex-wrap: wrap;
}

.totals .stat-container {
  display: flex;
  flex-flow: column;
  padding: 30px;
  min-width: 170px;
  background-color: #FFFFFF;
  width: auto;
  min-height: 135px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-right: 20px;
  transition: 400ms;
}

.totals .stat-container:hover {
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
  transform: scale3d(1.05,1.05,1.05);
}

.totals .stat-container .stat-name {
  color: #777677;
  line-height: 28px;
  font-size: 1rem;
}

.totals .stat-container .stat-value {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
}

.charts {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  padding: 30px;
  flex-wrap: wrap;
}

.charts .chart-container {
  position: relative;
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 30px;
  width: 48%;
  min-height: 400px;
}

.charts .chart-container canvas {
  height: 100%;
  width: 100%;
}

.charts .stat-container {
  display: flex;
  flex-flow: column;
  padding: 30px;
  min-width: 170px;
  background-color: #FFFFFF;
  width: auto;
  min-height: 135px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-right: 20px;
  transition: 400ms;
  align-self: flex-start
}

.charts.stat-container:hover {
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
  transform: scale3d(1.05,1.05,1.05);
}

.charts .stat-container .stat-name {
  color: #777677;
  line-height: 28px;
  font-size: 1rem;
}

.charts .stat-container .stat-value {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
}

.table-outer-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 30px;
  flex-wrap: wrap;
}

.table-outer-container .table-container {
  position: relative;
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 30px;
  width: 100%;
}


@media (max-width: 1919px) {
  .charts {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  
  .charts .chart-container {
    width: 100%;
    max-width: 800px;
  }

  .charts .chart-container canvas {
    margin: auto;
  }
}

/* File Priority/Status Button Colours */

.btn.btn-warning.prio {
  background-color: cornflowerblue !important;
  border-color: cornflowerblue !important;
  font-weight: 700 !important;
  color: white !important;
}

.btn.btn-warning.notaval {
  background-color: crimson !important;
  border-color: crimson !important;
  font-weight: 700 !important;
  color: white !important;
}

.btn-group.dropleft.prio i {
  color: cornflowerblue !important;
}

.btn-group.dropleft.notaval i {
  color: crimson !important;
}

.audit-campaign-btn {
  background: #F2AB41; border-color: #F2AB41; width: 160px; height: 56px; color: black; font-size: 15px; border-radius: 8px;
}