@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: #f5cc12;
  --yellow-green: #c3b060;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  opacity: 0.4;
}
/*--------Global Css ------*/
.req_field:after {
  content: "*";
  color: #eb1b23;
  margin-left: 2px;
}
a {
  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 {
  text-decoration: none;
}
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%);
}
li#accountmenu ul.dropdown-menu.submenu li a {
  text-align: left !important;
  font-size: 13px;
}
.fnt_20 {
  font-size: 20px;
  font-weight: 600;
}
.fnt_12 {
  font-size: 12px;
}
.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: #4384da;
  background: var(--btn-color);
  color: var(--btn-forecolor);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%) !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: 0 !important;
}
.search-input {
  width: 100%;
  padding: 10px 12px 10px 40px; /* left padding for icon */
  border-radius: 25px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.search-input:focus {
  outline: none;
  border-color: #007bff; /* bootstrap blue */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
}

#SearchString {
  padding-left: 35px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

select.form-control {
  appearance: auto;
}
.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);
}
.modal-body p {
  text-align: center !important;
}
.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.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;
}
.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);
  box-shadow: 0 1px 4px #0000001a !important
}
.bootbox.modal .modal-footer button.btn[data-bb-handler="cancel"] {
  color: #fff !important;
  background: var(--red-color);
  border-color: var(--red-color);
}

.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: 505px;
}
.modal {
  opacity: 1 !important;
}
.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-responsive {
  border: 1px solid #c8ced7;
}

.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;
}
/*--------------------*/
[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 !important;
}
.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: #5934ef !important;
}

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;
}

/* 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: 18px;
  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 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;
}
nav.sidebar.hide ~ main.main_cntnt {
  margin-left: 0;
  padding-left: 20px !important;
}
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;
}

.headerDropdown .dropdown-toggle::after {
  color: var(--brand-forecolor);
}

.sidebar li.nav-item.active a,
.sidebar li.nav-item a:hover {
  color: #000 !important;
}

.header span.user_img {
  width: 43px;
  height: 43px;
  border: 4px solid rgb(255 255 255 / 0%);
  border-radius: 100%;
  box-shadow: 2px 2px 3px rgb(40 40 40 / 27%);
  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: 46px 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: 14px;
  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);
}
.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;
  display: block;
  text-align: center;
}
.logo_bx h2 {
  font-size: 24px;
  font-weight: bold;
}

.score_innrtxt {
  padding: 5px 0;
}

.sec_heading {
  font-size: 18px;
  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: 40px 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: 16px;
  margin: 0 0 3px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
}
.cmpny_info > .flex-shrink-0 p {
  font-size: 13.2px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  height: 18px;
}
.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: 13px 10px;
}

.cmony_info {
  margin-top: 40px;
}

.cmpny_info > .flex-shrink-0 {
  width: 248px;
  height: 259px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  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;
  background: var(--brand-color);
}
.company_address .flex-shrink-0 a {
  color: var(--brand-forecolor);
}
.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%;
  white-space: normal;
  font-weight: 500;
  word-break: break-word;
}
.company_address > .d-flex:last-child {
  margin-bottom: 0;
}
.cmpny_info > .flex-shrink-0 img.media-object {
  max-width: inherit;
}

.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;
}
.pie_chart {
  height: 170px;
  width: 170px;
  margin-right: 0;
  margin-left: auto;
}
.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;
  color: #505050;
  vertical-align: middle;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
}
table.table tr th {
  font-size: 14px;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: -1px !important;
  z-index: 2;
  padding: 14px 8px;
  border: none !important;
  background: #efefef;
  color: #25272a;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  white-space: nowrap;
}

table.table {
  border: none !important;
  background: none;
}

table tr,
table tbody {
  border: none;
}

/* table tr > td {
    background: transparent;
} */

table.table tbody tr:nth-child(even) {
  background-color: #efefef70;
}

.table-bordered > :not(caption) > * {
  border-width: 0;
}

.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;
}
.send_msg_box.company_msg_box .msg_bx,
.send_msg_box .msg_bx,
.company_msg_box .msg_bx {
  margin: 0 0 5px;
  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 {
  margin-bottom: 15px;
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
}
.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;
}
.send_msg_box .msg_bx b {
  color: #222;
  font-weight: 600;
  padding-right: 2px;
}

.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;
}
.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 -----*/

