body {
  font-family: "Poppins-Regular";
}
.content {
  min-height: 525px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
  display: none;
}
.otpc-logo-wd {
  width: 36px;
}
.main-header .sidebar-toggle {
  padding: 0 20px;
}
.skin-blue .sidebar-form {
  border-radius: unset;
  border: unset;
  margin: unset;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #fff;
}
.skin-blue .main-header .logo {
  background-color: #ffffff;
  color: #fff;
  border-bottom: 0 solid transparent;
}
.skin-blue .main-header .logo:hover {
  background-color: #fff;
}
.sidebar-mini.sidebar-collapse .sidebar-form {
  display: block !important;
}
.skin-blue .main-header .navbar {
  background-color: #fff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: unset;
}
.side-menu-box {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.16);
}
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0px;
  min-height: 100%;
  width: 230px;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.main-header .logo .logo-lg {
  display: block;
  /* text-align: left; */
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-radius: 20px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-radius: 20px;
}
.skin-blue .sidebar-form input[type="text"]:focus{
  background-color: #f7f6f4  !important ;
}
.skin-blue .main-header li.user-header {
  background-color: #fff3eb;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{
  color: rgb(6 6 6 / 80%);
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #f7f6f4 ;
  border: 1px solid transparent;
  height: 35px;
  width: 197px;
  padding-left: 36px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #5a607f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.serach-icon-pos {
  position: absolute;
  left: 12px;
  top: 8px;
  z-index: 9;
}
.top-header-icon {
  width: 40px;
  height: 40px;
  background: #f7f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.noti-circle-label {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fa650a;
  top: -4px;
  right: -2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
}
.skin-blue .main-header .navbar .nav > li > a:hover {
  background: rgb(0 0 0 / 0%);
  color: #f6f6f6;
}
.top-header-icon:hover {
  -moz-box-shadow: 0px 10px 10px -9px black;
  -webkit-box-shadow: 0px 10px 10px -9px black;
  box-shadow: 0px 10px 10px -9px black;
  transition: 0.3s;
}
.navbar-nav > li > a {
  padding: 0px 15px;
}
.min-hgt-inherit {
  min-height: inherit;
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-prof-text {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #8a8d94;
  padding-right: 10px;
}
.main-header > .navbar {
  min-height: 60px;
}
.main-header .logo {
  height: 60px;
}
.skin-blue .main-header .navbar .nav .open > a {
  background: rgb(0 0 0 / 0%) !important;
  color: #f6f6f6;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  border-right-color: #fe6809;
  background: #fff3eb;
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fe6809;
  border-left-color: unset;
}
.skin-blue .sidebar-menu > li > a {
  border-right: 3px solid transparent;
  border-left: unset;
}
li.active a .side-menu-icons g path {
  fill: #fe6809;
}
.side-menu-icons g path {
  fill: #7e84a3;
}
.skin-blue .content-header {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-header {
  position: relative;
  padding: 10px 15px 0px 15px;
}
.content-wrapper,
.right-side {
  background-color: #f7f6f4;
  padding-left: 15px;
}
.content-header > h1 {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 20px;
  text-align: left;
  color: #131523;
}
.content-header > .breadcrumb {
  float: unset;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: unset;
  position: unset;
  top: unset;
  right: unset;
  border-radius: unset;
  display: flex;
  align-items: center;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 60px;
}
.sidebar-menu li a span {
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
}
.box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
  border-top: unset;
}
.box-body {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  padding: 10px 12px;
}
/******* Theme Template *******/

.page-title {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 26px;
  text-align: left;
  color: #131523;
}
.content-header > .breadcrumb > li + li:before {
  content: "/";
  font-family: "Poppins-Regular";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
}
.content-header > .breadcrumb > li > a {
  text-decoration: none;
  display: inline-block;
  font-family: "Poppins-Regular";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
}
.breadcrumb > .active {
  text-decoration: none;
  display: inline-block;
  font-family: "Poppins-Regular";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fa6509;
}
.box-title {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
  margin-top: 0px;
  margin-bottom: 15px;
}

/***** Table Elements ****/
table.table-bordered th:last-child, table.table-bordered td:last-child {
  border-right-width: 1px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
}
.table thead tr th {
  border-bottom: 2px solid #a7a7a7;
  padding: 4px 6px;
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.07em;
  color: #131523;
}
.table tbody tr td {
  padding: 4px 6px;
  background: transparent;
  border-bottom: 1px solid #eaeaea;
  font-family: "Poppins-Regular";
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  vertical-align: middle;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
  text-align: center;
}
.table-responsive > .table-bordered {
  border: 1px solid #a7a7a7;
}
.table-bordered tbody tr td {
  border: 1px solid #a7a7a7;
}
.table-bordered thead tr th {
  border: 1px solid #a7a7a7 !important;
  background: #fff3eb !important;
  vertical-align: middle;
  text-align: center;
}
.table tbody tr:nth-child(even) {
  background-color: #f7f6f4;
}
.table tbody tr:hover:nth-child(even),
.table tbody tr:hover:nth-child(odd) {
  background-color: #eee;
}
.table-hgt {
  /* height: calc(340px - 5px); */
  height: calc(420px - 5px);
  overflow-y: scroll;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 35%);
  /* padding: 5px; */ /* comment by saurabh */
  padding: 5px; 
}
.data-tbl-show-text {
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
  margin-bottom: 0px;
}
.data-tbl-select-sm {
  border-radius: 12px;
  width: 50px;
  height: 26px;
  background: #f7f6f4;
  border: 1px solid #f7f6f4;
  padding-left: 10px;
}
.position-relative {
  position: relative;
}
.data-tbl-search-box {
  width: 120px;
  height: 26px;
  border-radius: 12px;
  background: #f7f6f4;
  border: 1px solid #7e84a3;
  padding-left: 30px;
}
.data-tbl-searc-icon {
  position: absolute;
  left: 10px;
}
.table-pagination {
  margin-top: 20px;
}
.pagination-text {
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #7e84a3;
}
.pagination {
  margin: 0;
  border-radius: 15.5px;
  background: #f7f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border: unset;
  background: unset;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  margin-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border: unset;
  background: unset;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 0px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  background-color: #fff3eb;
  border-color: #fff3eb;
  color: #000;
}
.pagination .active a {
  width: 24px;
  height: 24px;
  background: #fe6809;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  border: #fe6809;
  margin-left: 2px;
  margin-right: 2px;
}
.pagination li a {
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #7e84a3;
  background: unset;
  border: unset;
  margin-left: 2px;
  margin-right: 2px;
}
.btn:focus{
color: #fff !important;
}
.btn-blue {
  width: auto;
  height: 30px;
  background: #2b79fc;
  border: 1px solid #2b79fc;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.btn-green {
  width: auto;
  height: 30px;
  background: #29cb97;
  border: 1px solid #29cb97;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.btn-red {
  width: auto;
  height: 30px;
  background: #fb3838;
  border: 1px solid #fb3838;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.btn-orange {
  width: auto;
  height: 30px;
  background: #fe6809;
  border: 1px solid #fe6809;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.btn-yellow {
  width: auto;
  height: 30px;
  background: #fde8ad;
  border: 1px solid #fde8ad;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.hover,
.btn-blue:active:focus,
.btn-primary.focus,
.btn-primary:focus {
  background: #70a5fe;
  border: 1px solid #2b79fc;
  outline: unset;
  color: #fff;
}
.btn-green:hover,
.btn-green:active,
.btn-green.hover,
.btn-green:active:focus,
.btn-green.focus,
.btn-green:focus {
  background: #49dcad;
  border: 1px solid #29cb97;
  outline: unset;
  color: #fff;
}
.btn-red:hover,
.btn-red:active,
.btn-red.hover,
.btn-red:active:focus,
.btn-red.focus,
.btn-red:focus {
  background: #ff6464;
  border: 1px solid #fb3838;
  outline: unset;
  color: #fff;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.hover,
.btn-orange:active:focus,
.btn-orange.focus,
.btn-orange:focus {
  background: #ff7e2c;
  border: 1px solid #fe6809;
  outline: unset;
  color: #fff;
}
.button-rounded {
  border-radius: 15px;
}
.btn {
  margin-bottom: 10px;
  outline: unset;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline-offset: unset;
  outline: unset;
}
.btn-outline-blue {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #2b79fc;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #2b79fc;
}
.btn-outline-gray {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #c4c1c1;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
}
.btn-outline-green {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #47d2a6;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #29cb97;
}
.btn-outline-red {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #fb3838;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fb3838;
}
.btn-outline-orange {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #fe6809;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fe6809;
}
.btn-outline-blue:hover {
  background: #2b79fc;
  border: 1px solid #2b79fc;
  color: #fff;
}
.btn-outline-green:hover {
  background: #29cb97;
  border: 1px solid #29cb97;
  color: #fff;
}
.btn-outline-red:hover {
  background: #fb3838;
  border: 1px solid #fb3838;
  color: #fff;
}
.btn-outline-orange:hover {
  background: #fe6809;
  border: 1px solid #fe6809;
  color: #fff;
}
.btn-soft-blue {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: #cde3ff;
  border: 1px solid #2b79fc;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #2b79fc;
}
.btn-soft-green {
  width: 115px;
  height: 30px;
  border-radius: 15px;
  background: #daf7f0;
  border: 1px solid #47d2a6;
  font-family: Poppins;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #29cb97;
}
.btn-soft-red {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: #fcd5d5;
  border: 1px solid #fb3838;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fb3838;
}
.btn-soft-orange {
  width: auto;
  height: 30px;
  border-radius: 15px;
  background: #fff3eb;
  border: 1px solid #fe6809;
  font-family: "Poppins-Regular";
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fe6809;
}
.btn-soft-blue:hover{
  background-color: #2b79fc;
  border: 1px solid #2b79fc;
  color: #fff;
}
.btn-soft-green:hover {
  background: #29cb97;
  border: 1px solid #29cb97;
  color: #fff;
}
.btn-soft-red:hover{
  background: #fb3838;
  border: 1px solid #fb3838;
  color: #fff;
}
.btn-soft-orange:hover{
  background: #fe6809;
  border: 1px solid #fe6809;
  color: #fff;
}
.btn-sm {
  height: 22px;
  font-size: 12px;
  line-height: 12px;
}
.btn-sm svg {
  width: 12px;
  height: 12px;
 }
.alert-info {
  border-radius: 4px;
  background-color: #cde3ff !important;
  border: 1px solid #2b79fc;
}
.alert-info h4 {
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #2b79fc;
}
.alert-info p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #2b79fc;
}
.select-input-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #212529;
  margin-bottom: 0px;
}
.select-input {
  height: 38px;
  border-radius: 6px;
  background: #f7f6f4;
  border: 1px solid #e0e0e0;
}
.select-input-sm {
  height: 30px;
  border-radius: 6px;
  background: #f7f6f4;
  border: 1px solid #e0e0e0;
  line-height: 12px;
  font-size: 12px;
  padding: 5px 15px 5px 10px;
}
.select-input-white {
  height: 30px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e0e0e0;
  line-height: 12px;
  font-size: 12px;
  padding: 5px 15px 5px 10px;
}
.input-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #212529;
  margin-bottom: 0px;
}
.text-input {
  height: 38px;
  border-radius: 6px;
  background: #f7f6f4;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #131523;
}
.text-input-sm {
  height: 30px;
  border-radius: 6px;
  background: #f7f6f4;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #131523;
}
.form-group {
  margin-bottom: 10px;
}
.input-group .input-group-addon {
  border-color: #d2d6de;
  background-color: #fa650acc;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  color: #fff;
  font-weight: 500;
}
.box-bg-ttl {
  background-color: #f7f6f4;
  padding: 8px 10px;
  border-radius: 6px;
}
.lable-wd {
  width: 150px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.input-group .text-input-sm-addon {
  border-top-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 6px;
  background: #f7f6f4;
}
.input-sm {
  height: 18px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
}
.table-hgt::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f5f5f500;
}
.table-hgt::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f500;
}

