/**** New fonts Apply ****/
@font-face {
  font-family: 'CenturyGothic';
  src: url('CenturyGothic/regular/CenturyGothic.eot');
  src: url('CenturyGothic/regular/CenturyGothic.eot?#iefix') format('embedded-opentype'),
       url('CenturyGothic/regular/CenturyGothic.svg#CenturyGothic') format('svg'),
       url('CenturyGothic/regular/CenturyGothic.ttf') format('truetype'),
       url('CenturyGothic/regular/CenturyGothic.woff') format('woff'),
       url('CenturyGothic/regular/CenturyGothic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('CenturyGothic/bold/CenturyGothic-Bold.eot');
  src: url('CenturyGothic/bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('CenturyGothic/bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg'),
       url('CenturyGothic/bold/CenturyGothic-Bold.ttf') format('truetype'),
       url('CenturyGothic/bold/CenturyGothic-Bold.woff') format('woff'),
       url('CenturyGothic/bold/CenturyGothic-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'CenturyGothic';
}

.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; */
  margin-top: 8px;
  margin-bottom: 0;
}
.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;
  font-weight: 600;
  -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: 15px 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 .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  border-right-color: #2b79fc;
  background: #2b79fc21;
  font-family: "CenturyGothic-Bold";
  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: #fafafa;

}
.content-header > h1 {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 20px;
  text-align: left;
  color: #131523;
  font-family: 'CenturyGothic-Bold';
  font-weight: 700;
}
.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: "CenturyGothic-Bold";
  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(0 0 0 / 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-size: 24px;
  letter-spacing: 0em;
  line-height: 26px;
  text-align: left;
  color: #131523;
}
.content-header > .breadcrumb > li + li:before {
  content: "/";
  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-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
  font-weight: 'CenturyGothic-Bold';
}
.breadcrumb > .active {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fa6509;
}
.box-title {
  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: 6px 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: black;
    border: 1px solid #a7a7a7;
}
.table tbody tr td {
  padding: 10px 6px;
  background: transparent;
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  /* font-family: 'CenturyGothic-Bold'; */
}

.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;
  background: #fff3eb;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
 
}
.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(330px - 5px);
  overflow-y: scroll;
  /* box-shadow: 0px 1px 4px rgb(21 34 50 / 35%); */
}
.data-tbl-show-text {
  font-family: "CenturyGothic-Bold";
  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: "CenturyGothic-Bold";
  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: "CenturyGothic-Bold";
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: #fe6809;
  margin-left: 2px;
  margin-right: 2px;
}
.pagination li a {
  font-family: "CenturyGothic-Bold";
  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: "CenturyGothic-Bold";
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold" ;
  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: "CenturyGothic-Bold";
  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: "CenturyGothic-Bold";
  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: #404040;
  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;
  
  font-weight: 600;

}
.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: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000;
  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;
  font-weight: 600;
}
.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;
  height: 6px;
}

