@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap");

html,
body {
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background: #f8f9fb !important;
  font-size: 14px !important;
  color: var(--text-color) !important;
  letter-spacing: 0.2px !important;
}

* {
  padding: 0px;
  margin: 0px;
  letter-spacing: 0.2px;
}

:root {
  --primary-color: #4384da;
  --secondary-color: #ee6121;
  --text-color: #363d46;
  --red-color: #eb1b23;
  --yellow-color: #fcb01c;
  --yellow-green: #c3b060;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  opacity: 0.4;
}

.credit_brnd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d8e2ef;
  border-radius: 12px;
  margin-bottom: 15px;
}

.credit_brnd h1,
.credit_brnd h3 {
  margin-bottom: 0;
  text-align: left;
}
.credit_brnd h1 b, .credit_brnd h3 b, .credit_brnd h1, .credit_brnd h3{
    font-weight: 800;
}
.rfrl_pge .info_body .infoBox h4, .rfrl_pge .info_body .infoBox h3  {
    font-weight: 700;
    font-size: 22px;
}
.credit_brnd h1 {
  font-size: 26px !important;
  font-family: "Montserrat", sans-serif !important;
}

.credit_brnd h1 input {
  display: none;
}

.crdt_motrg .credit_brnd img {
  max-width: 140px;
}

/*--------Global Css ------*/

a {
  text-decoration: none;
  cursor: pointer;
}