.table-hgt::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fe6809;
  height: 60px;
}
/* ------ arnika Style Start----*/

/* --- Re Finance Loan Screen style--*/
.head-box{
  background: #fff3eb;
  padding: 5px;  
}
        
#loan-details{
  display: none;
}
.reqiured-color-astric {
  color: #fb3838;
}
.info-icon svg, .delete-icon svg, .edit-icon svg, .view-icon svg {
  width: 22px !important;
  height: unset;
}
.info-icon svg, .delete-icon svg, .edit-icon svg, .view-icon svg {
  width: 22px !important;
  height: unset;
}
.add-details-haeding{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 2px solid #fa650a;
  display: inline-block;
  margin-bottom: 15px;
  margin: 4px 0px;
}
.calender-box-icon{
  position: absolute;
  top: 3px;
  right: 3px;
}
.download-temp-txt{
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}
/* ------ arnika Style End----*/
.modal {
  text-align: center;
  padding: 0!important;
  top: -200px !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.upload-file-input-hgt {
  height: 64px;
}
.main-footer {
  background: #fff;
  padding: 10px;
  color: #444;
  border-top: 1px solid #d2d6de;
  /* position: fixed; */
  /* bottom: 0; */
  width: 100%;
}
.main-footer strong {
  font-weight: 600;
  font-size: 12px;
}


/* ============================kriti style 10 feb=========== */
.bg-unset{
  background-color: unset !important;
}

.info-icon svg, .delete-icon svg, .edit-icon svg, .view-icon svg {
  width: 22px !important;
  height: unset;
}

/* bill Approval */
.text-white{
  color:white;
}

/* box body circle */
.box-circle{
  height: 30px;
  width: 30px;
  border-radius: 50px;
}
.box-circle-blue-border{
  border: 1px solid #2b79fc;
  background: #b4ccf5;
}
.box-circle-green-border{
  border:1px solid #29cb97;
  background: #96efd3;
}
.box-circle-yellow-border{
  border: 1px solid #ffbe0b;
  background: #fde8ad;
}
.box-circle-red-border{
  border:1px solid #ff6464;
  background: #f7abab;
}
.box-num{
  font-size: 18px;
  font-weight: 700;
}
.svg-icons{
  width: 18px;
  height: 18px;
}
.min-wd-100{
  min-width: 100px;
}
.txt-box-blue{
  color: #2b79fc;
  font-weight: 600;
  font-size: 12px;
}
.txt-box-green{
  color: #29cb97;
  font-weight: 600;
  font-size: 12px;
}
.txt-box-yellow{
  color: #ffbe0b;
  font-weight: 600;
  font-size: 12px;
}
.txt-box-red{
  color: #ff6464;
  font-weight: 600;
  font-size: 12px;
}

/* ============================kriti style 10 feb=========== */

/* ===12 feb 21== */
.merchant-bill1-box {
  background-color: #fff3eb;
  padding: 10px 15px;
  height: 320px;
  overflow-y: auto;
}
/* 16feb 2021 Datepicker Color*/

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #fb843b !important;
}
._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover{
  color:white !important;
}
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #fb843b !important;
}
._720kb-datepicker-calendar-month span {
  font-size: 13px;
  margin-left: 1%;
  color: white !important;
}
._720kb-datepicker-calendar-days-header {
  background: rgb(255 243 235) !important;
}