.table-hgt::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fd6404;
  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;
  font-weight: 600;
  border-top: 1px solid #d2d6de;
}
.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: 50px;
  width: 50px;
  border-radius: 50px;
}
.box-circle-blue-border{
  /* border: 1px solid #a91ab8; */
  background: #fff;
}
.box-circle-green-border{
  /* border:1px solid #f9c415; */
  background: #fff;
}
.box-circle-yellow-border{
  /* border: 1px solid #0367f0; */
  background: #fff;
}
.box-circle-red-border{
  /* border:1px solid #ea5455; */
  background: #fff;
}
.box-num{
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 5px;
  color: white;
}
.svg-icons{
  width: 18px;
  height: 18px;
}
.min-wd-100{
  min-width: 100px;
}
.txt-box-blue{
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.txt-box-green{
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.txt-box-yellow{
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.txt-box-red{
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.txt-box-violet{
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.text-green{
  color: #29cb97;
}

/* ============================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;
}


#myTab-kv-1 li a{
  font-family: "CenturyGothic-Bold" !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==== */
/* ===24 Feb 2021== */
.text-orange-all{
  color: #fe6809 !important;
}
.text-orange-all:hover{
  color: #fe6809 !important;
}



/* ===============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;
}


.input-container input { border: none; box-sizing: border-box; outline: 0; padding: .75rem; position: relative; width: 100%; } input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }

/* 
.content-alert-head{
  padding: 0px 15px 0px 15px;
}
.alert-box-sec{
  background: #ff5252;
  padding: 5px;
}
.alert-title{
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
} */




/* 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: 200px;
}
#revenue_dataSorting{
  width: 100%;
  height: 180px;
}

.box-title-small{
  font-family: "CenturyGothic-Bold";
  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: #0e57d2 !important;
  color: white;
  font-family: "CenturyGothic-Bold";
}

#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, #ee317085 0%, #fecc0f96 100%);

}
.tab-width-50{
  width:50%;
}

.box-body-new-tab{
  background: #f6f5f3;
  padding: 10px 12px;
  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:110px;
}
.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: "CenturyGothic-Bold";
  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: 10px 10px;
  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;
}

.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: #0e57d2;
}

.dash-switch-toggle input:focus + .slider {
  box-shadow: 0 0 1px #0e57d2ba;
}

.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: #2b79fc21;
  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: 3%;
    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;
  color: navy;
}

/* 13 july 2021 */
.table-bill-receipt{
  background-image: linear-gradient(#f5efef, #0e57d2);
}

#rental-bar-graph{
  width: 100%;
  height: 290px;
}

#rent-out-graph{
  width: 100%;
  height: 128px;
}
.font-rent{
  font-size: 13px;
  color: black;
  font-weight: 600;
}
.box-total-units{
  background: white;
  padding: 8px 3px;
}
.see-all{
  color: #0e57d2;
  font-weight: 600;
}
/* .bg-blue-light{
  background-color: #88a4d4;
} */
.box-shed{
  width: 32%;
  background: #f1f1f1b8;
  text-align: center;
  padding: 5px;
}
.box-shed p{
font-size: 25px;
    font-weight: 600;
}
.font-14{
  font-size: 14px !important;
}
.wd-50-box{
  width:50%
}
.border-right-box{
  border-right: 2px solid grey;
}
.invoice-num-green{
  font-size: 23px;
    color: #29cb97;
    font-weight: 600;
}

.invoice-num-red{
  font-size: 23px;
    color: red;
    font-weight: 600;
}
.receive-payment{
  display: flex;
  align-items: center;
  color: blue;
  width: 62%;
  padding: 0px 5px;
  background: #d6d6ef85;
  font-weight: 600;
  border-radius: 5px;
}
.total-units-digit{
  font-size: 25px;
  font-weight: 600;
}
.box-body-new-tab{
  background: #f6f5f3;
  padding: 10px 12px;
  border-radius: 10px;
}
.font-700{
  font-weight: 700;
}
.rent-green{
  color:#29cb97;
}
.rent-red{
  color: #fb3838;
}
.border-radius-left-right{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-header-pd{
  padding: 0 35px 0px 35px !important;
}
.skin-blue .main-header .navbar .nav>li>a{
  color: #000000;
  font-family: 'CenturyGothic-Bold';
}
.skin-blue .main-header .navbar .nav>li>a:hover, 
.skin-blue .main-header .navbar .nav>li>a:active,
 .skin-blue .main-header .navbar .nav>li>a:focus, 
 .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, 
.skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a{
  color: white;
  background-color: #fe6809;
}
.skin-blue .main-header .navbar .nav .open > a{
  color: white;
  background-color: #fe6809;
}

/* 30 july */

.header-profile{
  padding: 0 !important;
  padding-top: 8px !important;
  display: flex !important;
  align-items: center;
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 4px !important;
}
.user-image-head{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* #fff3eb */

.skin-blue .main-header .navbar .nav>li>a:active,
 .skin-blue .main-header .navbar .nav>li>a:focus, 
 .skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a{
  color: black;
  background-color: #eae4df8a;
}
.divider{
  margin:0 !important;
}
/* */

/* Login-Screen ATS */

a:focus {
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
button:focus {
  outline: unset;
}
.pos-rel {
  position: relative;
}


.height_100p{
  height: 100vh;
}

.login-box-shadow{
  background: white;
  border-radius: 18px;
 

}
.bg-color-login{
  background: #f9f9f9;
  padding: 5px 20px;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}


.xs-form .form-control, .xs-form .select {
  background-color: #FFFFFF;
  border: 1px solid #d8d3d3;
  border-radius: 50px;
  padding: 0px 31px;
  margin-bottom: 10px;
  color: #68686b;
  text-align: center;
  height: 45px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px !important;
  font-weight: 600;


}
.xs-form .form-control::placeholder{
  color: #c3c0c0;
  font-weight: 500;
  font-family: 'Century Gothic';
}
.xs-form h3{
  padding-bottom: 20px;
}

.xs-form textarea.form-control {
  padding: 20px 30px;
  resize: none;
  height: 147px;
}


.login-btn{
  background-color: #fe6809;
  color: #fff;
  width: 100%;
  font-family: 'CenturyGothic-Bold';
  
  font-size: 15px;
  padding: 8px 60px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fa-eye-css{
  position: absolute;
  top: 13px;
  right: 15px;
  color: #9a9999;
}
.cant-read-text{
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
  color: #39344b;
  font-weight: 600;

}
.arrow-icon{
  position: absolute;
  right: 35%;
}

.ats-img0shadow{
  border-radius: 0px 20px 20px 0px;
background: #fff;
box-shadow: 1px 3px 26px rgba(0, 0, 0, 0.17);
}
.hg-531{
  height:450px;
}
.login-title{
  text-align: center;
  font-weight: 600;
  font-family: "Century Gothic";
  padding-bottom: 10px;

}
.forget-pass{
  text-decoration: underline;
    font-weight: 600;
    color:red;
cursor:pointer;
}
.cursor-point{
  cursor:pointer;
}

.action-h2{
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 35px;
  margin-top: 30px;
}
.action-track{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}
.login-ml{
  margin-left: 23%;
}
.action-border-bottom{
  border: 3px solid white;
  width: 100px;
  border-radius: 10px;
}

.pd-0-20{
  padding: 0 30px;
}
.mt-40{
  margin-top: 40px;
}
.wd-60 {
  width: 60% !important;
}



/* Table Sticky First row */
.table-scroll-wrapper {
  overflow: auto;
  /* width:500px; */
}

.table-scroll-sticky {
  margin: 0px;
  border: none;
}

.table-scroll-sticky thead th {
position: -webkit-sticky;
position: sticky;
top: 0;
}

.table-scroll-sticky tr td:first-child,
.table-scroll-sticky th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 55px;
  left: 0;
  z-index: 2;

}

.table-scroll-sticky th:first-child {
  z-index: 4;
}

.table-scroll-sticky tr td:nth-child(2),
.table-scroll-sticky th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 64px;
  z-index: 2;

}

.table-scroll-sticky th:nth-child(2) {
  z-index: 4;
}


.table-scroll-sticky tr td:nth-child(3),
.table-scroll-sticky th:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  left: 178px;
  z-index: 2;

}

/* #reviretable.table-scroll-sticky tr td:nth-child(3),
.table-scroll-sticky th:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  left: 173px;
  z-index: 2;

} */

.table-scroll-sticky th:nth-child(3) {
  z-index: 4;
}

.table-scroll-sticky tr td:nth-child(4),
.table-scroll-sticky th:nth-child(4) {
  position: -webkit-sticky;
  position: sticky;
  left: 390px;
  z-index: 2;

}

/* #reviretable.table-scroll-sticky tr td:nth-child(4),
.table-scroll-sticky th:nth-child(4) {
position: -webkit-sticky;
position: sticky;
left: 385px;
z-index: 2;

} */

.table-scroll-sticky th:nth-child(4) {
  z-index: 4;
}
.table-scroll-sticky tr td:nth-child(5),
.table-scroll-sticky th:nth-child(5) {
  position: -webkit-sticky;
  position: sticky;
  left: 503px;
  z-index: 2;

}

/* #reviretable.table-scroll-sticky tr td:nth-child(5),
.table-scroll-sticky th:nth-child(5) {
position: -webkit-sticky;
position: sticky;
left: 493px;
z-index: 2;

} */


.table-scroll-sticky tr td:first-child{
 background-color: #f7f5f5;
}
.table-scroll-sticky th:first-child {
  background-color: #fff3eb;
}
.table-scroll-sticky tr td:nth-child(2){
  background-color: #f7f5f5;
}
.table-scroll-sticky tr td:nth-child(3){
  background-color: #f7f5f5;
}
.table-scroll-sticky tr td:nth-child(4){
  background-color: #f7f5f5;
}
.table-scroll-sticky tr td:nth-child(5){
  background-color: #f7f5f5;
}
.table-scroll-sticky th:nth-child(2) {
  background-color: #fff3eb;
}
.table-scroll-sticky th:nth-child(3) {
  background-color: #fff3eb;
}
.table-scroll-sticky th:nth-child(4) {
  background-color: #fff3eb;
}
.table-scroll-sticky th:nth-child(5) {
  background-color: #fff3eb;
}


.table-scroll-sticky th:nth-child(5) {
  z-index: 4;
}
.table-scroll-sticky tr td:last-child {
border-right: none;
}

.phone .table-scroll-sticky tr td,
.tablet .table-scroll-sticky tr td {
border-right: none;
}
.wd-table-200{
  width:200px;
}
.wd-table-100{
  width:100px;
}
.wd-table-50{
  width:50px;
}

/* Progress Bar  CSS 3 Aug 2021*/

.progress-completion {

  padding: 0;
  width: 165px;
  height: 25px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar-completion {
	position:relative;
  float:left;
  min-width:1%;
  height:100%;
  background: #40ce8d;
  font-weight: 600;
}

.percent-completion {
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  font-family:tahoma,arial,helvetica;
  font-size:12px;
  color:white;
}
.filled-completion{
  width:35%;
}
/* Progress bar end */
.due-date-num{
  font-size: 21px;
  color: red;
  font-weight: 600;
  text-align: center;
  font-family: "CenturyGothic-Bold";
}
.select-small-icon-hide{
  width: 10px;
  width: 76px;
  border: none;
  background: none;
} 

/* Ribbons Tags  CSS*/
.ribbon-tags{
  position: relative;
}
.ribbon3-tag {
  width: 70px;
  height: 26px;
  padding-left: 2px;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: -13px;
  background: #fd54b2;
  color: white;
  text-align: center;
}
.ribbon3-tag:before, .ribbon3-tag:after {
  content: "";
  position: absolute;
}
.ribbon3-tag:after {
  height: 0;
  width: 0;
  top:0;
  right: -13px;
  border-top: 12px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fd54b2;
}
 /* Risk Level Svg Color */
.risk-level-clr1{
  fill:#fcb017;
}
.risk-level-clr2{
  fill:#fd54b2;
}
.risk-level-clr3{
  fill:#fe680a;
}
.tag-checkbox{
  height: 20px;
  width: 20px;
} 
.add-task-box{
  border: 1px solid #bdb7b7;
    padding: 10px 10px;
    position: absolute;
  width:300px;
    cursor: pointer;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    top: 63%;

}
.create-new-log-box{
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  background: #f7f7f7;
}
.font-18{
  font-size: 15px !important;
}

.table-hover-bg tbody tr:hover:nth-child(even), .table-hover-bg tbody tr:hover:nth-child(odd){
  background-color: white !important;
}
.text-input-choose-file{
    height: 30px;
    line-height: 18px;
    padding: 3px 12px;
}

/* Add task Css */
.ribbon-tags-task{
  position: relative;
}
.ribbon3-tag-task {
  width: auto;
  height: 23px;
  padding-left: 8px;
  line-height: 23px;
  position: absolute;
  left: 10px;
  top: -27px;
  background: #fd54b2;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
}
.ribbon3-tag-task:before, .ribbon3-tag-task:after {
  content: "";
  position: absolute;
}
.ribbon3-tag-task:after {
  height: 0;
  width: 0;
  right: -13.5px;
  border-top: 11px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #fd54b2;
}
.system-ref-no {
  text-decoration: underline;
  color: #ff6605;
  font-weight: 600;
}
.system-ref-no:hover{
  text-decoration: underline;
  color: #ff6605;
}


.login-btn:hover ,.login-btn:focus ,.login-btn:active{
  background: linear-gradient(to right, #ff6505 0%, #ee317085 100%);
  color: white;
  border-color: unset;
}
.wd-table-250 {
  width: 250px;
}
.filter-icon-task{
  height: 40px;
    width: 40px;
    background: #f1efeb;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.filter-icon-task:hover{
  background: #fff3eb;

}
/* Side nav bar */
.w3-overlay{
  background-color: red;
}
.w3-sidebar{
  top: 40px;
  z-index: 999  !important;
  width: 50% !important;
}
.filter-overlay{
  background-color: rgba(0,0,0,0.5);
}
.sidebarnave-open{
  top: 0px;
  z-index: 9999 !important;
  width: 50% !important;
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed!important;
  z-index: 1;
  overflow: auto;
}

.table-hover-bg tbody tr:nth-child(even):hover{
  background-color: #fff3eb !important;
}
.table-hover-bg tbody tr:nth-child(odd):hover{
  background-color: #fff3eb !important;
}
.table-hover-bg tbody tr:nth-child(even){
  background-color:#fff !important;
}



/* 9 Aug 2021 */
.ats-circle-text{
  border: 1px solid #f12b4d;
  height: 33px;
  width: 33px;
  border-radius: 50px;
  margin-right: 6px;
  background: #f12b4d;
  color: white;
  font-weight: 600;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
} 
.adam-ner{
  color: black;
  font-weight: 600;
}
.pl-50-ats{
  padding-left: 50px;
  font-weight: 600;
}
.adam-status{
  font-size: 13px;
  padding-top: 10px;
  color: #868383;
}   
.ml-attached{
  margin-left: 10px;
}
.adam-ner i{
font-size: 16px;
font-weight: 600;
}

/* Accordion  */

.faq .panel-title > a:before {
  float: left !important;
  font-family: FontAwesome;
  content: "\f139";
  padding-right: 5px;
}
.faq .panel-title > a.collapsed:before {
  float: left !important;

  content: "\f13a ";
}
.faq h2 {
  color: #ff9800;
}
.faq a {
  text-decoration: none;
  display: block;
}
.faq .panel-default>.panel-heading {
  color: #fff;
  background-color: #482e2ea6;
border-color: #482e2ea6;
cursor: pointer;
}
.faq a:hover{
color: white;
}
.mgmt-boundry{
  border: 1px solid #adadad;
}
.faq{
  border: 1px solid #adadad;
  padding: 2px 4px;
  margin-bottom: 8px;
}


/* Accordion End */
.panel-title a{
  font-size: 18px;
}
.expire-tabs{
  border-bottom: unset;
}

.expire-tabs>li.active>a, .expire-tabs>li.active>a:focus, .expire-tabs>li.active>a:hover{
  color: black;
  cursor: default;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-bottom: 2px solid orange;
  /* font-family: 'CenturyGothic'; */
}
.expire-tabs>li.active>a:hover{
  background-color: unset;
}
.expire-tabs>li>a:hover, .expire-tabs>li>a:active, .expire-tabs>li>a:focus{
  background-color: #fff7f3;
  border-bottom: unset;
  color: black;
  border-color: #fff #fff #fff;
}
.expire-tabs li a{
color: black !important;
font-size: 15px;

font-weight: 600;
}
.expire-tabs>li {
cursor: pointer;
}



   /* ===TimeLine CSS==== */
   .history-tl-container-ats {
    display: block;
    position: relative;
}

.history-tl-container-ats ul.tl {
    padding: 0;
    display: inline-block;
    width: 100%;

}

.history-tl-container-ats ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 200px;
    min-height: 50px;

    border-left: 1px dashed #fe7117;
    padding: 0 0 50px 30px;
    position: relative;
}

.history-tl-container-ats ul.tl li:last-child {
    border-left: 0;
}

.history-tl-container-ats ul.tl li::before {
    position: absolute;
    left: -15px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #fe7117;
    height: 30px;
    width: 30px;
    transition: all 500ms ease-in-out;

}

.history-tl-container-ats ul.tl li:hover::before {
    border-color: #fe7117;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
    font-weight: 600;
    width: 10%;
    font-size: 13px;
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

ul.tl li .timestamp {
    color: #0b0b0b;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    left: -16%;
    text-align: center;
    border: 1px solid #ffdac3;
    padding: 7px;
    background: #ffdac3;

}

.timeline-body {
    background: #f6f8f9;
    padding: 10px;
}


.ats-circle-para{
  width:100%;
}
.comment-dashed-line{
  border-bottom: 1px dashed #bdb5a3;
}


/* // Upload Demo */

.uploader {
  display: block;
}

.uploader label {
  width: 100%;

  text-align: left;
  background: #fff;
  border-radius: 7px;

  transition: all .2s ease;
  user-select: none;
  max-width: 800px;
}

      
      #start
        i.fa {
          transform: scale(0.8);
          opacity: 0.3;
        }


  #start {
    float: left;
    clear: both;
    /* width: 30%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e8e3e3;
    border-radius: 5px;
    width:300px;
    height: 180px;
  }
    #start.hidden {
      display: none;
    }
    #start i.fa {
      font-size: 57px;
    margin-bottom: 1rem;
    transition: all .2s ease-in-out;
    color: #5aaeec;
    }

  #response {
    float: left;
    clear: both;
    width: 100%;
  }
    #response.hidden {
      display: none;
    }
    #messages {
      margin-bottom: .5rem;
    }


  #file-image {
 
    /* display: inline;
    max-width: 300px;
    height: 200px; */
  }
    #file-image.hidden {
      display: none;
    }

  
  #notimage {
    display: block;
    float: left;
    clear: both;
    /* width: 100%; */
  }
    #notimage.hidden {
      display: none;
    }
  

  progress,
  .progress {
    /* // appearance: none; */
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }

  .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }

  .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, darken(#000,8%) 0%, #000 50%);
    border-radius: 4px; 
  }
  .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, darken(#000,8%) 0%, #000 50%);
    border-radius: 4px; 
  }

 /* input[type="file"] {
    display: none;
  } */

  input#file-upload {
    display: none;
}
.page-title-expire{
  font-family: 'CenturyGothic-Bold';
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  color: #131523;
}
.due-days-span{
  font-size: 22px;
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
}
.due-days-expires p{
  display: flex;
  align-items: center;
}
.activity-text-p{
  width: 150px;
  background: #fbe8df;
  padding: 5px 8px;
  font-size: 13px !important;
  font-family: 'CenturyGothic-Bold';
}
.panel-collapse {
  background: rgb(251, 251, 251);
}
.mg-b-20{
  margin-bottom: 20px;
}
.attached-gallery-icon{
  border: 1px solid #d8d4cb;
    width: 300px;
    height: 180px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgb(165 150 150 / 10%);
    box-shadow: 6px 5px 4px 0px #ebebeb; */
}

.attach-file-btn{
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
/* due days  45*/
.due-days-expires{
  display: inline-block;
  padding: 2px 15px;
  /* position: absolute; */
  /* left: 26%; */
  /* top: 14px; */
  line-height: 25px;
  height: 28px;
  text-align: center;
  white-space: nowrap;
  color: white;
  border-radius: .25em;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  background-color: #2b79fc !important;
}

.due-days-expires-two:before, .due-days-expires-two:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -14px;
  top: 0px;
  border: 9px solid transparent;
  border-width: 14px 8px;
    border-right-color: #2b79fc;
}
.due-days-expires-two:before {
    border-color: #2b79fc;
    border-left-color: transparent!important;
    left: -9px;
}
.font-awesome-select{
  font-family: fontAwesome, 'Roboto';
  font-size: 13px;

}
.font-awesome-select option{
  font-size: 15px;
  color:  #555;

}
.audit-dashed{
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
}

.here-link {
  color: red !important;
  font-weight: 600 !important;
}
/* Audit Sheet  11 Aug*/
.table-content-border{
  border: 1px solid #d4d4d4;
}

.tab-green-clr {
  background: #25ae4e !important;
  color: white !important;
  width: auto;
  height: 28px;
  border: 1px solid #25ae4e !important;
  font-family: "CenturyGothic-Bold";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}

.tab-green-clr:hover,
.tab-green-clr:active,
.tab-green-clr.hover,
.tab-green-clr:active:focus,
.tab-green-clr.focus,
.tab-green-clr:focus {
  background: #49dcad;
  border: 1px solid #29cb97;
  outline: unset;
  color: #fff;
}
.select-date-wd{
  width: 45% !important;
}
.activity-p-sec{
  font-size: 15px;
  font-weight: 600;
}
.overdue-action{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

#deptAction {
  min-width: 310px;
  max-width: 800px;
  height: 300px;
  margin: 0 auto
}
/* Department action high charts css */
.department-wise-buttons {
  min-width: 310px;
 text-align: center; 
  margin-bottom: 5px;
  font-size: 0;
}

.department-wise-buttons button {
  cursor: pointer;
  border:1px solid #ececec;
  border-right-width: 0;
  background-color: #f8f8f8;
  font-size: 1rem;
  padding: 5px 16px;
  outline: none;
  transition-duration: 0.3s;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.department-wise-buttons button:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

.department-wise-buttons button:last-child {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-right-width: 1px;
}

.department-wise-buttons button:hover {
  color: white;
  background-color: rgb(158, 159, 163);
  outline: none;
}

.department-wise-buttons button.active {
  background-color: #ff54b7;
  color: white;
}
/* Depart action high charts css End */
.dashboard-svg{
  height: 27px;
}
#auditPointProgress{
  height: 325px;
  width:100%
}
.departmend-wise-table thead tr{
  background: #fe6f15;
}
.departmend-wise-table  thead tr th{
       border-bottom: unset; 
     border:unset;
     color:white
}
.overdue-table tbody tr td{
  padding: 8px 6px !important;
  border: 1px solid #c7c7c7;
}
.overdue-table thead tr th{
  padding: 8px 6px !important;
  border: 1px solid #c7c7c7;
}
.overdue-table {
  border: 1px solid #c7c7c7;
}

.open-access-bg{
  background: #a91ab8;
}
.closed-action-bg{
 
  background: #f9c415;
}
.in-review-bg{
  background: #ea5455;
}
.overdue-action-bg{
  background: #0367f0;
}
.completion-font{
  font-size: 15px !important;
}
.graph-border{
  border: 1px solid gainsboro;
}
.due-days-expires-table{
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  left: 25%;
  top: -11px;
  line-height: 15px;
  height: 20px;
  text-align: center;
  /* white-space: nowrap; */
  color: white;
  border-radius: .25em;
  border-radius: 0;
  font-size: 17px;
  text-shadow: none;
  font-weight: normal;
  background-color: #2b79fc !important;
}

.due-days-expires-table-two:before, .due-days-expires-table-two:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -14px;
  top: 0px;
  border: 6px solid transparent;
  border-width: 10px 8px;
  border-right-color: #2b79fc;
}
.due-days-expires-table-two:before {
  border-color: #2b79fc;
  border-left-color: transparent!important;
  left: -8px;
}
.dropdown-menu>li>a {
  color: #000;
  /* font-weight: 600; */
  font-family: CenturyGothic;
}
.desc-para{
  font-size: 14px;
  font-weight: 600;
}
.box-box-info-radius{
  border-radius: 15px !important;
}