.repossessions {
  background: #b6b4a7 !important;
}
.short_sales {
  background: #e80e0e !important;
}
.foreclosures {
  background: #ec937c !important;
}
.judgments {
  background: #de7e2c !important;
}
.included_in_bankruptcy {
  background: #a7400a !important;
}
.public_record {
  background: #21215f !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 #f77041;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f77041;
  min-width: 60px;
}
.Proof_view small {
  font-size: 16px;
  font-weight: 600;
  margin: 0 6px 0 10px !important;
  color: #5e6e82;
}
.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;
  background: #f8f9fb;
}
.Documents_page ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.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%);
}
.document_form .cstm_btn.brndclr_btn {
  margin-top: 2px;
}
input[type="file"]::file-selector-button {
  border-radius: 50px;
  margin-left: 0;
}
.Documents_page ul.example li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 600;
  color: var(--brand-color);
}
.document_form h4.sub_heading {
  margin-bottom: 16px;
}
.notes_box .notes {
  margin-bottom: 3px;
  font-size: 12px;
  color: #5e6e82;
}
.notes_box {
  margin-top: 10px;
}
.form_fields input.file {
  padding: 10.5px 6px;
  height: 42px;
  border-style: dashed;
}
.document_form.form_fields textarea {
  height: 143px;
  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 7px 12px rgb(0 0 0 / 13%);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-color);
  background: #fff;
  overflow: hidden;
  white-space: normal;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: left;
  transition: ease-in-out 0.5s;
  line-height: 17px;
}
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;
}

.centr_bx textarea.form-control {
  height: 150px;
}
.eduDetailsModal .modal-body p span {
  font-size: 14px !important;
  line-height: 21px;
}
.eduDetailsModal .modal-body {
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.eduDetailsModal .modal-header {
  padding-right: 30px;
}

.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: 700;
}
.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;
}

/*--- Login screen css end here -----*/
.password_box.email_confirmed {
  max-width: 520px;
  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: 100%;
  background: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 12px;
}
.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);
}

/* affiliateportal2 css start */

.media_box {
  box-shadow: 0 2px 5px rgb(0 0 0 / 05%) !important;
  border-radius: 12px;
  background: var(--brand-color);
  color: var(--brand-forecolor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 25px;
  margin: 0 0 25px;
}
.media_box .media-body {
  margin: 0 0 0 35px;
  max-width: 600px;
}
.media_box svg {
  width: 120px;
  height: 80px;
  min-width: 120px;
}
.media_box svg path {
  fill: var(--brand-forecolor);
}
.media_box h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}
.media_box p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.referral_form .cstm_btn {
  padding: 8px 40px;
}
.referral_form textarea.form-control {
  height: 116px;
  resize: none;
}
.info_section .sub_heading {
  margin: 0 0 20px;
  font-size: 20px;
}
.info_section {
  margin: 35px 0 10px;
}
.info_section .cmony_info {
  margin: 0;
}
.cmpny_img {
  width: 350px;
  min-width: 350px;
  height: 263px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.info_box .wht_bx {
  width: 80px;
  min-width: 80px;
  height: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 28px;
  border-radius: 12px;
  background: var(--brand-color);
  color: var(--brand-forecolor);
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.info_box .wht_bx a {
  color: inherit;
}
.company_info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -8px;
}
.company_info > .info_box {
  margin: 0 8px 10px;
  width: calc(50% - 16px);
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.info_box .info_txt {
  background: #fff;
  color: var(--text-color) !important;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: 8px;
  border-radius: 12px;
  padding: 12px 15px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}
.info_txt span {
  font-size: 14px;
  color: #6f747b;
  display: block;
  line-height: 14px;
  font-weight: 500;
}
.info_txt .info_label {
  font-size: 13px;
  color: #363d46;
  font-weight: 600;
  display: block;
  margin: 6px 0 0;
  line-height: 18px;
}
.info_txt .info_label a {
  color: inherit;
  word-break: break-word;
}
.info_section .cmpny_info > .flex-grow-1 {
  margin-left: 12px;
}
.info_box .fas.fa-phone {
  transform: rotate(90deg);
}
body .sumry_sec .total_box {
  padding-left: 13px;
}
.commision-paid {
  font-size: 20px;
  font-weight: bold;
  width: auto;
  height: 51px;
  min-width: 71px;
  background: none;
  text-shadow: 2px 3px 2px rgb(0 0 0 / 11%);
  padding: 0 10px;
}
.searchBox {
  width: 100%;
  max-width: 545px !important;
}
.searchBox input {
  background-image: url(/Content/images/search.png);
  background-position: 12px 15px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  padding: 12px 20px 12px 39px;
}
.searchBox input::placeholder {
  color: #a6a6a6 !important;
}
.ReferralPage #tblRoles td.achorr {
  min-width: 60px;
}
/*---- Referral page css end here ---*/
.icon-out li {
  position: relative;
}
.icon-out li i {
  position: absolute;
  left: 0;
  top: 12px;
}
.icon-out > li > a {
  padding-left: 40px !important;
}
.progress-text {
  vertical-align: middle;
}

.sidebar ul.dropdown-menu a {
  border: none;
}
.company_info .info_label a {
  color: var(--primary-color);
}
.Documents_page .bureaus_outer h3.sub_heading {
  margin: 15px 0 15px;
}
/*--- Referral page css end here ---*/
/*--- comission page css start here ---*/
.commision_btn {
  width: 100%;
  justify-content: flex-end;
  max-width: 400px;
  display: block;
}
/*--- Comission page css end here ---*/

.modal-content {
  border: none !important;
}

div#DivlstMessage {
  min-height: 410px;
}
.cmpny_info > .flex-shrink-0 {
  padding-bottom: 67px;
}
.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%;
}
.modal-footer .no_btn {
  order: 2;
}
.modal-footer .yes_btn {
  order: 1;
}
.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;
}
.rfrl_pge >.wht_bx:last-child {
    background: #fafafa;
}
.info_body .img-thumbnail {
	height: 150px;
	width: 150px;
	overflow: hidden;
	padding: 0;
	border-radius: 12px;
}

