@charset "utf-8";

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(fonts/open-sans-normal.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(fonts/open-sans-bold.woff) format("woff");
}

html,
body {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: none;
}
a,
img,
a:focus,
img:focus {
  outline: none;
  border: none;
}
.posRel {
  position: relative;
}

.clr {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
}
.down {
  clear: both;
  width: 100%;
  display: block;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.col2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.col3 {
  width: 33%;
  float: left;
  box-sizing: border-box;
}
.col4 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.col5 {
  width: 20%;
  float: left;
  box-sizing: border-box;
}
.col6 {
  width: 16.6%;
  float: left;
  box-sizing: border-box;
}

.colP10 {
  width: 10%;
  float: left;
  box-sizing: border-box;
}
.colP20 {
  width: 20%;
  float: left;
  box-sizing: border-box;
}
.colP25 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.colP30 {
  width: 30%;
  float: left;
  box-sizing: border-box;
}

.colP90 {
  width: 90%;
  float: left;
  box-sizing: border-box;
}
.colP80 {
  width: 80%;
  float: left;
  box-sizing: border-box;
}
.colP75 {
  width: 75%;
  float: left;
  box-sizing: border-box;
}
.colP70 {
  width: 70%;
  float: left;
  box-sizing: border-box;
}

.LR-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.LR-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.LR-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.LR-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.bold {
  font-weight: bold;
}
.uc {
  text-transform: uppercase;
}

.mtb0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}

.mL5 {
  margin-left: 5px !important;
}
.mL10 {
  margin-left: 10px !important;
}
.mL15 {
  margin-left: 15px !important;
}
.mL20 {
  margin-left: 20px !important;
}

.pd5 {
  padding: 5px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd20 {
  padding: 20px !important;
}

.pdL5 {
  padding-left: 5px !important;
}
.pdL10 {
  padding-left: 10px !important;
}
.pdL15 {
  padding-left: 15px !important;
}
.pdL20 {
  padding-left: 20px !important;
}

.pdR5 {
  padding-right: 5px !important;
}
.pdR10 {
  padding-right: 10px !important;
}
.pdR15 {
  padding-right: 15px !important;
}
.pdR20 {
  padding-right: 20px !important;
}

.pdT5 {
  padding-top: 5px !important;
}
.pdT10 {
  padding-top: 10px !important;
}
.pdT15 {
  padding-top: 15px !important;
}
.pdT20 {
  padding-top: 20px !important;
}
.pdT25 {
  padding-top: 25px !important;
}
.pdT30 {
  padding-top: 30px !important;
}
.pdT40 {
  padding-top: 40px !important;
}

.pdB5 {
  padding-bottom: 5px !important;
}
.pdB10 {
  padding-bottom: 10px !important;
}
.pdB15 {
  padding-bottom: 15px !important;
}
.pdB20 {
  padding-bottom: 20px !important;
}
.pdB25 {
  padding-bottom: 25px !important;
}
.pdB30 {
  padding-bottom: 30px !important;
}
.pdB40 {
  padding-bottom: 40px !important;
}

.err {
  color: #b94a48;
}
.errBdr {
  border-color: #b94a48;
}
.el-hide {
  display: none;
}

/** Colors **/
.black {
  color: #000;
}
.green {
  color: #679b08;
}
.red {
  color: #f3565d;
}
.grey {
  color: #757575;
}
.lightGrey {
  color: #999;
}

.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.d-inline-block {
  display: inline-block !important;
}
.login_wrapper .text-danger {
  color: #e26967;
}
.label.label-heading {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0;
  float: right;
}
ul.messages.slim_scroll {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}
ul.messages.slim_scroll.small {
  max-height: 250px;
}

.slim_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fdfdfd;
}

.slim_scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #fdfdfd;
}

.slim_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #ddd;
}

.icheckbox_flat-green.checked.disabled {
  background-position: -22px 0 !important;
}
.mess_box {
  position: relative;
}
.mess_box .new_mess {
  position: absolute;
  top: -35px;
  width: 100%;
  text-align: center;
}
.new_mess button {
  display: none;
}
ul.messages.sm li {
  padding: 8px;
  background: #f9f9f9;
}
ul.messages.sm li .message_wrapper {
  margin: 0;
}