.gap_15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gap_15 > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.padd_15 {
  padding: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

a.blue_txt {
  color: var(--primary-color);
}

a.blue_txt:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

button,
.btn {
  box-shadow: none !important;
  outline: none !important;
}

.clr_blue {
  color: var(--primary-color) !important;
}

.wht_bx {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

input[type="file"]::file-selector-button {
  border-radius: 50px;
  margin-left: 0;
}

li#accountmenu ul.dropdown-menu.submenu li a {
  text-align: left !important;
}

.fnt_20 {
  font-size: 20px;
  font-weight: 600;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

/*button Css*/
.cstm_btn {
  border: none;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #e6e6e6;
  border-radius: 50px;
  font-weight: 500;
  color: #34465d;
  font-size: 13px;
  transition: ease-in-out 0.5s;
  min-width: 120px;
  text-align: center;
  height: 42px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.cstm_btn:hover {
  background: #d5d5d5;
  color: #34465d;
}

.cstm_btn:active {
  transform: scale(0.97);
  transform-origin: center;
  transition: ease-in-out 0.1s;
}

.cstm_btn.w-100:active {
  transform: scale(0.99);
  transform-origin: center;
  transition: ease-in-out 0.1s;
}

.brndclr_btn {
  background: var(--btn-color);
  color: var(--btn-forecolor);
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%) !important;
}

.brndclr_btn:hover,
.brndclr_btn:focus {
  background: var(--btn-color);
  color: var(--btn-forecolor);
}

.redbtn {
  background: var(--red-color);
  color: #fff;
}

.redbtn:hover,
.redbtn:focus {
  background: #c82f2f;
  color: #fff;
}

.sm_btn {
  font-size: 13px;
  padding: 7px 15px;
  min-width: auto;
  height: 34px;
}

/*button Css closed here */

/*-------------*/

.eqfx {
  color: #a31e39 !important;
  font-weight: 700 !important;
}

.exp {
  color: #25488f !important;
  font-weight: 700 !important;
}

.trn {
  color: #06a6cb !important;
  font-weight: 700 !important;
}

.gren_bg {
  background: linear-gradient(45deg, #0b8745, #11be62) !important;
}

.blue_bg {
  background: linear-gradient(45deg, #4384da, #70a3f0) !important;
}

.red_bg {
  background: linear-gradient(45deg, #eb1b23, #f45a5f) !important;

}
.orng_bg {
  background: linear-gradient(90deg, #ee6121, #ff8c58) !important;
}

.blue_color {
  color: var(--brand-color) !important;
}

.gren_color {
  color: #0fa857 !important;
}

.white_color {
  color: #fff !important;
}

.grey_bg {
  background: #8b8b8b !important;
}

.yellow_bg {
  background: var(--yellow-color) !important;
}

.yellow_green_bg {
  background: var(--yellow-green) !important;
}

.sub_heading {
  font-size: 16px;
  font-weight: 600;
  color: #33455c;
}

.form-control {
  outline: none !important;
  padding: 6px 12px;
  height: 42px;
  border: 1px solid #e0e2e4;
  box-shadow: none !important;
  border-radius: 25px !important;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #5e6e82;
  margin-left: 0px !important;
}

select.form-control {
  background: #fff url(/Content/Images/NewImages/select_arrow.png) no-repeat;
  background-position: center right 9px;
  background-size: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 22px;
}

.control-label {
  font-size: 13px;
  color: #34465d;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 15px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f0f2f5;
  opacity: 1;
}

.form-control:focus {
  border-color: rgb(208 208 208 / 49%);
  box-shadow: 0 0 3px rgb(181 181 181 / 59%) !important;
}

.form-group {
  margin-bottom: 15px;
}

.modal {
  z-index: 9999999;
}

.modal-backdrop.show {
  z-index: 99999;
}

.modal .modal-dialog {
  max-width: 807px !important;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.modal-header button.close {
  background: none;
  color: #fff;
  opacity: 1;
  box-shadow: none;
  border: none;
  text-shadow: none !important;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 21px;
}

.modal-header {
  height: 60px;
  justify-content: center;
  background: var(--brand-color);
  color: var(--brand-forecolor);
}

.modal-title,
.modal-header button.close {
  color: var(--brand-forecolor);
}

.bootbox .modal-header h4.modal-title,
.bootbox .modal-header h4.modal-title h2 {
  font-size: 17px;
}

.modal-header h4.modal-title,
.modal-header h4.modal-title h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.bootbox-body,
.bootbox-body p {
  color: #171717;
  font-size: 14px;
  font-weight: 400 !important;
}

.bootbox-body p {
  margin: 0 0 10px;
}

.bootbox-body p b {
  font-weight: 400;
}

.bootbox-body p:last-child {
  margin: 0 0 7px;
}

.bootbox-body p b:not(:last-child) {
  display: inline-block;
  padding-bottom: 10px;
}

.modal-body .bootbox-body {
  padding: 0 15px;
}

.red_color {
  color: var(--red-color) !important;
}

.text-danger {
  color: var(--red-color);
}

.input-validation-error {
  border-color: rgb(217 71 71 / 28%);
  box-shadow: 0 0 3px rgb(217 71 71 / 43%) !important;
}

.field-validation-error {
  font-size: 12px;
  font-weight: 500;
}

body.modal-open,
body.modal-open2 {
  padding-right: 0px !important;
  /* overflow-y: auto !important; */
}

.bootbox.modal .modal-dialog {
  width: 500px;
}

.modal {
  opacity: 1 !important;
  background: #00000085;
}

.modal.fade .modal-dialog {
  transform: none;
}

.modal-backdrop.fade {
  opacity: 0.5;
  z-index: 9999;
}

.smibld {
  font-weight: 600;
}

.regulr_txt {
  font-weight: 500;
}

table.table {
  border: none !important;
  background: none;
}

table tr,
table tbody {
  border: none;
}

/* .table-responsive {
    border: 1px solid #c8ced7;
} */

table.table tbody tr:nth-child(even) {
  background-color: #efefef70;
}

.mailVerify {
  position: relative;
}

.mailVerify .form-control {
  padding-right: 80px !important;
}

#veryfied {
  position: absolute;
  right: 15px;
  top: 22px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #222;
  font-weight: 500;
}

#veryfied > b > i {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

#veryfied > b > i:before {
  display: inline-block;
  margin: 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

#veryfied ul {
  margin: 0;
}

#veryfied ul > li {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  color: #222;
  font-weight: 500;
  line-height: 14px;
}

#veryfied ul > li > i {
  display: inline-block;
  text-align: center;
  position: static;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 5px;
}

.bootbox.modal .modal-footer button.btn {
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
  height: 32px;
  display: inline-block !important;
  min-width: 70px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 0 5px #00000033 !important;
}

.bootbox.modal .modal-footer button.btn:active {
  transform: scale(0.97);
  transform-origin: center;
  transition: ease-in-out 0.1s;
}

.bootbox.modal .modal-footer button.btn[data-bb-handler="ok"],
.bootbox.modal .modal-footer button.btn[data-bb-handler="confirm"],
.bootbox.modal .modal-footer button.btn[data-bb-handler="success"] {
  color: var(--btn-forecolor) !important;
  background: var(--btn-color);
  border-color: var(--btn-color);
}

.bootbox.modal .modal-footer button.btn[data-bb-handler="cancel"] {
  color: #fff !important;
  background: var(--red-color);
  border-color: var(--red-color);
}

/*----29 Nov css start here ----*/

div#loader,
.tdLoadingOverlay {
  left: 50% !important;
  transform: translate(-50%, 0px);
  width: 100%;
  height: 100vh;
  display: block;
  background: #0000005c;
  color: #2d7be7;
  position: fixed;
  top: 0;
  z-index: 9999;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

div#loader > div,
.tdLoadingOverlay > div {
  text-shadow: 0 0 20px #00000052;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  max-width: 300px;
  margin: auto;
  min-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 70px #0000004d;
}

div#loader i,
.tdLoadingOverlay i {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 27px;
}

.validation-summary-errors ul {
  list-style: none;
  color: var(--red-color);
  padding: 0;
  border-radius: 3px;
  margin-bottom: 8px;
}

/*--------------------*/
[title="Download"],
i.fas.fa-download {
  color: #4384da !important;
}

.round_boxes.red_bg {
  background: rgb(217 71 71 / 15%) !important;
  color: #eb1b23 !important;
}

.round_boxes.gren_bg {
  background: rgb(49 188 75 / 15%) !important;
  color: #0fa857 !important;
}

.round_boxes.grey_bg {
  background: rgb(139 139 139 / 15%) !important;
  color: #363d46 !important;
}

.Charge_off.blue_bg,
.round_boxes.blue_bg {
  background: rgb(45 123 231 / 15%) !important;
  color: #4384da;
}

.round_boxes.orng_bg {
  background: rgb(206 109 9 / 23%) !important;
  color: #ee6121 !important;
}

.round_boxes.yellow_bg {
  background: rgb(255 191 0 / 16%) !important;
  color: #bd9418 !important;
}

.round_boxes.yellow_green_bg {
  background: rgb(51 0 255 / 16%) !important;
  color: hsl(252deg 85% 57%) !important;
}

/* Error Page CSS */
.error_page_sec {
  display: flex;
  align-items: center;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  justify-content: center;
}

.error_page_sec .wht_bx {
  padding: 40px 25px;
  max-width: 700px;
  margin: 15px auto;
  text-align: center;
}

.error_page_sec h2 {
  font-size: 66px;
  line-height: 60px;
  margin: 0 0 25px;
}

.error_page_sec .fa-frown {
  margin: 0 0 20px;
}

.error_page_sec h3 {
  font-size: 26px;
  margin: 0 0 15px;
}

.error_page_sec p {
  font-size: 16px;
  margin: 0;
}

.error_page_sec p br {
  display: none;
}

.error_page_sec p span {
  text-align: center;
  margin: 25px 0 0;
}

.Chart .anychart-credits {
  display: none;
}

/*------------main layout css start --------------*/
span.line.line_2 {
  width: 13px;
}

span.line {
  background: var(--brand-forecolor);
  width: 17px;
  display: block;
  height: 1px;
  margin: 5px 0;
}

nav.sidebar {
  max-width: 270px;
  min-width: 270px;
  width: 270px;
  background: none !important;
  position: fixed;
  top: 51px;
  left: 0;
  transition: ease-in-out 0.5s;
}

nav.sidebar.hide {
  left: -320px;
}

nav.sidebar.hide ~ main.main_cntnt {
  margin-left: 0;
  padding-left: 20px !important;
}

nav.sidebar ul.navbar-nav li a {
  color: var(--text-color) !important;
  font-weight: 500;
  font-size: 13px;
  padding: 12px 15px;
  display: block;
  -webkit-appearance: none;
  border: none;
  cursor: pointer !important;
  border-radius: 25px;
  transition: ease-in-out 0.5s;
  display: flex;
  align-items: center;
}

.activehover,
.submenu li a:hover,
nav.sidebar ul.navbar-nav > .rowhover > a:hover {
  background-color: var(--brand-color);
  color: #fff !important;
}

.highlight a:hover {
  background-color: var(--brand-color);
  color: #fff !important;
}

.highlight a:hover i,
nav.sidebar ul.navbar-nav li a:hover {
  color: #fff !important;
}

nav.sidebar ul.navbar-nav {
  display: block;
  width: 100%;
}

main.main_cntnt {
  width: 100%;
  padding: 30px 20px;
  padding-left: 290px !important;
  transition: ease-in-out 0.5s;
}
button.navbar-toggler {
  padding: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.navbar-brand {
  font-weight: 600;
  color: var(--brand-forecolor);
  font-size: 22px;
  padding: 0 !important;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calC(100% - 45px);
  display: inline-block;
}

.navbar-brand:hover {
  color: var(--brand-forecolor);
}

nav.sidebar i {
  font-size: 16px;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  margin-right: 4px;
  transition: ease-in-out 0.5s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
a.username_text {
  color: var(--brand-forecolor);
  font-size: 15px;
  padding-left: 10px;
  min-width: 60px;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
  max-width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 5px;
  text-align: right;
}

.sidebar li.nav-item.active a,
.sidebar li.nav-item a:hover {
  color: #000 !important;
}

.headerDropdown .dropdown-toggle::after {
  color: var(--brand-forecolor);
}

header.header span.user_img {
  width: 43px;
  height: 43px;
  border: 4px solid rgb(255 255 255 / 0%);
  border-radius: 100%;
  box-shadow: 2px 5px 6px #0000004a !important;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none !important;
}

span.user_img img {
  border-radius: 100%;
}

.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateY(-50%);
  height: 5px;
  margin: 0;
}

.date {
  color: var(--text-color) !important;
}

.main_heading {
  font-size: 18px;
  font-weight: 700;
}

.date_txt {
  font-size: 15px;
}

.logo_bx img {
  max-width: 150px;
  padding: 10px;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  background: var(--brand-color);
  z-index: 9999;
  box-shadow: 0 0 7px rgb(0 0 0 / 12%);
  padding: 7px 0;
}

main.main_cntnt {
  padding-top: 85px;
}

/*---------Overview page css start here -----------*/

.score_box {
  margin-bottom: 7px;
  padding: 26px 15px;
  overflow: hidden;
}

.score_innrtxt {
  padding: 6px 0;
}

.chart_value {
  margin: 0 -5px;
}

.chart_value .total_box {
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  border-radius: 12px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
  width: calC(50% - 7px);
  margin: 0 3.5px 6px;
  background: #fdfdfd;
  overflow: hidden;
  white-space: normal;
}

.chart_valnumber {
  font-size: 20px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  min-width: 60px;
  box-shadow: -4px 0 4px rgb(0 0 0 / 2%);
  background: #fff;
}

.chart_cntr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Chart .dx-visibility-change-handler {
  width: 200px;
  height: 250px;
}

.score_txt {
  font-weight: 500;
  color: var(--text-color);
  line-height: 18px;
}

.total_box span:first-child {
  font-weight: 500;
  display: block;
  line-height: 15px;
}

.score_txt b {
  font-size: 20px;
}

.totl_vlu {
  color: #171819;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  display: block;
}

.logo_bx h2 {
  font-size: 24px;
  font-weight: bold;
}

.score_innrtxt {
  padding: 5px 0;
  font-size: 13px;
}

.sec_heading {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 600;
}

.sec_rw > div .total_box {
  margin: 0;
  background: #fff;
  width: 100%;
}

.sec_rw > div {
  width: calC(50% - 7px);
  margin: 0 3.5px 6px;
}

.creditor_row {
  margin: 35px 0;
}

.sec_rw .total_box .chart_valnumber {
  box-shadow: none;
}

.sumry_sec .chart_valnumber {
  background: none;
  color: #fff;
  text-shadow: 2px 3px 2px rgb(0 0 0 / 11%);
}

.sumry_sec .total_box span {
  color: #fff;
  opacity: 0.99;
}

.cmpny_info > .flex-shrink-0 {
  width: 248px;
  height: 259px;
  position: relative;
  overflow: hidden;
}

.cmpny_info > .flex-shrink-0 h4.media-heading {
  color: var(--brand-forecolor);
  font-size: 14px;
  margin: 0;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
}

.cmpny_info > .flex-shrink-0 p {
  font-size: 14px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  height: 18px;
  color: var(--brand-forecolor);
}

.cmpny_info > .flex-shrink-0 .info_bx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--brand-color);
  color: var(--brand-forecolor);
  padding: 14px 10px;
}

.cmony_info {
  margin-top: 32px;
}

.cmpny_info > .flex-shrink-0 {
  width: 248px;
  height: 259px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_address .flex-shrink-0 {
  width: 70px;
  height: 59px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 25px;
}

.company_address .flex-shrink-0 a {
  color: var(--brand-forecolor) !important;
}

.cmpny_info > .flex-grow-1 {
  margin-left: 10px;
}

.company_address > .d-flex {
  margin-bottom: 6px;
}

.company_address .flex-grow-1 {
  margin-left: 10px;
  max-width: 100%;
  font-size: 13px;
  white-space: normal;
  font-weight: 500;
  word-break: break-word;
  line-height: normal;
}

.company_address > .d-flex:last-child {
  margin-bottom: 0;
}

.headerDropdown {
  display: inline-block;
}

.headerDropdown > .btn {
  padding-left: 0;
}

ul.dropdown-menu {
  padding: 5px 0;
  background: #fff;
  border: none;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
  width: auto;
  min-width: 185px;
  margin-left: auto !important;
  right: 0 !important;
  left: auto !important;
}

ul.dropdown-menu a,
ul.dropdown-menu li span {
  font-size: 13.5px;
  display: block;
  padding: 8px 10px;
  color: var(--text-color);
  font-weight: 500;
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
  border-radius: 50px;
}

ul.dropdown-menu li:last-child a {
  border: none;
}

ul.dropdown-menu a:hover {
  color: var(--primary-color);
}

ul.dropdown-menu li span {
  font-size: 13px;
}

ul.dropdown-menu li span b {
  font-weight: 700;
  color: #000;
}

.head_main {
  margin-bottom: 15px;
}

.score_box .Chart,
.score_box .pie_chart,
.score_box .Chart .pie_chart > div:first-child,
.score_box .pie_chart canvas {
  height: 170px !important;
  width: 170px !important;
  margin: 0 auto !important;
}

.collapse:not(.show) {
  display: block;
}

/*---- Bureus, Credit Bureus, Collector and Creditor page css start here ----*/
.bureaus_data_table {
  overflow: auto;
  padding: 0 0px 10px;
  border: none;
}

table.table tr td {
  font-size: 13px;
  padding: 10px 8px;
  white-space: normal;
  border: none !important;
  color: #505050;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: middle;
  box-shadow: none;
  height: 46px;
}

table.table tr th {
  font-size: 13px;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0px !important;
  z-index: 2;
  padding: 5px 8px;
  border: none !important;
  color: #25272a;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: normal;
  white-space: nowrap;
  vertical-align: middle;
  height: 46px;
  background-color: #efefef;
}

.table-bordered > :not(caption) > * {
  border-width: 0;
}

table tr > td {
  background: transparent;
}

.nav-tabs .nav-item button,
.table_mainhead {
  font-size: 14px;
  font-weight: 500;
  color: #303236;
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  padding: 10px 30px;
}

.nav-tabs .nav-item.eqfx-tab button.active {
  border-color: #a31e39;
  color: #a31e39;
}

.nav-tabs .nav-item.expr-tab button.active {
  border-color: #25488f;
  color: #25488f;
}

.nav-tabs .nav-item.traun-tab button.active {
  border-color: #06a6cb;
  color: #06a6cb;
}

.bureaus_outer {
  padding: 20px 15px;
}

.table_mainhead {
  padding: 0 0 5px 0;
  color: #303236;
  font-weight: bold;
  font-size: 16px;
}

.nav-tabs {
  margin-bottom: 5px;
  border: none;
}

.round_boxes {
  padding: 4px 10px;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

li#accountmenu ul.dropdown-menu.submenu {
  position: static;
  margin-left: 34px !important;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 1px 5px 10px #55555526 !important;
}

li#accountmenu .dropdown-toggle::after {
  top: 20px;
  right: 20px;
  transform: none;
}

/*--- message page css start here -----*/
.Messages_page {
  padding: 15px 0;
  max-width: 1017px;
  margin: 0 auto;
}

.send_msg_box {
  text-align: right;
  max-width: 90%;
  margin-left: auto;
  right: 0;
}

.send_msg_box.company_msg_box .msg_bx,
.send_msg_box .msg_bx,
.company_msg_box .msg_bx {
  margin: 0 0 4px;
  padding: 8px 10px 8px 10px;
  border-radius: 12px;
  background: #f5f5f5 !important;
  display: inline-block;
  color: #363d46 !important;
  font-size: 13px;
  font-weight: 500;
}

.send_msg_box .msg_bx {
  background: #e6e6e6 !important;
  color: #363d45 !important;
  text-align: left;
  word-break: break-word;
}

.send_msg_box.company_msg_box,
.company_msg_box {
  text-align: left !important;
  margin-right: auto;
  margin-left: 0;
}

.send_msg_box h4,
.company_msg_box h4 {
  font-size: 12px;
  font-weight: 400;
  color: #5e6e82;
  line-height: 12px;
}

.send_msg_box {
  margin-bottom: 15px;
}

.grey_back_color {
  background: #f8f9fb;
  padding: 20px 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  height: calC(100vh - 550px);
}

div#DivlstMessage {
  background: #fff;
  min-height: 370px;
}

.outer .message-box {
  width: 100%;
}

.Messages_page .message-box.form_fields {
  width: 100% !important;
  margin: 0 !important;
}

.message-box .form-control {
  height: 150px;
}

div#DivlstMessage {
  font-size: 0;
}

/*--- message page css end here -----*/
/*--- referal page css start here -----*/
.box_width {
  padding: 15px 0 10px;
  max-width: 874px;
  margin: 0 auto;
}

.text-danger {
  color: var(--red-color) !important;
  font-size: 12px;
}

/*--- referal page css end here -----*/
.short_sales {
  background: #daffde !important;
  color: #44d155;
}

.foreclosures {
  background: #fbe1ee !important;
  color: #ec7cb5;
}

.included_in_bankruptcy {
  background: #f2e3da !important;
  color: #a7400a;
}

.public_record {
  background: #d7d7f3 !important;
  color: #21215f;
}

.judgments {
  background: #d6f1e9 !important;
  color: #2cc399;
}

.repossessions {
  background: #ededed !important;
  color: #767676 !important;
}

/*---- Bureus, Credit Bureus, Collector and Creditor page css end here ----*/
/*--- Document page css start here -----*/
.table .btn {
  font-size: 15px;
  padding: 0;
}

.secur_iconbx {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border: 2px solid #ee6121;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ee6121;
  min-width: 60px;
}

.Proof_view small {
  font-size: 16px;
  font-weight: 700;
  margin: 0 6px 0 10px !important;
  color: #26313E;
}

.Proof_td_box small {
  margin: 0 !important;
}

.secur_right a {
  font-size: 20px;
  margin: 0 6px;
}

.Documents_page .wht_bx {
  margin: 0 0 25px;
}

.Proof_view {
  padding: 12px 10px;
}

.Proof_Section h4 {
  margin: 0 0 10px;
}

.document_form {
  border: 1px solid #c8ced7;
  border-radius: 12px;
  padding: 10px 10px;
  background: #f8f9fb;
}

.Documents_page ul {
  margin: 20px -4px 0;
  display: flex;
  flex-wrap: wrap;
}

.Documents_page ul.example li {
    font-size: 13px;
    font-weight: 700;
    color: #26313E;
    margin: 8px 10px 0 0px;
    position: relative;
    min-width: 210px;
    border-radius: 12px;
    padding: 12px 30px 12px 15px;
    background: linear-gradient(20deg, #ffffff70, #F1F1F1);
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.Documents_page ul.example li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 600;
  color: var(--brand-color);
}

.notes_box .notes {
  margin-bottom: 5px;
  font-size: 12px;
  color: #5e6e82;
}

.Documents_page h3 {
  margin: 0 0 25px;
}

.form_fields input.file {
  padding: 10.5px 6px;
  height: 42px;
  border-style: dashed;
}

.document_form.form_fields textarea {
  height: 126px;
  resize: none;
}

.Proof_Section tr > td {
  padding: 0 5px !important;
  width: 33.3333%;
}

.doc_table2 {
  margin-left: -5px;
  margin-right: -5px;
}

/*--- Document page css end here -----*/

/*--------Education page styling--------*/

a.lnk_bx {
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  border-radius: 12px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #4384da;
  background: linear-gradient(15deg, #f6faff, transparent);
  overflow: hidden;
  white-space: normal;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: left;
  transition: ease-in-out 0.5s;
  line-height: 17px;
  border: 1px solid #dff6ff;
}

ul.edu_list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  flex-wrap: wrap;
}

ul.edu_list li {
  width: 33.33%;
  padding: 0 4.5px;
  margin-bottom: 9px;
}

ul.edu_list li a:hover {
  background: var(--brand-color);
  color: var(--brand-forecolor) !important;
}

.subjects_list {
  margin-top: 25px;
}

.centr_bx {
  max-width: 872px;
  margin: 0 auto;
}

.centr_bx textarea.form-control {
  height: 150px;
}

.eduDetailsModal .modal-body {
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.eduDetailsModal .modal-header {
  padding-right: 30px;
}

.company_address .wht_bx {
  background: var(--brand-color);
  color: var(--brand-forecolor) !important;
}

.error_txt {
  display: block;
  font-weight: 500;
  font-size: 12px;
  margin-left: 10px;
}

.Proof_view {
  height: 92px;
  display: flex;
  align-items: center;
}

/*--- Changes password page css start here -----*/
.password_main {
  max-width: 660px;
  margin: 0 auto;
}

.password_head {
  background: linear-gradient(15deg, #f3f3f3, transparent);
  color: #181818;
  padding: 20px 15px;
}

.password_head h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.password_head p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.password_box {
  max-width: 430px;
  margin: 0 auto;
  padding: 50px 15px;
}

/*--- Changes password css end here -----*/
/*--- Login screen css start here -----*/
#loginbox {
  margin-top: 20px;
}

.login_icon input,
.login_icon select {
  padding-left: 45px;
}

.login_icon .input-group-addon {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 18px;
  z-index: 5;
}

.form-group.remember-forget {
  font-weight: 500;
}

.remember-forget .checkbox span {
  padding-left: 6px;
  line-height: 6px;
}

.remember-forget .forPass a {
  text-decoration: underline;
}

.login_mainhead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

div#loginbox .wht_bx {
  box-shadow: 0 0 4px rgb(0 0 0 / 10%);
  border-radius: 12px;
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
}

/*--- Login screen css end here -----*/
.password_box.email_confirmed {
  max-width: 500px;
  padding: 23px 15px 30px;
}

.confirmation_box .lockscreen-name {
  margin: 25px 0 0;
  font-size: 20px;
  color: var(--red-color);
  font-weight: 600;
}

.page_center_mob {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: none;
}

.page_center_mob > div {
  width: 100%;
}

.page_center_mob #loginbox {
  margin: 0;
}

.wht_bx.confirmation_box {
  padding: 35px 15px 0;
}

.email_confirmed .btn.cstm_btn.mb-2 {
  margin: 0 0 10px !important;
}

.password_box .msg {
  background: var(--red-color);
  padding: 15px;
  border-radius: 6px;
  margin: 0 0 25px;
}

.password_box .msg h4 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

/*--- Popover css start here ---*/
.popover {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
  border: none;
  font-family: "Montserrat", sans-serif !important;
}

.popover .popover-title {
  font-size: 16px;
  padding: 8px 10px;
  margin-bottom: 0;
  font-weight: 500;
  background: var(--brand-color);
  color: var(--brand-forecolor);
  border-radius: 5px 5px 0 0;
}

.popover .popover-content {
  padding: 15px 10px;
}

.popover .popover-content > div {
  width: 100% !important;
}

.popover .popover-content ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.popover .popover-content ul li {
  word-break: break-word;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 6px;
}

.popover .popover-content ul li span.fas {
  display: inline-block;
  margin: 2px 5px 0 0;
  font-size: 16px;
}

.popover .popover-content .fa-times-circle {
  color: var(--red-color);
}

.popover .popover-content .fa-check-circle {
  color: #31bc4b;
}

#PwdStrength {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  line-height: 14px;
  text-align: left;
}