/*  Kriti 22 feb 2021 */

#myTab-kv-1 li a{
  font-family: "Poppins-Regular" !important;

}
.pt-8-pr-10{
padding: 8px 10px;
}
.modal-scroll-vendor{
  margin-top: 15%;
  height: 600px;
  overflow-y: scroll;
}


/* =====ui Select padding===== */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0px 2px  !important;
}
/* =====ui Select padding End===== */
/* ============= side nav color ========== */
.skin-blue .treeview-menu>li>a {
  color:black;
}
.skin-blue .treeview-menu>li>a:hover{
color: #fe6809;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
  background: #f3f2f2 !important;
  padding-left: 17px;
}

.sidebar-menu .treeview-menu>li>a>.fa, .sidebar-menu .treeview-menu>li>a>.glyphicon, .sidebar-menu .treeview-menu>li>a>.ion {
  width: 15px;
}
.font-wg-600{
  font-weight: 600;
}
/* =============end side nave===== */
/* =======table min hgt===== */
.table-min-hg{
  height: calc(300px - 5px);
  overflow-y: scroll;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 35%);
  padding: 5px;
}
/* ====end of table min hgt==== */
/* ===============Switch toggle============= */
.switch-toggle .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 27px;
  margin-bottom: 0;
}

.switch-toggle .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-toggle .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-toggle input:checked + .slider {
  background-color: #29cb97;
}

