.set-align {
  float: right;
  margin-top: 4px;
}

.inner-triangle {
  border-left: 20px solid transparent;
  border-right: 20px solid green;
  border-bottom: 20px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 0px;
  z-index: 2;
}

.navbar .navbar-brand {
  font-size: 18px;
  font-weight: bold;
}
.navbar p {
  font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #010101;
}
.navbar .card-clndr {
  border-radius: 21px;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  align-items: center;
  display: flex;
}
.navbar .ico {
  background: #f1f1f1;
    width: 37px;
    height: 34px;
    float: right;
    text-align: center;
    align-items: center;
    display: grid;
    margin: 0 0 0 10px;
    color: #010101;
}
.top-logo{
  width: 160px;
  margin-right: 75px;

}

.card-my-head {
  background: linear-gradient(60deg, #d82127, #d82127) !important;
  /* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(196, 23, 29) !important; */
  box-shadow: 0 1px 20px 1px rgba(208, 201, 243, .5) !important;
}

#table1 thead th {
  border: #d0d0d0 1px solid !important;
  font-size: 13px;
}

#table1 tbody td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

#stopstable thead th {
  border: #d0d0d0 1px solid !important;
  font-size: 13px;
}

#stopstable tbody td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.titles{
  font-weight: 600;
  color: #292929;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.body-title{
  font-weight: 600;
  color: #292929;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.card-clndr{
  background: #fff;
  cursor: pointer;
  padding: 3px 10px;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  width: 100%;
}
.clnder-text{
  color: #010101;
    font-size: 12px;
    font-weight: 600;
}
.card-text{
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 19px;
}
.crd-amount{
  font-weight: 700;
  display: block;
}
.bg-light-green{
  background: #ebf4e8;
}
.bg-light-red{
  background: #fdebec;
}
.shadow-none {
  box-shadow: none!important;
}
.btm-cards .card{
  box-shadow: none;
  border: 1px solid #ccc;
}
.bg1 th{
  background: #eaf1f6!important;
  font-weight: 600!important;
}
.bg2 th{
  background: #fdebec!important;
  font-weight: 500!important;
}
.t-profile{
  background: #f1f1f1;
    padding: 0;
    display: flex;
    border-radius: 30px;
}
.t-profile span{
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin: 0 7px 0 15px;
  height: 39px;
  display: flex;
  align-items: center;
  color: #010101;
}
.user{
  width: 39px;
  height: 39px;
  overflow: hidden;
  border-radius: 50%;
}
.user img{
  width: 100%;
}
.cl-icon{
  color: #010101;
  font-size: 12px;
  font-weight: 600!important;
}
.text-bg{
  color: #010101;
  font-size: 12px;
  font-weight: 500!important;
  margin: 0;
  line-height: 19px;
}
.bg-light-green i{
  color: green;
}
.bg-light-red i{
  color: red;
}
.liner{
  width: 100%;
  height: 1px;
  border-top: 1px solid #cfcfcf;
  display: block;
  margin: 3px 0;
}