.popover > .arrow {
  display: none;
}

.page_center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px 0px;
}

.page_center > div {
  width: 100%;
}

div#SmartInterViewPopup .modal-footer {
  margin: 0;
}

input#smartinterviewcheckbox {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  float: none !important;
}

.smrt_txt p {
  font-weight: 400 !important;
}

.reset_screens .password_head img {
  margin: 0 0 15px;
}

.document_form.form_fields .txtbox_heght {
  height: 95px;
  min-height: auto;
}

.invalidCredentialsTextArea h4 {
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px;
  color: var(--secondary-color);
}

/*--- Css for loader text ----*/
.loader_txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

/*--- Css for loader text ----*/

.cmpny_info > .flex-shrink-0 .info_bx {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cmpny_info > .flex-shrink-0 .info_bx > h4.media-heading {
  width: 100%;
}

.send-a-referal h4.sub_heading {
  margin-bottom: 20px;
}

.cr_bx .score_box.wht_bx > .row {
  flex-wrap: nowrap;
}

.cr_bx .score_box.wht_bx > .row > .col-sm-7 {
  width: 100%;
  flex: 0 auto;
}

.modal .modal-content {
  border: 1px solid #00000000 !important;
}

.cmpny_info > .flex-shrink-0 {
  padding-bottom: 66px;
}

.cmpny_info > .flex-shrink-0 a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cmpny_info > .flex-shrink-0 img.media-object {
  max-width: 100%;
  max-height: 100%;
}

div#modalEduDetails .modal-dialog {
  max-width: 1260px !important;
}