.switch-toggle input:focus + .slider {
  box-shadow: 0 0 1px #29cb97;
}

.switch-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-toggle .slider.round {
  border-radius: 34px;
}

.switch-toggle .slider.round:before {
  border-radius: 50%;
}

/* End od switch toggle Css */
.wd-125{
  width: 125px;
}


/* ========26 feb 2021===Notification Screens top nave======= */
.notification-parent-box{
  box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.notification-box{
  background: #fe6809;
  padding: 15px 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}
.notification-order-list{
  padding: 20px;
  list-style-type: none;
}
.notification-box h4{
  font-size: 25px;
    font-family: 'Poppins-Regular';
    margin-top: 0px;
}
.notification-box p{
  font-size: 14px;
  padding-top: 5px;
}
.thumb-notifi-icon{
  margin-bottom: 0;
  background: #29cb97;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.chat-notifi-icon{
  background-color: #2b79fc;
  margin-bottom: 0;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.all-notifi-div{
  background: #f8f5fd;
  padding: 25px 20px 20px;
}
.all-notifi-div a span{
  color: #f24644;
}
/* ==========End of=Notification Screens top nave======= */


/* =====4 march LOI ppa======== */

.pl-20px{
  padding-left: 20px;
}
/* ================ */
.input-group-addon .fa-calendar{
  font-size: 18px !important;
  vertical-align: unset !important;
}

.sop-tdm-bg-border{
  background: #f7f4f2;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 35%);

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff !important;
  cursor: default;
  background-color: #fe7117;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.input-group-addon {
  padding: 2px 6px !important;
  font-size: unset  !important;
}
/* 10 march  2021*/
a{
  color: black !important;
}
.btn-sm-sm {
  height: 20px;
  font-size: 12px;
  line-height: 8px;
}
.modal-center-css{
top: calc(50% - 330px) !important;
}
.export-btn-cls{
  background-color: #48a868;
  height: 30px;
  border: 1px solid #48a868;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.export-btn-cls:hover,
.export-btn-cls:active,
.export-btn-cls.hover,
.export-btn-cls:active:focus,
.btn-primary.focus,
.btn-primary:focus {
  background: #48a868;
  border: 1px solid #48a868;
  outline: unset;
  color: #fff;
}
.export-btn-cls .fa-file-excel-o{
  color: white !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background: #fe6809;
}

/* 12 march 2021 */

.sidebar{
  height: calc(100vh - 70px) !important;
}

.ui-select-match .form-control{
  height: 30px !important;
}


.nav-tabs>li>a {
  border: 1px solid #ddd5d5 !important;
  border-radius: 8px 8px 0 0 !important;
}



/* Dashboard HTML */
.long-term-before{
  border: 1px solid black;
  height: 10px;
  width: 20px;
  border-radius: 20px;
  background: orange;
  padding-right: 5px;
}

#revenue_first_graph{
  width: 100%;
  height: 250px;
}

#Revenue-pieChart{
  width: 100%;
  height: 210px;
}
#revenue_dataSorting{
  width: 100%;
  height: 300px;
}
div#revenue_dataSorting svg > g > g > g > g{
  transform:translate(10px, 10px);
}