.departmend-wise-table thead tr:first-child th:first-child { border-top-left-radius: 10px; }
.departmend-wise-table thead tr:first-child th:last-child { border-top-right-radius: 10px; }


.departmend-wise-table thead tr th {
  padding: 10px 6px;
}

.departmend-wise-table tbody tr:nth-child(even){
  background: linear-gradient(to right, #e25f8a85 0%, #fdd080 100%);
}
.departmend-wise-table >tbody>tr:nth-of-type(odd){
  background: linear-gradient(to right, #e25f8a85 0%, #fdd080 100%);
}

.template-xls a {
  cursor: pointer;
  color: #289628 !important;
  text-decoration: underline;
  font-weight: 600;
}

.hiddenRow {
  padding: 0 !important;
  background-color: white !important;
}
.glyphicon-cls{
  font-size: 18px;
}
.overdue-table tbody tr td{
  color:#444;
}
.file-uploader-style{
  border: 2px solid #eee;
    padding: 8px;
    width: 60%;
    border-radius: 10px;
}
.glyphicon-icon{
  top: 4px;
  position: relative;
}
.import-table-acc tbody tr td {
  border-right: 1px solid #a7a7a7 !important;
  border: unset;
}
.import-table-acc tbody tr td:last-child {
  border-right: unset !important;
}
/* 20 Aug 2021 */
.title-text-hide{
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

tags-input .tags{
  display: flex !important;
}

.tag-list{
  display: flex !important;
}

tags-input .tags .tag-item .remove-button{
  color: white !important;
}
tags-input[disabled] .tags .tag-item {
  background: #fb15d4 !important;
}
tags-input .tags .tag-item {
  color: #fff;
  background: #fb15d4 !important;
 border: 1px solid #fb15d4 !important; 
}
.btn-warn{

    width: auto;
    height: 30px;
    background-color: #ffa008;
    border-color: #ffa008;
    font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}
.btn-warn:hover,
.btn-warn:active,
.btn-warn.hover,
.btn-warn:active:focus {
  background-color: #ffa008;
  border-color: #ffa008;
  outline: unset;
  color: #fff;
}


.width-0 {
  width: 1%;
}

.width-10 {
  width: 20%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 20%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 40%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 80%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 80%;
}
.width-100 {
  width: 100%;
}


.risk-level-clr-LOW{
fill:#fcb017;
}
.risk-level-clr-MEDIUM{
fill:#fd54b2;
}
.risk-level-clr-HIGH{
fill:#fe680a;
}

.W-100 {
  width: 100%;
}

.bg-light-green{
  background-color: #b1eab1;
}

.border-collapse {
  border-collapse: separate;
}
/* demo */
.overdue-wd-th{
  width: 250px;
}
.overdue-date-wd-th{
  width: 100px;
}
.table-scroll-sticky-new thead{
  position: sticky;
    top: -1px;
    z-index: 999;
}

/* 24 Feb  */
.table-hgt-overdue-pd {
  padding: 0 5px!important;
  height: calc(330px - 5px);
  overflow-y: scroll;
}
.table-hgt-overdue-pd::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f5f5f500;
}
.table-hgt-overdue-pd::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f500;
}

.table-hgt-overdue-pd::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fd6404;
  height: 60px;
}
.table-scroll-sticky thead{
  z-index: 999;
  position: relative;
}
#dept-wise-open {
  width: 100%;
  height: 400px;
}

#audit-point-progress-graph{
  width: 100%;
  height: 300px;
}