.top_tscrn .modal-dialog {
  transform: translate(0px, -120%) !important;
  transition: ease-in-out 0.5s;
}
body .top_tscrn.show .modal-dialog {
  transform: translate(0px, 0px) !important;
}

html .header .headerDropdown ul.dropdown-menu.show {
  transform: translate(0, 0) !important;
  top: 100% !important;
  right: 0 !important;
  border-radius: 12px;
  padding: 6px;
}

.chart_cntr .newtext {
  display: block;
  color: #171819;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.Credit_Bureaus_page span.date_txt i {
  margin-right: 5px;
}

span.mbtxt {
  font-size: 16px;
  margin-right: 11px;
  font-weight: 700;
}

span.mbtxt i {
  margin-right: 3px;
  font-size: 17px;
}

.head_icon {
  background: #fff;
  font-size: 12px;
  height: 28px;
  width: 28px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-right: 2px;
  color: var(--brand-color) !important;
  vertical-align: middle;
  position: relative;
  top: -3px;
  box-shadow: 0 0px 12px rgb(0 0 0 / 6%);
}

.douc_app_img img {
    height: 40px;
}

#td-1 .wht_bx ,
#td-3 .wht_bx ,
#td-6 .wht_bx {
    background: linear-gradient(71deg, #ffffff, #F1F1F1);
}