.box-title-small{
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #131523;
  margin-top: 0px;
}
.box-ttl-bg {
  padding: 10px 12px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fd6606 !important;
  color: white;
  font-family: 'Poppins-Regular';
}

#dashboard-table-css  tr td, #dashboard-table-css  tr th{
  padding: 8px 6px !important;
  border: 1px solid #f79893 !important;
} 

#dashboard-table-css  tr {
  /* background: linear-gradient(to right, #ee317054 0%, #fecc0f63 100%); */
  background: linear-gradient(to right, #ee317085 0%, #fecc0f96 100%);
}
.tab-width-50{
  width:50%;
}

.box-body-new-tab{
  background: #f6f5f3;
  padding: 10px 5px;
  border-radius: 10px;
}
.today-tab-1{
  background: #ffecee;
  padding: 10px;
  border-radius: 5px;
  width:110px;
}
.today-tab-2{
  background: #ffebac;
  padding: 10px;
  border-radius: 5px;
  width:110px;
}
.today-tab-3{
  background: #f8eadf;
  padding: 10px;
  border-radius: 5px; 
   width:100px;
}
.today-title-head{
  font-size: 10px;
  font-weight: 600;
}

.txt-box-black{
  color: black;
  font-weight: 600;
  font-size: 11px;
}
#today-sec-graph{
  width: 100%;
  height: 175px;
}