ul.msg_list li {
  padding: 5px 5px 12px !important;
}
ul.msg_list li a .time {
  right: 10px !important;
  bottom: 2px !important;
}
ul.msg_list li a .namvtar {
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 2px 0;
}
ul.msg_list li a .namvtar:before {
  content: attr(title);
  font-size: 18px;
  color: #fff;
}
.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.ctooltip {
  position: relative;
  display: inline-block;
}
.ctooltip .ctooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #2a3f54;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -50px;
  font: 12px arial, sans-serif;
}

.ctooltip .ctooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2a3f54 transparent;
}

.ctooltip:hover .ctooltiptext {
  visibility: visible;
}

.service-card {
  background: #fff;
  box-shadow: 0px 0px 4px 0px #d5d5d5;
  margin-bottom: 8px;
  border: 1px solid #6944ff;
  transition: all linear 0.1s;
}
.service-card .service-name {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  padding: 4px 8px 0;
  background: #6944ff;
}
.service-card .sku-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  padding: 0 8px;
}
.service-card .service-price {
  color: #cd7a48;
  font-weight: 600;
  border-bottom: 1px solid #26b99a;
  padding-bottom: 4px;
}
.service-card ul {
  padding: 2px 0px 4px 8px;
  margin-bottom: 0;
  list-style: none;
}
.service-card ul li {
  color: #424242;
  font-size: 12px;
  margin-bottom: 2px;
}
.service-card .product-heading {
  font-weight: 700;
  color: #393c45;
  font-size: 12px;
  padding: 0 8px;
}
.service-card .inf-title {
  font-weight: 700;

  color: darkorange;
}
.service-card .inf-txt {
  font-weight: 600;
  color: #324e63;
  margin-right: 8px;
}
.service-card .price-qty-list {
  display: flex;
  border-top: 1px solid #6944ff;
  padding: 4px;
  font-size: 12px;
}
.service-card .inf-item {
  /* padding: 10px 35px; */
  min-width: 150px;
  display: flex;
  justify-content: center;
  width: 50%;
}
.service-card .writer-status-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.service-card .writer-status-row .writer-name,
.service-card .writer-status-row .status-name {
  padding: 0 8px;
}
.service-card .writer-status-row .title {
  color: #424242;
  font-weight: 600;
  margin-right: 4px;
}
.service-card .writer-status-row .writer-name .info {
  color: darkorange;
  font-weight: 600;
}
.service-card .writer-status-row .status-name .info {
  background: #6944ff;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.service-card:hover {
  box-shadow: 0px 0px 10px #886ff1;
  transform: translateY(-2px);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e9ed;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.service-total-price {
  font-weight: 700;
  padding: 4px;
  border: 1px solid darkorange;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 700;
}

/*workflow list card*/
.workflow-card {
  box-shadow: 0px 2px 8px 0px #d5d5d5;
  display: flex;
  border: 1px solid #808080;
  margin-bottom: 15px;
}
.workflow-card .writer-name {
  width: 18%;
  padding: 4px;
  text-align: center;
  font-size: 15px;
  background: #a94442;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-right: 1px solid #424242;
  flex-wrap: wrap;
}
.workflow-card .writer-name span {
  width: 100%;
  color: #f1f1f1;
  text-transform: capitalize;
  font-size: 14px;
}
.workflow-card .writer-document-status-list {
  width: 52%;
  border-right: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
}
.writer-document-status {
  width: 20%;
  text-align: center;
  padding: 4px;
  border-right: 1px solid #424242;
  background: #f1f1f1;
  position: relative;
}
.writer-document-status span {
  display: block;
  cursor: pointer;
}
.writer-document-status .status-title {
  color: limegreen;
  font-size: 13px;
  font-weight: 600;
}
.writer-document-status .status-text {
  color: darkorange;
  font-size: 16px;
  font-weight: 600;
}
.writer-status-list {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
.writer-status {
  width: 33%;
  text-align: center;
  padding: 4px;
  background: #f1f1f1;
}
.writer-status span {
  display: block;
}
.writer-status .status-title {
  font-size: 12px;
  font-weight: 600;
}
.writer-status .status-text {
  font-size: 16px;
  font-weight: 600;
}
.status-heading {
  width: 100%;
  text-align: center;

  color: #fff;
}

/*hover box css*/
.arrow {
  position: absolute;
  content: "";
  margin-left: 10px;
  border-right: 10px solid #424242;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  top: calc(50% - 10px);
  right: 0;
}
.arrow.left {
  position: absolute;
  content: "";
  margin-right: 10px;
  border-left: 10px solid #424242;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  top: calc(50% - 10px);
  left: 0;
  right: unset;
}
.drop {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  width: 450px;
  height: auto;
  border-radius: 0px;
  box-shadow: 0px 0px 0px black;
  display: none;
  padding: 10px 8px;
  left: 0;
  top: 0;
  overflow: auto;
  max-height: 250px;
  cursor: default;
}
.right_side_drop {
  transform: translatey(-50%);
}
.left_side_drop {
  left: unset;
  right: 0;
  transform: translatey(-50%);
}
.tooltip-content {
  width: 0px;
  height: 0px;
}
.tooltip-content .project {
  margin-bottom: 8px;
  border: 1px solid darkred;
}
.tooltip-content .project-list {
  width: calc(100% - 158px);
}
.tooltip-content .project-name {
  background: darkred;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
  margin-bottom: 0;
}
.tooltip-content .document-list {
  padding: 4px 8px;
}
.tooltip-content .document-name {
  font-size: 12px;
  color: green;
  margin-bottom: 2px;
}

/*End Notification Info-Box outer frame*/
/*On-Hover Animation*/
@media (min-width: 1200px) {
  .writer-document-status:hover .arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 10px solid #424242;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* margin-top: 10px; */
    margin-left: 10px;
    z-index: 2;
    transform: scale(1);
  }
  .writer-document-status:hover .drop {
    position: absolute;
    background: white;
    width: 450px;
    height: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 10px black;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    /* margin-left: -40px; */
    /* min-height: 60px; */
  }
  .loader-icon {
    height: 30px;
    width: 100%;
  }
  .writer-document-status:hover .tooltip-content {
    height: auto;
    text-align: left;
    width: 100%;
    display: flex;
  }
  .dash-top-tile:hover {
    z-index: 9;
    cursor: pointer;
  }

  .dash-top-tile:hover .arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 10px solid #424242;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 10px;
    z-index: 2;
    transform: scale(1);
  }
  .dash-top-tile:hover .arrow.left {
    position: absolute;
    width: 0px;
    height: 0px;
    border: 0;
    border-left: 10px solid #424242;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 10px;
    margin-left: 0;
    z-index: 2;
    transform: scale(1);
  }
  .dash-top-tile:hover .drop {
    position: absolute;
    background: white;
    width: 450px;
    height: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 10px black;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
  }
  .dash-top-tile:hover .drop.left_side_drop {
    margin-right: 10px;
  }
  .dash-top-tile:hover .tooltip-content {
    height: auto;
    text-align: left;
    width: 100%;
    display: flex;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.doc-count {
  width: 150px;
  margin-right: 8px;
}
.doc-count-heading {
  padding: 2px 4px;
  background: #424242;
  color: #fff;
  font-size: 12px;
}
.doc-count ul {
  list-style: none;
  padding-left: 0;
  padding: 2px 4px;
  height: calc(100% - 31px);
  border: 1px solid #424242;
}
.doc-count ul li {
  display: flex;
  justify-content: space-between;
  color: #424242;
  font-size: 12px;
  margin-bottom: 4px;
}
.doc-count ul li span {
  background: #eea236;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

/*financial and payment detail ui css*/
.payment-details .heading {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
  border-bottom: 2px solid #337ab7;
  /* background: #6944ff; */
  color: #337ab7;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.project-detail {
  box-shadow: 0px 0px 4px 1px #f1f1f1;
  border: 1px solid #c5c5c5;
  margin-bottom: 16px;
}
.project-detail .project-heading {
  margin: 0;
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  background: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
  align-items: center;
}
.project-detail .project-heading h4 {
  margin: 0;
  /* border-bottom: 1px solid; */
  color: darkorange;
  font-weight: 600;
  font-size: 15px;
}

.payment-details .project-status .status-title {
  color: #424242;
  font-weight: bold;
  font-size: 13px;
}
.payment-details .document-list {
  /* border: 1px solid #bfbfbf; */
  padding: 8px 16px;
}
.payment-details .document-list .document {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #a5a5a5;
  align-items: center;
}
.payment-details .document-list .document h4 {
  margin: 0;
  font-weight: bold;
  color: cadetblue;
  font-size: 13px;
}
.payment-details .doc-status .status-title {
  color: #424242;
  font-weight: bold;
  font-size: 13px;
}
.payment-details .payment-info {
  padding: 4px 16px;
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  border-top: 1px solid #d5d5d5;
  margin-top: 15px;
}
.payment-details .payment-info .pay-amt {
  width: 33%;
  text-align: center;
  border-right: 1px solid #d5d5d5;
}
.payment-details .payment-info .project-price {
  width: 33%;
  text-align: center;
  border-right: 1px solid #d5d5d5;
}
.payment-details .payment-info .sold-price {
  width: 33%;
  text-align: center;
}
.payment-details .payment-info .info-title {
  color: #424242;
  font-weight: 600;
  font-size: 13px;
}
.payment-details .payment-info .info-txt {
  color: darkorange;
  font-weight: 600;
}
.payment-details .document-details {
  padding: 8px 8px;
}
.payment-details .document-details h4 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: cadetblue;
  font-size: 13px;
}
.total-billed-amt {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.total-billed-amt .info-title {
  font-weight: 600;
  color: #424242;
}
.total-billed-amt .info-txt {
  font-weight: 600;
  color: #ff5722;
}
.change-doc-status {
  margin-top: 20px;
}
.change-doc-status .doc-heading {
  margin: 0;
  padding: 12px 0;
  /* text-decoration: underline; */
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 8px;
}

.w-100 {
  width: 100%;
}
.p-3 {
  padding: 16px !important;
}
.project-status-table th,
.project-status-table td {
  padding: 4px;
}
.project-status-table th {
  color: burlywood;
}
.project-status-table td .view-order {
  cursor: pointer;
  padding: 2px 8px;
  border: 1px solid #fff;
  font-family: "Sansation" !important;
  font-size: 12px;
}
.project-status-table td .view-order .fa-info {
  font-size: 12px;
  margin-right: 4px;
}

.projects-payment-card-list {
  margin: 20px 0 15px 0 !important;
  box-shadow: 0px 0px 10px #d5d5d5;
  padding: 16px 4px;
}
.projects-payment-card-list .projects-payment-card-col:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}
/* .projects-payment-card-col {
} */
.projects-payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-payment-card .info {
  text-align: center;
}
.projects-payment-card .info .title {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.projects-payment-card .info .value {
  display: block;
  color: darkorange;
  font-size: 20px;
  font-weight: 600;
}

/* table-total-amt-row */
.table-total-amt-row {
  background: #e2e2e2;
}
.table-total-amt-row td {
  color: #424242;
  font-weight: bold;
}
/* clear filter link */
.clear-filter-link {
  display: inline-block;
  font-size: 14px;
  color: #ffc107;
  text-decoration: underline;
  cursor: pointer;
}

/*consultation card css*/
.consultaion-call-card {
  margin-top: 5px;
  background: #e1e3e4;
  border-radius: 3px;
  position: relative;
  padding: 10px;
}
.consultaion-call-card h4 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #b7b7b7;
}
/* .consultaion-call-card .content {
} */
.consultaion-call-card .content .icon-img-div {
  text-align: center;
  font-size: 40px;
  display: flex;
  width: 70px;
  margin: 20px auto 10px auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #2a3f54;
  border-radius: 50%;
  color: #fff;
}
.call-completed-status {
  color: #337ab7;
  font-weight: bold;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
}

/*document-price-detail*/
.document-price-detail {
  margin: 0 0 10px 0 !important;
  display: flex;
}
.document-price-detail .info {
  font-weight: bold;
  width: 250px;
}
/* .document-price-detail .info .title {
} */
.document-price-detail .info .value {
  color: darkorange;
}

/*document payment action button css*/
.document-payt-buttons {
  display: flex;
  justify-content: flex-end;
}