.notes_reslt {
    font-weight: 500;
    color: #26313ee3;
}

div#loader,
.tdLoadingOverlay {
  color: var(--brand-color) !important;
  background: transparent;
  font-size: 18px;
}

div#loader > div,
.tdLoadingOverlay > div {
  text-shadow: none !important;
  max-width: 381px !important;
  width: 100%;
  min-height: 139px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}

@media (min-width: 768px) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #acabab;
  }

  :-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  :-webkit-scrollbar-track {
    background: transparent;
  }

  :-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 0;
    border: 0px solid transparent;
    background-color: #c7c7c7;
  }

  ::-webkit-scrollbar,
  ::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 0;
    background-clip: padding-box;
    border: 0px solid transparent;
    width: 8px;
    background-color: #c7c7c7;
  }

  ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px #acabab;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .wht_bx {
    box-shadow: 0 5px 12px #0000001f;
  }

  .form-control:focus {
    border-color: #d0d0d07d;
    box-shadow: 0 0 2px #b5b5b596 !important;
  }

  .input-validation-error {
    border-color: #eb1b2347;
    box-shadow: 0 0 3px #eb1b236e !important;
  }

  .round_boxes.red_bg {
    background: #eb1b2326 !important;
  }

  .round_boxes.gren_bg {
    background: #31bc4b26 !important;
  }

  .round_boxes.grey_bg {
    background: #8b8b8b26 !important;
  }

  .Charge_off.blue_bg,
  .round_boxes.blue_bg {
    background: #2d7be726 !important;
  }

  .round_boxes.orng_bg {
    background: #ce6d093b !important;
  }

  .round_boxes.yellow_bg {
    background: #ffbf0029 !important;
  }

  .round_boxes.yellow_green_bg {
    background: #3300ff29 !important;
    color: #5934ef !important;
  }

  header.header,
  .signup_header {
    box-shadow: 0 0 7px #0000001f;
  }

  .wlcm_txtrow,
  .clearButton,
  .chart_value .total_box,
  a.lnk_bx {
    box-shadow: 0 7px 12px #00000021;
  }

  .wlcm_txtrow h3 i:before {
    text-shadow: 0 5px 5px #0000001f;
  }

  .rest_div {
    box-shadow: 2px 4px 6px #00000029;
  }

  .cmpny_img,
  .company_address .info_txt {
    box-shadow: 0 15px 20px #0000001a;
  }

  .file-upload-input:focus {
    border-color: #d0d0d07d;
    box-shadow: 0 0 2px #b5b5b596 !important;
  }

  span.user_img {
    border: 4px solid #ffffff00;
  }

  .chart_valnumber {
    box-shadow: -4px 0 4px #00000005;
  }

  .sumry_sec .chart_valnumber,
  .commision-paid {
    text-shadow: 2px 3px 2px #0000001c;
  }

  .cmpny_info > .flex-shrink-0,
  .grey_back_color,
  ul.dropdown-menu,
  .popover,
  .media_box,
  nav.sidebar {
    box-shadow: 0 5px 12px #0000001f !important;
  }

  div#loginbox .wht_bx {
    box-shadow: 0 0px 62px #0000002e;
  }

  .cmpny_img,
  .info_box .wht_bx,
  .info_box .info_txt {
    box-shadow: 0 15px 20px #0000000f;
  }

  .headerDropdown .dropdown-toggle:hover ~ .dropdown-menu {
    display: block;
    right: 0 !important;
    margin-top: 2px !important;
  }
}