.box-title-small-today {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #131523;
  margin-top: 0px;
  text-align: left;
  /* padding-left: 20px; */
}

.box-body-box-skyblue{
  background: #f8f9fd;
  padding: 10px 10px;
  border-radius: 10px;
}
.wd-130px{
  width:130px;
}
.invoices-box-sec{
  font-size: 12px;
}
.pd-pending-invoice{
  padding: 8px 5px;
}
.pd-invoice-box-tabs{
  box-shadow: 0px 1px 4px rgb(21 34 50 / 15%);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}
.mt-mb-5px{
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-search-new{
  font-size: 10px !important;
    width: 145px !important;
    padding-left: 30px !important;
    background-color: white !important;
}
.box-body-box-white{
  background: white;
  padding: 8px;
  border-radius: 10px;
}
.app-no-title{
  background: #fff3eb;
    padding: 3px;
    border-radius: 5px;
    color: #fe6809;
    font-weight: 600;
}
.quick-approval-tab{
  font-size: 10px;
}
.approval-no-title{
    padding: 3px;
    border-radius: 5px;
    font-weight: 600;
    background: #e5f6fe;
    color: #6292e7;
}
.seller-no-title{

  padding: 3px;
  border-radius: 5px;
  font-weight: 600;
  background: #e7d0ed;
  color: #9b51a8;
}

.date-no-title{
  padding: 3px;
  border-radius: 5px;
  font-weight: 600;
  background: #e1ece4;
  color: #33ab57;
}
.buyers-no-title{
  padding: 3px;
  border-radius: 5px;
  font-weight: 600;
  background: #e3dfba;
  color: #877c3c;
}

.rev-title{
  padding: 3px;
  border-radius: 5px;
  font-weight: 600;
  background: #e8f5fb;
  color: #908fcb;
}
.fixed-download-icon{
  position: absolute;
    top: 50%;
    left: 91%;
    transform: translate(-50%,-50%);
    background: #fd6606;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-relative{
  position: relative;
}
.quick-download-icon svg{
  font-size: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-body-box-red{
  background: #ff1444;
  padding: 10px 10px;
  border-radius: 10px;
}

.box-body-box-orange{
  background: #FF4500;
  padding: 10px 10px;
  border-radius: 10px;
}

.month-revenue-graph{
  position: absolute;
  top: 10%;
  transform: translate(-50%),-50%;
  transform: translate(-50%,-50%);
  right: -4%;
}

.font-size-12{
  font-size: 12px;
}


.pd-invoice-bg{
 background: url(../images/Group6035.png); 
 background-position: center;
 background-repeat: no-repeat;
 
}
/* background: url(../images/learning-league-bg.jpg);
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
position: relative; */

/* dashboard switch */

/* ===============Switch toggle============= */
.dash-switch-toggle .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-bottom: 0;
}

.dash-switch-toggle .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.dash-switch-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.dash-switch-toggle .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.dash-switch-toggle input:checked + .slider {
  background-color: #fa650a;
}

.dash-switch-toggle input:focus + .slider {
  box-shadow: 0 0 1px #fa650a;
}

.dash-switch-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.dash-switch-toggle .slider.round {
  border-radius: 34px;
}

.dash-switch-toggle .slider.round:before {
  border-radius: 50%;
}
#toggle-btn-graph{
    cursor:pointer;
}
.year-range{
  border: 1px solid #f7f6f4;
  border-radius: 8px;
  background: #ffecee;
  padding: 5px 8px;
}
#toggle-content-show{
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  background: white;
  width: 100%;
  top: -10%;
  height: 435px;
  border-radius: 10px;
  padding: 10px;
  right: 0%;
  
}
.ml-30-per{
  margin-left:30%;
}
#toggle-cross{
  cursor: pointer;
}