.info_body .img-thumbnail img {
  max-width: 135px;
  max-height: 135px;
}

.info_body .media-body {
  padding-left: 15px;
}
.infoBox label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 5px 0;
}
.rfrl_pge .flex_row_new {
  max-width: 800px;
  margin: 0 auto;
}
.rfrl_pge textarea#txtnotes {
  height: 130px;
  resize: none;
}
.rfrl_pge .media.media_box {
  background: #fff;
  color: inherit;
}
.rfrl_pge .media.media_box svg path {
  color: var(--text-color) !important;
  fill: #363d46 !important;
}
.rfrl_pge .media.media_box {
	background: #fff;
	color: var(--text-color) !important;
	border: 1px solid #e7dfdf !important;
}
.rfrl_pge .media.media_box h3.popup_heading {
  font-size: 26px;
  margin-bottom: 10px;
}
.rfrl_pge .media.media_box p {
  font-size: 15px;
}
.rfrl_pge {
  padding: 20px 0;
}

.rfrl_pge h3.cmpny_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-weight: 700;
}

.table tr td i {
  margin-right: 3px;
}

.no_wrap {
  white-space: nowrap !important ;
}
nav.sidebar ul.navbar-nav li a:focus {
  outline: none;
  box-shadow: none;
}

.round_boxes.lightred_bg {
  background: #fff !important;
  color: #eb1b23 !important;
  border: 1px solid rgb(217 71 71 / 15%) !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;
}

.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%);
}
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 (max-width: 1550px) {
  .score_txt b {
    font-size: 18px;
  }
  .pie_chart {
    height: 140px;
    width: 140px;
  }
  .score_box {
    padding: 30px 15px;
  }
  body {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .Documents_page ul.example li {
    padding: 12px 10px 12px 10px;
    min-width: 180px;
  }
}

@media (max-width: 1499px) {
  .cmpny_img {
    width: 315px;
    min-width: 315px;
    height: 263px;
  }
  .info_txt span {
    font-size: 13px;
    line-height: 14px;
  }
  .info_txt .info_label {
    font-size: 13px;
    margin: 6px 0 0;
    line-height: 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 (max-width: 1360px) {
  .cmony_info > div.row > .col-lg-6 {
    width: 100%;
  }
  main.main_cntnt {
    margin-left: 0;
  }
  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 10px 25px;
    padding-left: 10px !important;
  }
  nav.sidebar.hide ~ main.main_cntnt {
    padding-left: 10px !important;
  }
  .cmpny_info {
    margin-bottom: 25px;
  }
  .Documents_page {
    padding: 40px 0 22px !important;
  }

  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;
    margin-bottom: 25px;
  }
  .password_box {
    padding: 25px 15px 18px;
  }

  /*--- Login screen css media end here -----*/

  div#CompanyList.login_icon select {
    padding-left: 0 !important;
    text-indent: 40px;
  }
}