@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .wht_bx {
    box-shadow: 0 5px 12px #0000001f;
  }

  .form-control:focus {
    border-color: #d0d0d07d;
    box-shadow: 0 0 2px #b5b5b596 !important;
  }

  .input-validation-error {
    border-color: #eb1b2347;
    box-shadow: 0 0 3px #eb1b236e !important;
  }

  .round_boxes.red_bg {
    background: #eb1b2326 !important;
  }

  .round_boxes.gren_bg {
    background: #31bc4b26 !important;
  }

  .round_boxes.grey_bg {
    background: #8b8b8b26 !important;
  }

  .Charge_off.blue_bg,
  .round_boxes.blue_bg {
    background: #2d7be726 !important;
  }

  .round_boxes.orng_bg {
    background: #ce6d093b !important;
  }

  .round_boxes.yellow_bg {
    background: #ffbf0029 !important;
  }

  .round_boxes.yellow_green_bg {
    background: #3300ff29 !important;
    color: #5934ef !important;
  }

  header.header,
  .signup_header {
    box-shadow: 0 0 7px #0000001f;
  }

  .wlcm_txtrow,
  .clearButton,
  .chart_value .total_box,
  a.lnk_bx {
    box-shadow: 0 7px 12px #00000021;
  }

  .wlcm_txtrow h3 i:before {
    text-shadow: 0 5px 5px #0000001f;
  }

  .rest_div {
    box-shadow: 2px 4px 6px #00000029;
  }

  .cmpny_img,
  .company_address .info_txt {
    box-shadow: 0 15px 20px #0000001a;
  }

  .file-upload-input:focus {
    border-color: #d0d0d07d;
    box-shadow: 0 0 2px #b5b5b596 !important;
  }

  span.user_img {
    border: 4px solid #ffffff00;
  }

  .chart_valnumber {
    box-shadow: -4px 0 4px #00000005;
  }

  .sumry_sec .chart_valnumber,
  .commision-paid {
    text-shadow: 2px 3px 2px #0000001c;
  }

  .cmpny_info > .flex-shrink-0,
  .grey_back_color,
  ul.dropdown-menu,
  .popover,
  .media_box,
  nav.sidebar {
    box-shadow: 0 5px 12px #0000001f !important;
  }

  div#loginbox .wht_bx {
    box-shadow: 0 0px 62px #0000002e;
  }

  .cmpny_img,
  .info_box .wht_bx,
  .info_box .info_txt {
    box-shadow: 0 15px 20px #0000000f;
  }

  .headerDropdown .dropdown-toggle:hover ~ .dropdown-menu {
    display: block;
    right: 0 !important;
    margin-top: 2px !important;
  }
}