.box-body-new-tab-first{
  background: #f9f9f982;
  padding: 10px 5px;
  border-radius: 10px;
}
.filter-top-revenue{
  position: absolute;
    top: 2%;
    right: 0%;
}
.font-size-20{
  font-size: 20px !important;
}
.pending-approval-type{
  border-radius: 50px;
  height: 27px;
  width: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #e44c8d 0%, #f58e29c2 100%);
  /* background: #edc4f9; */
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.font-size-18{
  font-size: 18px !important;
}
.text-left-align{
  text-align: left !important;
}
.dc-text{
font-weight: 700;
font-size: 14px;
}
.dc-value{
  font-weight: 600;
  font-size: 12px;
}



.block-select{
  background: #ffdcc5;
  color: black;
  border: 1px solid #ffdcc5;
}
.app-form-search{
  font-size: 10px !important;
  width:100% !important;
  padding-left: 30px !important;
  background-color: white !important;
}
.app-serach-icon-pos{
  
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 9;

}
.quick-view-hgt{
  height: calc(380px - 5px);
  overflow-y: scroll;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 35%);
  border-radius: 10px;

}

.quick-view-hgt::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f5f5f500;
}
.quick-view-hgt::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f500;
}

.quick-view-hgt::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fe6809;
  height: 60px;
}
.pending-invoices-hgt{
  height: calc(260px - 5px);
  overflow-y: scroll;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 35%);
border-radius: 10px;
}

.pending-invoices-hgt::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f5f5f500;
}
.pending-invoices-hgt::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f500;
}

.pending-invoices-hgt::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fe6809;
  height: 60px;
}

/* by akash */

#fixdec tr th {
  position: sticky;
  top: 0;
  }
  .status-match{
    color:#33ab57;
  }
  .status-notmatch{
    color:#fb3838;
  }

  .marq-text marquee ul li {
    color: white;
    font-size: 10px;
  }
  .marq-head{
    color:white;
    font-size: 13px;
    font-weight: 600;
    margin-left: 27px;
    margin-bottom: 10;
    font-family: 'Poppins-Regular';
  }
  .imgsign
  {
    max-height:100px;
  }

  @-moz-document url-prefix() {
    .text-input-sm {
      line-height: 16px  !important;
    }
  
  }