@media (max-width: 1199px) {
  .Documents_page ul.example li {
    margin-right: 15px;
  }
  .page_center {
    height: calC(100vh - 50px);
  }
  #loginbox {
    margin-top: 0 !important;
  }
  .grey_back_color {
    height: calC(100vh - 630px);
  }

  .rfrl_pge h3.cmpny_name {
    font-size: 19px;
  }

  .Documents_page ul {
    margin-bottom: 20px;
  }

  .totl_vlu {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .score_box {
    min-height: 210px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .info_txt .info_label {
    font-size: 13px;
    margin: 6px 0 0;
    line-height: 17px;
  }
  .info_txt span {
    font-size: 12px;
    line-height: 14px;
  }
  .info_box .info_txt {
    margin-left: 5px;
    padding: 12px 12px;
  }
  .company_info > .info_box {
    margin: 0 6px 10px;
    width: calc(50% - 12px);
  }
  .info_section .cmpny_info > .flex-grow-1 {
    margin-left: 10px;
  }
  .company_info {
    margin: 0 -6px;
  }
  .cmpny_img {
    width: 300px;
    min-width: 300px;
    height: 263px;
  }

  .pie_chart {
    height: 130px;
    width: 130px;
  }
  .chart_cntr .newtext {
    font-size: 15px;
  }
}
@@media (min-width:1024px) and (max-width:1366px) {
  .score_box {
    min-height: 210px;
  }
}

@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: 1025px) {
  .eduDetailsModal .modal-body {
    max-height: calc(100vh - 470px);
    overflow: auto;
  }
}