@media (max-width: 1550px) {
  .score_txt b {
    font-size: 18px;
  }

  .pie_chart {
    height: 160px;
    width: 160px;
  }

  .score_box {
    padding: 30px 15px;
  }

  body {
    font-size: 14px !important;
  }

  .score_box .Chart,
  .score_box .pie_chart,
  .score_box .Chart .pie_chart > div:first-child,
  .score_box .pie_chart canvas {
    height: 140px !important;
    width: 140px !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .Documents_page ul.example li {
    min-width: 170px;
    padding: 12px 14px 12px 11px;
  }
}

@media (max-width: 1499px) {
  .chart_value .total_box {
    padding-left: 11px;
    font-size: 13px;
  }

  .chart_valnumber {
    font-size: 18px;
  }

  .password_box {
    padding: 30px 15px;
  }

  .login_mainhead {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .password_head p {
    font-size: 15px;
  }

  .password_head h4 {
    margin: 0;
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .cr_bx .score_txt .score_innrtxt {
    margin-right: -32px;
  }
}

@media (max-width: 1360px) {
  .cmony_info > div.row > .col-lg-6 {
    width: 100%;
  }

  main.main_cntnt {
    margin-left: 0;
    padding-left: 13px !important;
  }

  nav.sidebar.hide ~ main.main_cntnt {
    padding-left: 13px !important;
  }

  nav.sidebar {
    background: #fff !important;
    z-index: 99999999;
    bottom: 0;
    top: 51px;
    box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
    align-items: baseline;
  }

  nav.sidebar {
    left: -320px;
  }

  nav.sidebar.hide {
    left: 0;
  }

  main.main_cntnt {
    padding: 20px 13px 25px;
  }

  .cmpny_info {
    margin-bottom: 25px;
  }

  main.main_cntnt {
    margin-top: 55px;
  }

  /*--- Login screen css media start here -----*/
  .password_head {
    padding: 15px 15px;
  }

  .password_head img {
    max-width: 80px;
  }

  .password_head h4 {
    margin-bottom: 0;
  }

  .password_main {
    max-width: 550px;
  }

  .login_mainhead {
    font-size: 26px;
  }

  .password_box {
    padding: 25px 15px 18px;
  }

  /*--- Login screen css media end here -----*/
}

@media (max-width: 1199px) {
  .Documents_page ul {
    margin: 15px -4px 15px;
  }

  .page_center {
    height: calC(100vh - 50px);
  }

  #loginbox {
    margin-top: 0 !important;
  }

  .grey_back_color {
    height: calC(100vh - 630px);
  }

  .score_txt b {
    font-size: 16px;
  }

  .score_txt {
    font-size: 13px;
    line-height: 16px;
  }

  .chart_cntr .newtext {
    font-size: 15px;
  }

  .totl_vlu {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 1025px) {
  .eduDetailsModal .modal-body {
    max-height: calc(100vh - 470px);
    overflow: auto;
  }

  .Proof_view small {
    line-height: normal;
    font-size: 14px;
  }

  .secur_iconbx {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

@media (min-width: 992px) {
  .client_phmpge .score_box .col-sm-5 {
    text-align: right;
  }

  .client_phmpge .Chart {
    display: inline-block;
  }

  .client_phmpge .score_box .col-sm-5 {
    padding-left: 0;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .cr_bx {
    margin-bottom: 10px;
  }

  .creditor_row .bx1 {
    margin-bottom: 20px;
  }

  ul.edu_list li {
    width: 50%;
  }

  .navbar-brand {
    font-size: 19px;
  }

  .popover {
    margin-left: -20px;
    margin-right: 10px;
  }

  .notes_box {
    margin-bottom: 15px;
  }

  .cr_bx .total_box span:first-child {
    padding-right: 4px;
  }

  .chart_cntr .newtext {
    font-size: 17px;
  }

  .Documents_page .app_btn img {
    max-width: 139px;
  }

  .cstmrform.crdt_motrg {
    margin-bottom: 10px !important;
    min-height: auto;
  }
  
  .rfrl_pge .info_body .infoBox h4  {
    font-size: 18px;
  }
  
  
}

@media (min-width: 992px) and (max-width: 1199px) {
  .score_box .Chart,
  .score_box .pie_chart,
  .score_box .Chart .pie_chart > div:first-child,
  .score_box .pie_chart canvas {
    height: 130px !important;
    width: 130px !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .cr_bx .score_box.wht_bx > .row {
    flex-wrap: wrap;
  }

  .cr_bx .score_box.wht_bx > .row > .col-sm-5 {
    order: -1;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .cr_bx .score_box.wht_bx > .row > .col-sm-7 {
    text-align: center;
  }

  .cr_bx .chart_value .total_box {
    width: calC(100% - 7px);
  }

  .score_box {
    padding: 25px 5px 25px;
  }

  .score_innrtxt {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .score_box .Chart,
  .score_box .pie_chart,
  .score_box .Chart .pie_chart > div:first-child,
  .score_box .pie_chart canvas {
    height: 140px !important;
    width: 140px !important;
  }
}

@media (max-width: 767px) {
  span.user_name a.username_text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    padding: 0;
    display: block;
    max-width: 70px;
    min-width: 60px;
  }

  header.header .row > div:last-child {
    padding-left: 0;
  }

  .dropdown-menu {
    text-align: center;
  }

  .navbar-brand {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calC(100% - 30px);
    display: inline-block;
  }

  button.navbar-toggler {
    margin-right: 5px;
  }

  nav.sidebar {
    left: -100vw;
  }

  .Proof_Section tr > td {
    display: block;
  }

  .Documents_page .app_btn {
    display: flex;
    margin-top: 8px;
  }

  .Documents_page .app_btn a:first-child {
    margin-right: 6px;
  }

  .Documents_page ul {
    margin: 6px -4px 20px;
  }

  .Proof_Section tr > td {
    width: 100%;
  }

  .secur_iconbx {
    width: 50px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
  }

  .Documents_page .wht_bx {
    margin: 0 0 10px;
  }

  .modal-header h4.modal-title,
  .modal-header h4.modal-title h2,
  .bootbox .modal-header h4.modal-title,
  .bootbox .modal-header h4.modal-title h2 {
    font-size: 16px;
    line-height: normal;
  }

  .bootbox-body,
  .bootbox-body p {
    font-size: 14px;
  }

  .modal-body .bootbox-body {
    padding: 0;
  }

  .sub_heading {
    font-size: 18px;
  }

  .Documents_page ul.example li {
    display: flex;
    width: 100%;
  }

  table.table tr th {
    font-size: 13px;
  }

  table.table tr td {
    font-size: 12px;
  }

  .cstm_btn {
    padding: 8px 14px;
    letter-spacing: 0.3px;
    min-width: 110px;
  }

  .sm_btn {
    padding: 7px 12px;
    min-width: 85px;
    height: 32px;
    white-space: nowrap;
    font-size: 12px;
  }

  #loginbox .cstm_btn {
    height: 42px;
  }

  /*--- Login screen css media start here -----*/

  .login_mainhead {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .password_head p {
    font-size: 13px;
    line-height: normal;
  }

  .password_head img {
    max-width: 60px;
  }

  .password_head h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .password_box {
    padding: 25px 15px;
  }

  .password_head {
    padding: 10px 15px;
  }

  .page_center {
    height: calC(100vh - 0px);
  }

  /*--- Login screen css media end here -----*/
  .confirmation_box .lockscreen-name {
    margin: 18px 0 0;
    font-size: 16px;
  }

  .password_box.email_confirmed {
    padding: 15px 0 25px;
  }

  .reset_screens .password_box.email_confirmed {
    padding: 15px 15px 25px;
  }

  .password_box .msg h4 {
    font-size: 15px;
  }

  .eduDetailsModal .modal-body {
    max-height: calc(100vh - 390px);
  }

  .header ul.dropdown-menu,
  .header .headerDropdown ul.dropdown-menu.show {
    min-width: 200px;
    right: auto !important;
    margin-top: 0 !important;
  }

  /* Error Page CSS */
  .error_page_sec {
    padding: 15px;
  }

  .error_page_sec .wht_bx {
    padding: 30px 15px;
  }

  .error_page_sec .fa-frown {
    margin: 0 0 20px;
    font-size: 4em;
  }

  .error_page_sec h2 {
    font-size: 56px;
    line-height: 56px;
  }

  .error_page_sec h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .error_page_sec p {
    font-size: 14px;
  }

  .error_page_sec p span {
    text-align: center;
    margin: 20px 0 0;
  }

  .popover {
    margin-left: -35px;
    margin-right: 6px;
  }

  .sec_heading.hide_h3 {
    height: 1px;
    margin: 0;
  }

  span.mbtxt {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    margin-top: 17px;
  }

  .credit_brnd h1 {
    font-size: 18px !important;
  }

  .credit_brnd,
  .document_form {
    padding: 13px 10px;
  }
}

@media (max-width: 575px) {
  .cmpny_info {
    display: block !important;
  }

  .cmpny_info > .flex-grow-1 {
    margin-left: 0;
    margin-top: 10px;
  }

  .cmpny_info > .flex-shrink-0 {
    width: 100%;
  }

  .score_box .col-sm-5 {
    order: -1;
  }

  .pie_chart {
    position: static;
    transform: translate(1%, 0%);
    margin: 0 auto;
    width: 100%;
    height: 210px;
  }

  .logo_bx h2,
  .score_innrtxt {
    text-align: center;
  }

  .score_innrtxt {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
  }

  .score_txt .score_innrtxt:first-child {
    border-top: 1px solid #eee;
  }

  nav.sidebar {
    width: 100%;
    max-width: 100%;
  }

  ul.edu_list li {
    width: 100%;
  }

  .main_heading {
    font-size: 19px;
  }

  .nav-tabs .nav-item button,
  .table_mainhead {
    padding: 10px 13px;
    font-size: 13px;
  }

  .bootbox.modal .modal-dialog {
    width: 100%;
  }

  .forPass {
    margin-top: 8px;
  }

  div#dvCaptcha1 {
    text-align: left;
    transform: scale(0.9);
    transform-origin: left;
  }

  .page_center {
    height: auto;
    padding: 30px 0;
  }

  .head_main {
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: flex-start !important;
    text-align: left;
    align-items: flex-start !important;
  }

  .head_main .date_txt {
    margin-top: 5px;
  }

  .grey_back_color {
    height: auto;
    max-height: 300px;
    min-height: 100px;
  }

  .Proof_view small {
    font-size: 15px;
  }

  .Proof_Section tr > td {
    font-size: 13px;
  }

  div#loader,
  .tdLoadingOverlay {
    font-size: 14px;
  }

  .popover {
    left: 30px !important;
    margin: 135px 0 0 !important;
  }

  .popover .popover-title {
    font-size: 14px;
    padding: 6px 10px;
  }

  .popover .popover-content {
    padding: 10px 10px;
  }

  .popover .popover-content ul li {
    font-size: 12px;
    margin: 0 0 4px;
  }

  .popover .popover-content ul li span.fas {
    margin: 2px 4px 0 0;
    font-size: 14px;
  }

  .cr_bx .score_box.wht_bx > .row > .col-sm-5 {
    width: 100%;
    padding: 0 10px 7px;
  }

  .cr_bx .score_box.wht_bx > .row {
    flex-wrap: wrap;
  }

  .score_box .Chart,
  .score_box .pie_chart,
  .score_box .Chart .pie_chart > div:first-child,
  .score_box .pie_chart canvas {
    height: 150px !important;
    width: 150px !important;
    margin: 0 auto !important;
  }

  .score_box.wht_bx {
    padding: 15px;
  }

  .date_txt {
    font-size: 13px;
  }

  .sec_heading {
    font-size: 16px;
  }

  .creditor_row {
    margin: 20px 0 0;
  }

  .head_main {
    margin-bottom: 10px;
  }

  .cmony_info {
    margin-top: 28px;
  }

  .chart_value .total_box {
    padding-left: 10px;
    font-size: 13px;
  }

  .chart_valnumber {
    font-size: 18px;
    width: 53px;
    height: 50px;
    min-width: 52px;
  }

  .send_msg_box {
    max-width: 94%;
  }

  .send_msg_box h4,
  .company_msg_box h4 {
    font-size: 11px;
    line-height: 11px;
  }
}

@media (max-width: 424px) {
  .popover {
    left: 18px !important;
    margin: 75px 0 0 !important;
  }

  .cstm_btn.w-100 {
    padding: 8px 10px;
  }
}

@media (max-width: 370px) {
  .cstm_btn.w-100 {
    letter-spacing: 0.1px;
    font-size: 12px;
    padding: 8px 10px;
    line-height: 15px;
  }

  .reset_screens .password_box.email_confirmed {
    padding: 15px 13px 25px;
  }

  .wht_bx.confirmation_box {
    padding: 30px 13px 0;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .wht_bx {
      box-shadow: 0 5px 12px #0000001f;
    }

    .form-control:focus {
      border-color: #d0d0d07d;
      box-shadow: 0 0 2px #b5b5b596 !important;
    }

    .input-validation-error {
      border-color: #eb1b2347;
      box-shadow: 0 0 3px #eb1b236e !important;
    }

    .round_boxes.red_bg {
      background: #eb1b2326 !important;
    }

    .round_boxes.gren_bg {
      background: #31bc4b26 !important;
    }

    .round_boxes.grey_bg {
      background: #8b8b8b26 !important;
    }

    .Charge_off.blue_bg,
    .round_boxes.blue_bg {
      background: #2d7be726 !important;
    }

    .round_boxes.orng_bg {
      background: #ce6d093b !important;
    }

    .round_boxes.yellow_bg {
      background: #ffbf0029 !important;
    }

    .round_boxes.yellow_green_bg {
      background: #3300ff29 !important;
      color: #5934ef !important;
    }

    header.header,
    .signup_header {
      box-shadow: 0 0 7px #0000001f;
    }

    .wlcm_txtrow,
    .clearButton,
    .chart_value .total_box,
    a.lnk_bx {
      box-shadow: 0 7px 12px #00000021;
    }

    .wlcm_txtrow h3 i:before {
      text-shadow: 0 5px 5px #0000001f;
    }

    .rest_div {
      box-shadow: 2px 4px 6px #00000029;
    }

    .cmpny_img,
    .company_address .info_txt {
      box-shadow: 0 15px 20px #0000001a;
    }

    .file-upload-input:focus {
      border-color: #d0d0d07d;
      box-shadow: 0 0 2px #b5b5b596 !important;
    }

    span.user_img {
      border: 4px solid #ffffff00;
    }

    .chart_valnumber {
      box-shadow: -4px 0 4px #00000005;
    }

    .sumry_sec .chart_valnumber,
    .commision-paid {
      text-shadow: 2px 3px 2px #0000001c;
    }

    .cmpny_info > .flex-shrink-0,
    .grey_back_color,
    ul.dropdown-menu,
    .popover,
    .media_box {
      box-shadow: 0 5px 12px #0000001f !important;
    }

    div#loginbox .wht_bx {
      box-shadow: 0 0px 62px #0000002e;
    }

    .cmpny_img,
    .info_box .wht_bx,
    .info_box .info_txt {
      box-shadow: 0 15px 20px #0000000f;
    }

    .brndclr_btn {
      box-shadow: 0 0 5px #00000033 !important;
    }
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    .wht_bx {
      box-shadow: 0 5px 12px #0000001f;
    }

    .form-control:focus {
      border-color: #d0d0d07d;
      box-shadow: 0 0 2px #b5b5b596 !important;
    }

    .input-validation-error {
      border-color: #eb1b2347;
      box-shadow: 0 0 3px #eb1b236e !important;
    }

    .round_boxes.red_bg {
      background: #eb1b2326 !important;
    }

    .round_boxes.gren_bg {
      background: #31bc4b26 !important;
    }

    .round_boxes.grey_bg {
      background: #8b8b8b26 !important;
    }

    .Charge_off.blue_bg,
    .round_boxes.blue_bg {
      background: #2d7be726 !important;
    }

    .round_boxes.orng_bg {
      background: #ce6d093b !important;
    }

    .round_boxes.yellow_bg {
      background: #ffbf0029 !important;
    }

    .round_boxes.yellow_green_bg {
      background: #3300ff29 !important;
      color: #5934ef !important;
    }

    header.header,
    .signup_header {
      box-shadow: 0 0 7px #0000001f;
    }

    .wlcm_txtrow,
    .clearButton,
    .chart_value .total_box,
    a.lnk_bx {
      box-shadow: 0 7px 12px #00000021;
    }

    .wlcm_txtrow h3 i:before {
      text-shadow: 0 5px 5px #0000001f;
    }

    .rest_div {
      box-shadow: 2px 4px 6px #00000029;
    }

    .cmpny_img,
    .company_address .info_txt {
      box-shadow: 0 15px 20px #0000001a;
    }

    .file-upload-input:focus {
      border-color: #d0d0d07d;
      box-shadow: 0 0 2px #b5b5b596 !important;
    }

    span.user_img {
      border: 4px solid #ffffff00;
    }

    .chart_valnumber {
      box-shadow: -4px 0 4px #00000005;
    }

    .sumry_sec .chart_valnumber,
    .commision-paid {
      text-shadow: 2px 3px 2px #0000001c;
    }

    .cmpny_info > .flex-shrink-0,
    .grey_back_color,
    ul.dropdown-menu,
    .popover,
    .media_box {
      box-shadow: 0 5px 12px #0000001f !important;
    }

    div#loginbox .wht_bx {
      box-shadow: 0 0px 62px #0000002e;
    }

    .cmpny_img,
    .info_box .wht_bx,
    .info_box .info_txt {
      box-shadow: 0 15px 20px #0000000f;
    }

    .brndclr_btn {
      box-shadow: 0 0 5px #00000033 !important;
    }
  }
}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .wht_bx {
      box-shadow: 0 5px 12px #0000001f;
    }

    .form-control:focus {
      border-color: #d0d0d07d;
      box-shadow: 0 0 2px #b5b5b596 !important;
    }

    .input-validation-error {
      border-color: #eb1b2347;
      box-shadow: 0 0 3px #eb1b236e !important;
    }

    .round_boxes.red_bg {
      background: #eb1b2326 !important;
    }

    .round_boxes.gren_bg {
      background: #31bc4b26 !important;
    }

    .round_boxes.grey_bg {
      background: #8b8b8b26 !important;
    }

    .Charge_off.blue_bg,
    .round_boxes.blue_bg {
      background: #2d7be726 !important;
    }

    .round_boxes.orng_bg {
      background: #ce6d093b !important;
    }

    .round_boxes.yellow_bg {
      background: #ffbf0029 !important;
    }

    .round_boxes.yellow_green_bg {
      background: #3300ff29 !important;
      color: #5934ef !important;
    }

    header.header,
    .signup_header {
      box-shadow: 0 0 7px #0000001f;
    }

    .wlcm_txtrow,
    .clearButton,
    .chart_value .total_box,
    a.lnk_bx {
      box-shadow: 0 7px 12px #00000021;
    }

    .wlcm_txtrow h3 i:before {
      text-shadow: 0 5px 5px #0000001f;
    }

    .rest_div {
      box-shadow: 2px 4px 6px #00000029;
    }

    .cmpny_img,
    .company_address .info_txt {
      box-shadow: 0 15px 20px #0000001a;
    }

    .file-upload-input:focus {
      border-color: #d0d0d07d;
      box-shadow: 0 0 2px #b5b5b596 !important;
    }

    span.user_img {
      border: 4px solid #ffffff00;
    }

    .chart_valnumber {
      box-shadow: -4px 0 4px #00000005;
    }

    .sumry_sec .chart_valnumber,
    .commision-paid {
      text-shadow: 2px 3px 2px #0000001c;
    }

    .cmpny_info > .flex-shrink-0,
    .grey_back_color,
    ul.dropdown-menu,
    .popover,
    .media_box {
      box-shadow: 0 5px 12px #0000001f !important;
    }

    div#loginbox .wht_bx {
      box-shadow: 0 0px 62px #0000002e;
    }

    .cmpny_img,
    .info_box .wht_bx,
    .info_box .info_txt {
      box-shadow: 0 15px 20px #0000000f;
    }

    .brndclr_btn {
      box-shadow: 0 0 5px #00000033 !important;
    }
  }
}