@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;
  }
  .referral_form .cstm_btn {
    padding: 8px 30px;
  }
  .company_info > .info_box {
    margin: 0 7px 10px;
    width: calc(100% - 14px);
  }
  .media_box .media-body {
    margin: 0 0 0 25px;
  }
  .media_box {
    padding: 30px 22px;
    margin: 0 0 22px;
  }
  .media_box h3 {
    font-size: 27px;
    margin: 0 0 8px;
  }
  .media_box p {
    font-size: 16px;
  }
  .info_section .cmpny_info {
    align-items: flex-start !important;
    margin: 0;
  }
  .info_section .sub_heading {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .popover {
    margin-left: -20px;
    margin-right: 10px;
  }
  .document_form {
    padding: 25px 15px;
  }

  .pie_chart {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Chart.position-relative {
    margin-bottom: 15px;
  }
  .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;
    width: 100%;
    flex: 0 auto;
  }
  .cr_bx .chart_value .total_box {
    width: calC(100% - 7px);
  }
  .score_box {
    padding: 10px 5px 25px;
  }
  .score_innrtxt {
    font-size: 12px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .commision_btn .col-sm-4.col-md-6.col-lg-4.col-md-12 {
    width: 80%;
  }
}

@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;
  }

  .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;
  }
  .bootbox-body,
  .bootbox-body p {
    font-size: 13px;
  }
  .modal-body .bootbox-body {
    padding: 0;
  }
  .sub_heading {
    font-size: 14px;
  }
  .Documents_page {
    padding: 0 0 22px !important;
  }
  .Documents_page ul.example li {
    margin-right: 2px;
    margin-right: 5px;
    padding-right: 10px !important;
    display: inline-flex;
  }
  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: 112px;
    height: 42px;
    font-size: 13px;
  }
  .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: 15px;
  }
  .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 15px 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;
  }

  .referral_form .cstm_btn {
    padding: 8px 30px;
    height: 50px;
  }
  .Commissions-box {
    display: block !important;
  }
  .commision_btn {
    display: block;
    width: 100%;
    margin-top: 7px;
    max-width: 100%;
  }
  .commision-paid {
    font-size: 16px;
    font-weight: bold;
    width: auto;
    height: 45px;
    min-width: 65px;
    background: none;
    padding: 0 8px 0 5px;
  }

  .Commissions-box .chart_value {
    margin: 0 0px;
  }
  .paid {
    margin-left: 0px !important;
  }
  .pending {
    margin-right: 0px !important;
  }
  .Commissions-box .chart_value .total_box {
    padding-left: 10px;
    width: calC(50% - 4px);
    margin: 0 4px 4px;
  }
  .ReferralPage .head_main {
    display: block !important;
  }
  .cmpny_img {
    width: 290px;
    min-width: 290px;
    height: 250px;
  }
  .info_txt .info_label {
    font-size: 13px;
    margin: 6px 0 0;
    line-height: 17px;
  }
  .info_box .info_txt {
    margin-left: 6px;
    padding: 12px 13px;
  }
  .media_box h3 {
    font-size: 24px;
    margin: 0 0 6px;
    line-height: 31px;
  }
  .media_box p {
    font-size: 15px;
  }
  /*-- Comission page media here ----*/
  .commision_btn {
    display: block;
    width: 100%;
    margin-top: 7px;
    max-width: 100%;
  }
  /*-- Referral page media here ----*/
  .hide-phone {
    display: none;
  }
  .progress-text {
    display: block;
    font-size: 0.75em;
    margin-top: 0.5em;
  }

  .ReferralPage .searchBox {
    margin: 5px 0 0;
  }
  /* 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;
  }

  .rfrl_pge .infoBox {
    text-align: left !important;
  }
  .rfrl_pge .infoBox label {
    font-size: 14px;
  }

  .rfrl_pge .media_box h3 {
    font-size: 21px !important;
  }

  .rfrl_pge .media_box p {
    line-height: normal;
  }

  .rfrl_pge .media_box svg {
    width: 95px;
    height: 80px;
    min-width: 95px;
  }
  .notes_box {
    margin-bottom: 15px;
  }
}

@media (max-width: 675px) {
  .info_section .cmpny_info {
    align-items: flex-start !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .info_section .cmpny_info > .flex-grow-1 {
    margin: 20px 0 0;
  }
}

@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 {
    width: 100%;
    height: 165px;
  }
  .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 {
    border-top: 1px solid #eee;
  }
  nav.sidebar {
    width: 100%;
    max-width: 100%;
  }
  ul.edu_list li {
    width: 100%;
  }
  .main_heading {
    font-size: 16px;
  }
  .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;
  }
  .cmpny_img {
    width: 290px;
    min-width: 290px;
    height: 250px;
    margin: 0 auto;
  }
  .info_section .sub_heading {
    margin: 0 0 13px;
    font-size: 18px;
  }
  .info_box .wht_bx {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 24px;
  }
  .info_box .info_txt {
    margin-left: 5px;
    padding: 10px 13px;
  }
  .info_txt .info_label {
    font-size: 13px;
    margin: 5px 0 0;
    line-height: 16px;
  }
  .cmpny_img {
    width: 100%;
    min-width: 290px;
  }
  .media_box {
    padding: 20px 13px;
    margin: 0 0 18px;
    flex-wrap: wrap;
  }
  .media_box .media-body {
    margin: 12px 0 0 0;
    text-align: center;
  }
  .media_box h3 {
    font-size: 20px;
    margin: 0 0 px;
    line-height: 24px;
  }
  .media_box p {
    font-size: 14px;
  }
  .referral_form textarea.form-control {
    height: 100px;
    resize: none;
  }
  .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;
  }
  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;
  }

  .info_body .media-body {
    text-align: center;
  }
  .rfrl_pge .infoBox {
    text-align: center !important;
  }
  .info_body .img-thumbnail {
    margin: 0 auto 20px;
  }
  .rfrl_pge .infoBox label {
    word-break: break-all;
  }
  .rfrl_pge .infoBox h3.cmpny_name {
    font-size: 17px;
  }
  .send_msg_box {
    max-width: 94%;
  }

  .Documents_page ul.example li {
    display: flex;
    width: 100%;
  }
}

@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;
  }
  .Commissions-box .chart_value .total_box {
    font-size: 13px;
    padding-left: 8px;
  }
  .commision-paid {
    font-size: 14px;
    padding: 0 6px 0 5px;
  }
}

@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 {
    box-shadow: 0 0 7px #0000001f;
  }
  .signup_header {
    box-shadow: 0 0 7px #0000001f;
  }
  .wlcm_txtrow {
    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;
  }
  .clearButton {
    box-shadow: 0 7px 12px #00000021;
  }
  .cmpny_img {
    box-shadow: 0 15px 20px #0000001a;
  }
  .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_value .total_box {
    box-shadow: 0 7px 12px #00000021;
  }
  .chart_valnumber {
    box-shadow: -4px 0 4px #00000005;
  }
  .sumry_sec .chart_valnumber {
    text-shadow: 2px 3px 2px #0000001c;
  }
  .cmpny_info > .flex-shrink-0 {
    box-shadow: 0 5px 12px #0000001f;
  }
  ul.dropdown-menu {
    box-shadow: 0 5px 12px #0000001f;
  }
  .grey_back_color {
    box-shadow: 0 5px 12px #0000001f;
  }
  a.lnk_bx {
    box-shadow: 0 7px 12px #00000021;
  }
  div#loginbox .wht_bx {
    box-shadow: 0 0px 62px #0000002e;
  }
  .popover {
    box-shadow: 0 5px 12px #0000001f;
  }
  .media_box {
    box-shadow: 0 3px 12px #0000001f;
  }
  .cmpny_img {
    box-shadow: 0 15px 20px #0000000f;
  }
  .info_box .wht_bx {
    box-shadow: 0 15px 20px #0000000f;
  }
  .info_box .info_txt {
    box-shadow: 0 15px 20px #0000000f;
  }
  .commision-paid {
    text-shadow: 2px 3px 2px #0000001c;
  }
  nav.sidebar {
    box-shadow: 0 5px 12px #0000001f !important;
  }
  .headerDropdown .dropdown-toggle:hover ~ .dropdown-menu {
    display: block;
    right: 0 !important;
    margin-top: 2px !important;
  }
  .brndclr_btn {
    box-shadow: 0 1px 4px #0000001a !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 {
    box-shadow: 0 0 7px #0000001f;
  }
  .signup_header {
    box-shadow: 0 0 7px #0000001f;
  }
  .wlcm_txtrow {
    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;
  }
  .clearButton {
    box-shadow: 0 7px 12px #00000021;
  }
  .cmpny_img {
    box-shadow: 0 15px 20px #0000001a;
  }
  .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_value .total_box {
    box-shadow: 0 7px 12px #00000021;
  }
  .chart_valnumber {
    box-shadow: -4px 0 4px #00000005;
  }
  .sumry_sec .chart_valnumber {
    text-shadow: 2px 3px 2px #0000001c;
  }
  .cmpny_info > .flex-shrink-0 {
    box-shadow: 0 5px 12px #0000001f;
  }
  ul.dropdown-menu {
    box-shadow: 0 5px 12px #0000001f;
  }
  .grey_back_color {
    box-shadow: 0 5px 12px #0000001f;
  }
  a.lnk_bx {
    box-shadow: 0 7px 12px #00000021;
  }
  div#loginbox .wht_bx {
    box-shadow: 0 0px 62px #0000002e;
  }
  .popover {
    box-shadow: 0 5px 12px #0000001f;
  }
  .media_box {
    box-shadow: 0 3px 12px #0000001f;
  }
  .cmpny_img {
    box-shadow: 0 15px 20px #0000000f;
  }
  .info_box .wht_bx {
    box-shadow: 0 15px 20px #0000000f;
  }
  .info_box .info_txt {
    box-shadow: 0 15px 20px #0000000f;
  }
  .commision-paid {
    text-shadow: 2px 3px 2px #0000001c;
  }
  nav.sidebar {
    box-shadow: 0 5px 12px #0000001f !important;
  }
  .brndclr_btn {
    box-shadow: 0 1px 4px #0000001a !important
  }
}

/* Safari 11+ */
@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 {
      box-shadow: 0 0 7px #0000001f;
    }
    .signup_header {
      box-shadow: 0 0 7px #0000001f;
    }
    .wlcm_txtrow {
      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;
    }
    .clearButton {
      box-shadow: 0 7px 12px #00000021;
    }
    .cmpny_img {
      box-shadow: 0 15px 20px #0000001a;
    }
    .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_value .total_box {
      box-shadow: 0 7px 12px #00000021;
    }
    .chart_valnumber {
      box-shadow: -4px 0 4px #00000005;
    }
    .sumry_sec .chart_valnumber {
      text-shadow: 2px 3px 2px #0000001c;
    }
    .cmpny_info > .flex-shrink-0 {
      box-shadow: 0 5px 12px #0000001f;
    }
    ul.dropdown-menu {
      box-shadow: 0 5px 12px #0000001f;
    }
    .grey_back_color {
      box-shadow: 0 5px 12px #0000001f;
    }
    a.lnk_bx {
      box-shadow: 0 7px 12px #00000021;
    }
    div#loginbox .wht_bx {
      box-shadow: 0 0px 62px #0000002e;
    }
    .popover {
      box-shadow: 0 5px 12px #0000001f;
    }
    .media_box {
      box-shadow: 0 3px 12px #0000001f;
    }
    .cmpny_img {
      box-shadow: 0 15px 20px #0000000f;
    }
    .info_box .wht_bx {
      box-shadow: 0 15px 20px #0000000f;
    }
    .info_box .info_txt {
      box-shadow: 0 15px 20px #0000000f;
    }
    .commision-paid {
      text-shadow: 2px 3px 2px #0000001c;
    }
    .brndclr_btn {
      box-shadow: 0 1px 4px #0000001a !important
    }
  }
}

/* Safari 10.1 */
@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 {
      box-shadow: 0 0 7px #0000001f;
    }
    .signup_header {
      box-shadow: 0 0 7px #0000001f;
    }
    .wlcm_txtrow {
      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;
    }
    .clearButton {
      box-shadow: 0 7px 12px #00000021;
    }
    .cmpny_img {
      box-shadow: 0 15px 20px #0000001a;
    }
    .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_value .total_box {
      box-shadow: 0 7px 12px #00000021;
    }
    .chart_valnumber {
      box-shadow: -4px 0 4px #00000005;
    }
    .sumry_sec .chart_valnumber {
      text-shadow: 2px 3px 2px #0000001c;
    }
    .cmpny_info > .flex-shrink-0 {
      box-shadow: 0 5px 12px #0000001f;
    }
    ul.dropdown-menu {
      box-shadow: 0 5px 12px #0000001f;
    }
    .grey_back_color {
      box-shadow: 0 5px 12px #0000001f;
    }
    a.lnk_bx {
      box-shadow: 0 7px 12px #00000021;
    }
    div#loginbox .wht_bx {
      box-shadow: 0 0px 62px #0000002e;
    }
    .popover {
      box-shadow: 0 5px 12px #0000001f;
    }
    .media_box {
      box-shadow: 0 3px 12px #0000001f;
    }
    .cmpny_img {
      box-shadow: 0 15px 20px #0000000f;
    }
    .info_box .wht_bx {
      box-shadow: 0 15px 20px #0000000f;
    }
    .info_box .info_txt {
      box-shadow: 0 15px 20px #0000000f;
    }
    .commision-paid {
      text-shadow: 2px 3px 2px #0000001c;
    }
    .brndclr_btn {
      box-shadow: 0 1px 4px #0000001a !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 {
      box-shadow: 0 0 7px #0000001f;
    }
    .signup_header {
      box-shadow: 0 0 7px #0000001f;
    }
    .wlcm_txtrow {
      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;
    }
    .clearButton {
      box-shadow: 0 7px 12px #00000021;
    }
    .cmpny_img {
      box-shadow: 0 15px 20px #0000001a;
    }
    .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_value .total_box {
      box-shadow: 0 7px 12px #00000021;
    }
    .chart_valnumber {
      box-shadow: -4px 0 4px #00000005;
    }
    .sumry_sec .chart_valnumber {
      text-shadow: 2px 3px 2px #0000001c;
    }
    .cmpny_info > .flex-shrink-0 {
      box-shadow: 0 5px 12px #0000001f;
    }
    ul.dropdown-menu {
      box-shadow: 0 5px 12px #0000001f;
    }
    .grey_back_color {
      box-shadow: 0 5px 12px #0000001f;
    }
    a.lnk_bx {
      box-shadow: 0 7px 12px #00000021;
    }
    div#loginbox .wht_bx {
      box-shadow: 0 0px 62px #0000002e;
    }
    .popover {
      box-shadow: 0 5px 12px #0000001f;
    }
    .media_box {
      box-shadow: 0 3px 12px #0000001f;
    }
    .cmpny_img {
      box-shadow: 0 15px 20px #0000000f;
    }
    .info_box .wht_bx {
      box-shadow: 0 15px 20px #0000000f;
    }
    .info_box .info_txt {
      box-shadow: 0 15px 20px #0000000f;
    }
    .commision-paid {
      text-shadow: 2px 3px 2px #0000001c;
    }
    .brndclr_btn {
      box-shadow: 0 1px 4px #0000001a !important
    }
  }
}
