@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
}

h1, h2, h3, h4, h5, h6, p, figure, label {
  padding: 0;
  margin: 0;
}

p{
  font-size: 12px;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.text-15{
  font-size: 15px !important;
}

select{
  font-size: 12px !important;
}

select option{
  font-size: 12px !important;
}

.modal-close .feather {
  width: 30px;
  height: 30px;
  stroke: #6e6b7b;
  stroke-width: 3;
}

.feather {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* button css */
.custom-btn {
  border: 1px solid transparent;
  padding: 9px 15px;
  border-radius: 0.358rem;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
}

/* custom-secondary-button css */
.custom-secondary-btn {
  border-color: #82868b;
  background-color: #82868b;
}

.custom-secondary-btn:active, .custom-secondary-btn:focus {
  background-color: #75797e;
}

.custom-secondary-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #82868b;
          box-shadow: 0 8px 25px -8px #82868b;
}

/* custom-success-button css */
.custom-success-btn {
  border-color: #28c76f;
  background-color: #28c76f;
}

.custom-success-btn:active, .custom-success-btn:focus {
  background-color: #24b263;
}

.custom-success-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #28c76f;
          box-shadow: 0 8px 25px -8px #28c76f;
}

.custom-delete-btn {
  border-color: #c72828;
  background-color: #c72828;
}

.custom-delete-btn:active, .custom-delete-btn:focus {
  background-color: #b22424;
}

.custom-delete-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #c72828;
          box-shadow: 0 8px 25px -8px #c72828;
}

/* custom-danger-button css */
.custom-danger-btn {
  border-color: #ea5455;
  background-color: #ea5455;
}

.custom-danger-btn:active, .custom-danger-btn:focus {
  background-color: #e73d3e;
}

.custom-danger-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #ea5455;
          box-shadow: 0 8px 25px -8px #ea5455;
}

/* custom-warning-button css */
.custom-warning-btn {
  border-color: #ff9f43;
  background-color: #ff9f43;
}

.custom-warning-btn:active, .custom-warning-btn:focus {
  background-color: #ff922a;
}

.custom-warning-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #ff9f43;
          box-shadow: 0 8px 25px -8px #ff9f43;
}

/* custom-info-button css */
.custom-info-btn {
  border-color: #00cfe8;
  background-color: #00cfe8;
}

.custom-info-btn:active, .custom-info-btn:focus {
  background-color: #00b8cf;
}

.custom-info-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #00cfe8;
          box-shadow: 0 8px 25px -8px #00cfe8;
}

/* custom-dark-button css */
.custom-dark-btn {
  border-color: #4b4b4b;
  background-color: #4b4b4b;
}

.custom-dark-btn:active, .custom-dark-btn:focus {
  background-color: #343434;
}

.custom-dark-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #4b4b4b;
          box-shadow: 0 8px 25px -8px #4b4b4b;
}

button {
  background-color: transparent;
  border: none;
}

::-moz-selection {
  background: #01afae;
  color: #fff;
}

::selection {
  background: #01afae;
  color: #fff;
}

.fixed-card-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  position: fixed;
}

.fixed-card-body::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  background-color: #01afae;
  border: 3px solid #FFF;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #FFF;
}

.frm-label {
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
}

.frm-label2 {
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  color: #6e6b7b;
}

.frm-label-val {
  font-size: 14px;
  color: #151515;
  text-align: justify;
  font-weight: 600;
  /*font-size: 14px;
    color: #151515;
    text-align: justify;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;*/
}

.form-control {
  font-size: 14px;
  padding: 0.48rem 0.75rem;
}

.custom-textarea {
  height: 100px;
}

.modal .modal-header {
  background-color: #EECB81;
  border-bottom: none;
  border-radius: 0;
}

.modal .modal-header .modal-title {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
}

.modal .modal-body .cmt-wrap h6 {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

.modal .modal-body .cmt-wrap p {
  color: #6e6b7b;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

/*

.dropdown {
    position: relative;
    width: 100%;
    height: 42px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.dropdown::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 1000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.dropdown.active::before {
    top: 18px;
    transform: rotate(-225deg);
}

.dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
    border-radius: 10px;
}

.dropdown .options {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.dropdown.active .options {
    display: block;
}

.dropdown .options div {
    padding: 12px 20px;
    cursor: pointer;
}

.dropdown .options div:hover {
    background: #62baea;
    color: #fff;
}

.dropdown .options div ion-icon {
    position: relative;
    top: 4px;
    font-size: 1.2em;
    margin-right: 10px;
}

*/
.fixed-search-panel {
  background-color: #fff;
  width: 330px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transform: translateX(-330px);
          transform: translateX(-330px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px 20px;
  overflow-y: auto;
}

.fixed-search-panel .srch-label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  padding-top: 8px;
}

.fixed-search-panel .srch-label label {
  font-weight: 600;
  text-transform: capitalize;
  color: #6e6b7b;
}

.fixed-search-panel .frm-label {
  padding-bottom: 5px;
}

.search-panel .frm-label {
  padding-bottom: 5px;
}

.active-search-panel {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.top-header {
  background-color: #fff;
}

.top-header .row:nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .app-setting-wrap {
  padding-right: 15px;
}

.top-header .app-setting-wrap button {
  color: #6e6b7b;
}

.top-header .toggle-wrap {
  padding-right: 15px;
}

.top-header .toggle-wrap .toggle-btn {
  border: none;
  background-color: transparent;
  color: #6e6b7b;
  font-size: 18px;
}

.top-header .toggle-wrap #light-mode {
  display: none;
}

.top-header .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 160px;
  background-color: #fff;
  z-index: 1;
  padding: 5px 0;
  right: 0;
  top: 58px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  border-radius: 4px;
}

.top-header .dropdown-content .pop-profile-list {
  text-align: initial !important;
}

.top-header .dropdown-content .pop-profile-list li {
  font-size: 14px;
  line-height: 18px;
}

.top-header .dropdown-content .pop-profile-list li a {
  padding: 0.65rem 1.28rem;
  display: block;
  color: #6e6b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .dropdown-content .pop-profile-list li a:hover {
  background-color: rgba(115, 103, 240, 0.12);
}

.top-header .profile-info-wrap .show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.top-header .profile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  position: relative;
}

.top-header .profile-info-wrap .notification-wrap {
  padding-right: 30px;
}

.top-header .profile-info-wrap .notification-wrap .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  border: none !important;
  border-radius: 4px !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  -webkit-transform: translate(-330px, 30px) !important;
          transform: translate(-330px, 30px) !important;
  display: initial !important;
  top: 35px !important;
}

.top-header .profile-info-wrap .notification-wrap .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-330px, 0px) !important;
          transform: translate(-330px, 0px) !important;
}

.top-header .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-header .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-header .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header .text h4 {
  font-size: 18px !important;
}

.top-header .profile-info-wrap .notification-wrap .dropdown-item:focus, .top-header .profile-info-wrap .notification-wrap .dropdown-item:hover {
  background-color: rgba(115, 103, 240, 0.12) !important;
}

.top-header .profile-info-wrap .notification-wrap .text h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6e6b7b;
  padding-bottom: 5px;
}

.top-header .profile-info-wrap .notification-wrap .text h4 span {
  font-weight: 400;
}

.top-header .profile-info-wrap .notification-wrap .noti-icon-container {
  color: #6e6b7b;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.top-header .profile-info-wrap .notification-wrap .noti-icon-container .notification-nmbr {
  position: absolute;
  background-color: #ea5455;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -11px;
  right: -13px;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.top-header .profile-info-wrap .profile-cred-list {
  padding-right: 15px;
  text-align: end;
}

.top-header .profile-info-wrap .profile-cred-list .profile-name {
  font-weight: 600;
  color: #6e6b7b;
  font-size: 15px;
  line-height: 13px;
}

.top-header .profile-info-wrap .profile-cred-list .profile-desig {
  font-weight: 400;
  color: #6e6b7b;
  font-size: 13px;
}

.layout-header .bottom-header .header-layout .nav-menu {
  background-color: #fff;
  margin: 8px 0;
  padding: 0 17px;
  border-radius: 4px;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li {
  position: relative;
  margin-right: 30px;
  text-transform: capitalize;
  position: relative;
  font-size: 15px;
  padding: 15px 0;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li:hover .drop-down-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li a {
  color: #6e6b7b;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li .active {
  background: linear-gradient(118deg, #01afae, rgba(1, 175, 174, 0.7));
  border-radius: 4px;
  padding: 8px 12px;
  color: #fff;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 10px 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  width: 250px;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu ul li {
  padding: .5rem 1.28rem;
  margin-right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu ul li:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.layout-body {
  padding: 0 0 18px 0;
}

.layout-body .floating-add-btn-container {
  position: fixed;
  bottom: 20%;
  right: 3%;
  z-index: 1;
}

.layout-body .floating-add-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  /*background: #35a989; */
  background: #3a3a3a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.layout-body .floating-search-btn-container {
  position: fixed;
  bottom: 12%;
  right: 3%;
  z-index: 1;
}

.layout-body .floating-search-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  /*background: #35a989; */
  background: #4f6bf2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.layout-body .show-hide-panel {
  display: none;
}

.layout-body .panel-active {
  display: block;
}

.layout-body .cmnt-btn {
  border: none;
  background-color: transparent;
}

.layout-body .btn-conainer {
  margin-top: 30px;
}

.layout-body .status-txt {
  font-weight: 600;
  text-transform: capitalize;
  color: #6e6b7b;
}

.layout-body .status-txt .pndg-txt {
  font-weight: 400;
  color: #ef6000;
}

.layout-body .status-txt .rjct-txt {
  color: #ea5455;
  font-weight: 400;
}

.layout-body .card-wrap-clr-one {
  background: linear-gradient(87deg, #5e72e4, #825ee4) !important;
}

.layout-body .card-wrap-clr-two {
  background: #29bbe3 !important;
}

.layout-body .card-wrap-clr-three {
  background: #35a989 !important;
}

.layout-body .card-wrap-clr-three .card-wrap-head h5 {
  border-bottom: 1px solid #fff !important;
}

.layout-body .card-wrap-clr-four {
  background: #f16c69 !important;
}

.layout-body .card-wrap-clr-four .card-wrap-head h5 {
  border-bottom: 1px solid #fff !important;
}

.layout-body .header-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-body .header-txt h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #6e6b7b;
  text-align: initial;
}

.layout-body .header-txt .header-icon {
  background-color: #fe8767;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-left: 8px;
}

.layout-body .light-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

tr th{
  text-transform: capitalize;
  vertical-align: middle;
}

.layout-body .light-table table tr th {
  background-color: #f3f2f7;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.layout-body .light-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
}

table tr td{
  background-color: #fff !important;
}

table tr th{
  background-color: rgb(224, 242, 241) !important;
  font-size: 12px;
}

.layout-body .breadcrumb {
  margin-bottom: 5px;
}

.layout-body .breadcrumb i {
  font-size: 18px;
}

.layout-body .breadcrumb li a {
  color: #01afae;
}

.layout-body .clr-card-wrap {
  height: 100%;
}

.layout-body .clr-card-wrap .header-txt h4 {
  color: #6e6b7b;
}

.layout-body .clr-card-wrap .clr-card-wrap-five {
  background-color: #4f6bf2 !important;
  color: #fff;
}

.layout-body .clr-card-wrap .approval-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 18px 0;
  text-align: center;
}

.layout-body .clr-card-wrap .approval-list-wrap .approval-list li:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 8px;
}

.layout-body .clr-card-wrap .approval-list-wrap .approval-list li:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
}

.layout-body .card-wrap {
  background-color: #fff;
  /*padding: 20px 17px;*/
  border-radius: 4px;
  color: #6e6b7b;
}

.layout-body .card-wrap .card-wrap-head h5 {
  padding: 10px 17px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 19px;
  text-align: initial;
}

.layout-body .card-wrap .cus-body-wrap {
  /*padding: 5px 17px 17px !important;*/
  padding: 0 0 17px 0 !important;
}

.layout-body .card-wrap .card-wrap-body {
  padding: 17px;
  position: relative;
}

.layout-body .card-wrap .card-wrap-body .filter-panel-wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  background-color: #bfe0eb;
  padding-left: 20px;
  padding-top: 4px;
}

.layout-body .card-wrap .card-wrap-body .side-img-card-wrap {
  height: 100%;
  background-color: #cdc9f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-body .card-wrap .card-wrap-body .clr-two {
  background-color: #e8f2ff !important;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn button {
  border: none;
  background-color: transparent;
  color: #6e6b7b;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn button .feather {
  width: 30px;
  height: 30px;
}

.layout-body .card-wrap .card-wrap-body .chart-wrap {
  width: 300px !important;
  height: 300px !important;
  margin: auto;
}

.layout-body .card-wrap .stat-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout-body .card-wrap .stat-list-wrap .stat-list {
  text-align: center;
}

.layout-body .card-wrap .stat-list-wrap .stat-list li:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.layout-body .card-wrap .stat-list-wrap .stat-list li:nth-child(2) {
  font-size: 18px;
  color: #fff;
}

.layout-body .card-wrap h2 {
  font-size: 15px;
  text-transform: capitalize;
}

.layout-body .card-wrap h4 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.layout-body .card-wrap .add-btn-container {
  padding: 0px 0 20px 15px;
}

.grid-wrap-container {
  display: -ms-grid;
  display: grid;
  height: 300px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.grid-wrap-container .box-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  text-align: center;
  text-transform: capitalize;
}

.grid-wrap-container .box-wrap-item .grid-wrap-item ul li {
  color: #fff;
  font-size: 14px;
}

.grid-wrap-container .box-wrap-item .grid-wrap-item ul li:nth-child(1) {
  padding-bottom: 5px;
}

.grid-wrap-container .box-1 {
  background-color: #ff7949;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 /span 2;
}

.grid-wrap-container .box-2 {
  background-color: #46496a;
}

.grid-wrap-container .box-3 {
  background-color: #81cebe;
}

.grid-wrap-container .box-4 {
  background-color: #ada58e;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 /span 2;
}

.grid-wrap-container .box-5 {
  background-color: #fece12;
}

/* dark-mode css */
.darkmodeactivated::-webkit-scrollbar-track {
  background-color: #22222e;
}

.darkmodeactivated::-webkit-scrollbar-thumb {
  border: 3px solid #22222e;
  border-radius: 10px;
}

.darkmodeactivated {
  background-color: #151521;
}

.darkmodeactivated .layout-body .card-wrap .card-wrap-body .filter-panel-wrap {
  background-color: #2a84fe;
  border-bottom: 1px solid transparent;
}

.darkmodeactivated .app-setting-wrap button {
  color: #d0d2d6;
}

.darkmodeactivated .dropdown-menu {
  background-color: #22222e !important;
}

.darkmodeactivated .all-wrap {
  background-color: #1a1c1e;
}

.darkmodeactivated .fixed-search-panel {
  background-color: #22222e;
}

.darkmodeactivated .layout-body .light-table table tr th {
  background-color: #343d55;
  color: #d0d2d6;
}

.darkmodeactivated .layout-body .light-table table tr td {
  color: #d0d2d6;
}

.darkmodeactivated .mobile-menu-dash {
  background: #d0d2d6;
}

.darkmodeactivated .top-header .dropdown-content {
  background-color: #22222e;
}

.darkmodeactivated .top-header .dropdown-content .pop-profile-list li a {
  color: #d0d2d6;
}

.darkmodeactivated .layout-header .top-header {
  background-color: #22222e;
}

.darkmodeactivated .layout-header .top-header .toggle-btn, .darkmodeactivated .layout-header .top-header .noti-icon-container, .darkmodeactivated .layout-header .top-header .profile-name, .darkmodeactivated .layout-header .top-header .profile-desig {
  color: #d0d2d6;
}

.darkmodeactivated .layout-header .bottom-header .header-layout .nav-menu {
  background-color: #22222e;
}

.darkmodeactivated .layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li a {
  color: #d0d2d6;
}

.darkmodeactivated .layout-body .header-txt h4, .darkmodeactivated .layout-body .card-wrap .card-wrap-head h5, .darkmodeactivated .stat-progess-bar .circle-wrap, .darkmodeactivated .rad-text, .darkmodeactivated .srch-label label {
  color: #d0d2d6;
}

.darkmodeactivated .layout-body .card-wrap {
  background-color: #22222e;
}

.darkmodeactivated .breadcrumb-item, .darkmodeactivated .frm-label, .darkmodeactivated .frm-label-val, .darkmodeactivated .fixed-edit-btn button, .darkmodeactivated .nav-tabs > .nav-item > .nav-link {
  color: #d0d2d6 !important;
}

.darkmodeactivated .breadcrumb-item.active {
  color: #d0d2d6;
}

.darkmodeactivated .stat-progess-bar .disable-bar {
  border: 4px solid #22222e !important;
  background-color: #22222e;
}

.darkmodeactivated .layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu {
  background-color: #22222e;
}

.stat-progess-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stat-progess-bar .disable-bar {
  border: 4px solid #fff !important;
}

.stat-progess-bar .circle-wrap {
  width: 14.28%;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}

.stat-progess-bar .bar-line, .stat-progess-bar .first-bar-line, .stat-progess-bar .last-bar-line {
  position: relative;
}

.stat-progess-bar .bar-line::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 8px;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .prog-circle {
  height: 40px;
  width: 40px;
  border: 6px solid #53515c;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.stat-progess-bar .first-bar-line::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 8px;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .last-bar-line::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 8px;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .fa {
  font-size: 25px;
  margin: 5px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.stat-progess-bar .last-bar-circle {
  border: 6px solid #eb7954;
}

.mobile-header-wrapper {
  padding: 10px 18px;
  background-color: #fff;
}

.mobile-menu {
  padding: 5px;
  display: block;
  border-radius: 4px;
}

.mobile-menu-dash {
  display: block;
  width: 25px;
  height: 2px;
  background: #6e6b7b;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*****************************
Layout - Offcanvas
*****************************/
.offcanvas {
  z-index: 999999;
  position: fixed;
  top: 0;
  overflow: auto;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #6e6b7b;
  width: 300px;
  overflow-x: hidden;
  visibility: visible;
}

.nav-transparent-bg-active {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999998;
  top: 0;
  bottom: 0;
}

.offcanvas-leftside {
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
  margin-bottom: 30px;
  padding: 0;
}

.offcanvas-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0 auto auto;
}

.offcanvas-close:hover {
  color: #261146;
  border-color: #261146;
}

.offcanvas-title {
  margin-bottom: 40px;
}

/*mobile-menu Top Area*/
.mobile-menu-top {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.mobile-menu-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-user-menu > li {
  margin-right: 40px;
  position: relative;
}

.mobile-menu-user-menu > li:last-child {
  margin-right: 0;
}

.mobile-menu-user-menu > li::after {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(0% - 20px);
}

.mobile-menu-user-menu > li:last-child::after {
  display: none;
}

.mobile-menu-user-menu > li > a {
  display: inline-block;
  line-height: 46px;
  color: #666 !important;
}

.mobile-menu-user-menu > li > a:hover {
  color: #261146;
}

.has-mobile-user-dropdown {
  position: relative;
  padding-right: 15px;
}

.has-mobile-user-dropdown::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
}

.mobile-user-sub-menu {
  position: absolute;
  top: calc(100%);
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  padding: 10px 15px;
  width: 160px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.mobile-user-sub-menu > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.mobile-user-sub-menu > li:last-child {
  border-bottom: none;
}

.mobile-user-sub-menu > li > a {
  position: relative;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-user-sub-menu > li > a:hover {
  color: #261146;
}

.user-sub-menu-link-icon {
  padding-right: 5px;
}

.has-mobile-user-dropdown:hover .mobile-user-sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*Mobile Menu Center Area*/
.mobile-menu-customer-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Raleway", sans-serif;
}

.mobile-menu-customer-support-icon {
  max-width: 50px;
  overflow: hidden;
  margin-right: 30px;
}

.mobile-menu-customer-support-icon img {
  width: 100%;
}

.mobile-menu-customer-support-text-phone {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-customer-support-text-phone:hover {
  color: #261146;
}

.mobile-menu-customer-support-text {
  font-size: 14px;
  margin: 20px 0;
}

.mobile-action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-action-icon-item {
  margin-right: 40px;
}

.mobile-action-icon-item:last-child {
  margin-right: 0;
}

.mobile-action-icon-link {
  position: relative;
  font-size: 27px;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-action-icon-link:hover {
  color: #261146;
}

.mobile-action-icon-item-count {
  position: absolute;
  top: 0;
  right: calc(0% - 10px);
  font-size: 11px;
  display: inline-block;
  background: #333;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
  background: #261146;
}

/*Mobile Menu Bottom Area*/
.mobile-menu-bottom {
  position: fixed;
  bottom: 5%;
}

.offcanvas-menu {
  margin: 20px 0;
}

.offcanvas-menu li {
  position: relative;
  padding: 10px 5px;
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid transparent;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}

.mobile-sub-menu {
  border-left: 1px solid #ddd;
  margin: 20px 0;
}

.mobile-sub-menu li {
  padding: 12px 0 12px 25px;
}

.mobile-sub-menu li a {
  font-weight: 500 !important;
}

.offcanvas-menu li a {
  display: block;
  color: #6e6b7b;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

/*.offcanvas-menu li a:hover {
            color: #ddd;
        }*/
.offcanvas-menu li .mobile-sub-menu {
  display: none;
}

.offcanvas-menu-expand::after {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666;
  font-weight: 600;
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
  border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
  color: #777;
  content: "\f106";
}

.mobile-menu-email {
  color: #999;
  text-align: center;
  display: block;
}

.mobile-menu-email:hover {
  color: #261146;
}

.mobile-menu-social {
  margin-top: 25px;
  text-align: center;
}

.mobile-menu-social > li {
  display: inline-block;
  margin-right: 13px;
}

.mobile-menu-social > li:last-child {
  margin-right: 0px;
}

.mobile-menu-social > li > a {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #FFF !important;
}

.mobile-menu-social > li > a:hover {
  opacity: 0.7;
}

.mobile-menu-social > li > a.facebook {
  background: #4867AA;
}

.mobile-menu-social > li > a.twitter {
  background: #1DA1F2;
}

.mobile-menu-social > li > a.youtube {
  background: #FE0000;
}

.mobile-menu-social > li > a.pinterest {
  background: #BD081B;
}

.mobile-menu-social > li > a.instagram {
  background: #B23A94;
}

.offcanvas-cart-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.offcanvas-cart-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-cart-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-cart-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-cart-image {
  width: 100%;
}

.offcanvas-cart-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-cart-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price-text {
  font-weight: 700;
}

.offcanvas-cart-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-cart-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
}

.offcanvas-cart-action-button-link:hover {
  background: #261146;
  color: #FFF;
}

.offcanvas-wishlist-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.offcanvas-wishlist-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-wishlist-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-wishlist-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-wishlist-image {
  width: 100%;
}

.offcanvas-wishlist-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-wishlist-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-wishlist-total-price-text {
  font-weight: 700;
}

.offcanvas-wishlist-action-button {
  margin-top: 40px;
}

.offcanvas-wishlist-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-wishlist-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.offcanvas-wishlist-action-button-link:hover {
  background: #261146;
  color: #FFF;
}

.master-selection {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 2% 2%;
}

.master-selection2 {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 0% 2%;
}

.master-selection h5 {
  margin: 0 0 2% 0;
}

.master-table table {
  margin: 3% 0 0 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.master-table button {
  padding: 1% 3%;
}

.master-table .edit-button {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .top-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .big-screen-logo {
    display: none;
  }
  .bottom-header {
    display: none;
  }
  .lg-res-space {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .res-space {
    padding-top: 25px;
  }
  .hori-form {
    display: initial !important;
  }
  .hori-form .frm-label {
    width: auto !important;
    padding-bottom: 10px !important;
  }
  .top-header {
    background-color: #fff;
    padding: 0;
  }
  .layout-body {
    padding: 18px 0px;
  }
}

@media (max-width: 720px) {
  .stat-progess-bar {
    display: inherit;
  }
  .stat-progess-bar .circle-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stat-progess-bar .circle-wrap .prog-wrap {
    width: 33.33%;
  }
  .stat-progess-bar .first-bar-line::after {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 50%;
    width: 1px;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .stat-progess-bar .bar-line::before {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    right: 0;
  }
  .stat-progess-bar .last-bar-line::before {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 50%;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    right: 0;
  }
}

@media (max-width: 575px) {
  .sm-res-space {
    padding-top: 25px;
  }
}

@media (max-width: 480px) {
  .log-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    background-color: #fff;
  }
  .log-flex-wrap .login-form-wrap {
    height: initial;
    padding: 60px 30px;
  }
  .sm-pad {
    padding: 0 !important;
  }
  .custom-d-sm-none {
    display: none;
  }
  .profile-info {
    display: none;
  }
  .sdg-wrap label {
    margin: 10px 0px !important;
  }
  .nav-tabs > .nav-item > .nav-link {
    padding: 8px 0px !important;
  }
}

.custom-rad-label {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-rad-label .rad-design {
  margin: auto;
  width: 16px !important;
  height: 16px !important;
}

.custom-rad-label:hover, .custom-rad-label:focus-within {
  background: transparent !important;
}

.rad-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: rgba(204, 204, 204, 0.14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right bottom, from(#40fcab), to(#406ffc));
  background: linear-gradient(to right bottom, #40fcab, #406ffc);
  position: relative;
}

.rad-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #e6e6e6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-input:checked + .rad-design::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.rad-text {
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.rad-input:checked ~ .rad-text {
  color: #666666;
}

.abs-site-link {
  position: fixed;
  bottom: 40px;
  left: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.div_1, .div_2, .div_3, .div_4, .div_5, .div_6 {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.all-wrap {
  padding: 15px;
  margin: 17px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.all-wrap .view-single-panel {
  position: absolute;
  right: 20px;
  top: 17px;
}

.all-wrap .view-single-panel button {
  color: #6e6b7b;
  font-size: 25px;
}

.top-header .noti-show {
  opacity: 1;
  visibility: visible;
}

.login-form-wrap {
  padding: 60px 40px;
  background-color: #fff;
  height: 100vh;
}

.login-form-wrap h3 {
  font-weight: 600;
  font-size: 24px;
  color: #3a3a3a;
  padding-bottom: 10px;
}

.login-form-wrap p {
  font-size: 14px;
  color: #8898aa;
  padding-bottom: 15px;
}

.login-form-wrap a {
  background-color: #01afae;
  width: 100%;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.login-form-wrap .dropdown-item{
  background-color: #fff;
  color: #000;
}

.login-form-wrap .dropdown-item:hover{
  background-color: #e0e0e0;
}

.filter-header-panel {
  display: none;
}

.filter-header-panel.active, .fy-active, .program-wrap-active, .project-wrap-active, .partner-wrap-activate {
  display: block;
}

.disable {
  display: none;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sdg-wrap input[type="checkbox"][id^="cb"] {
  display: none;
}

.sdg-wrap label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sdg-wrap label::before {
  background-color: white;
  color: white;
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #01afae;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sdg-wrap label img {
  width: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.sdg-wrap :checked + label {
  border-color: #ddd;
}

.sdg-wrap :checked + label::before {
  content: "✓";
  background-color: #35a989;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sdg-wrap :checked + label img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  z-index: -1;
}

.sdg-wrap :checked + label .schedule-box-wrap {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  z-index: -1;
}

.sdg-wrap .schedule-box-wrap img {
  width: 40px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.schedule-box input[type="checkbox"][id^="cb"] {
  display: none;
}

.schedule-box :checked + .schedule-box-wrap {
  border-color: #ddd;
}

.schedule-box :checked + .schedule-box-wrap::before {
  content: "✓";
  background: #35a989;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.schedule-box .schedule-box-wrap {
  background: #46496a;
  border-radius: 4px;
  color: #fff;
  padding: 20px 15px;
}

.schedule-box .schedule-box-wrap .cntrl-label {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #f7f135;
}

.schedule-box .schedule-box-wrap .label-txt {
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}

.schedule-box .schedule-box-wrap .label-txt-value {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}

.schedule-box .schedule-box-wrap figure {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule-box .schedule-box-wrap figure .num {
  font-size: 40px;
  line-height: 44px;
  font-family: 'Oswald', sans-serif;
}

.schedule-box .schedule-box-wrap figure img {
  width: 50px;
}

.schedule-box .schedule-box-wrap figcaption p {
  font-size: 14px;
  line-height: 22px;
}

.schedule-box .schedule-box-wrap.active {
  background: #35a989;
}

.schedule-box label {
  margin: 0;
}

.number-wrap {
  position: relative;
  padding: 20px;
  margin-left: 40px;
  background-color: #e4f2ff;
}

.num-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #424964;
  color: #fff;
  padding: 14px 7px;
}

.num-box p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.num-box .number-box {
  position: absolute;
  left: 0;
  padding: 5px 0px;
  background-color: #b6b6b5;
  font-weight: 600;
  bottom: -29px;
  color: #151515;
  width: 34px;
  text-align: center;
}

.pending-wrap {
  border-right: 5px solid #ff7949;
}

.success-wrap {
  border-right: 5px solid #28c76f;
}

.rejected-wrap {
  border-right: 5px solid #ea5455;
}

.hori-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hori-form .frm-label {
  width: 330px;
  padding-bottom: 0;
}

.profile-list li {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.profile-list li span {
  font-weight: 600;
  margin-right: 10px;
}

.profile-list li:last-child {
  margin-bottom: 0;
}

.note-label {
  background-color: lightblue;
  padding: 8px 30px;
  color: #404040;
  font-weight: 600;
  float: right;
  -webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
          clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}

.checkbox-wrap {
  border: 1px solid #dddd;
  padding: 22px;
}

.checkbox-wrap .checkbox-list li {
  margin-bottom: 15px;
}

.checkbox-wrap .checkbox-list li:last-child {
  margin-bottom: 0;
}

.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #6e6b7b;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #01afae;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
  top: -2px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #01afae;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noti-wrap label {
  font-weight: 600;
}

.noti-wrap label span {
  font-weight: 400;
}

.tab-wrap {
  position: relative;
}

.wrap-content {
  margin-left: 33px;
}

.wrap-content .num-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #424964;
  color: #fff;
  padding: 14px 4px;
}

.wrap-content .num-box p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  position: relative;
}

.wrap-content .nav-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap-content .header-tab-box label {
  font-weight: 500;
}

.wrap-content #progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  color: lightgrey;
}

.wrap-content #progressbar .active {
  color: #2F8D46;
}

.wrap-content #progressbar .in-progress {
  color: #b48134;
}

.wrap-content #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

.wrap-content #progressbar #step1:before {
  content: "";
}

.wrap-content #progressbar #step2:before {
  content: "";
}

.wrap-content #progressbar #step3:before {
  content: "";
}

.wrap-content #progressbar #step4:before {
  content: "";
}

.wrap-content #progressbar #step5:before {
  content: "";
}

.wrap-content #progressbar li:before {
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  padding: 2px;
}

.wrap-content #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.wrap-content #progressbar li.Y:before,
.wrap-content #progressbar li.Y:after {
  background: #2F8D46;
}

.wrap-content #progressbar li.N:before,
.wrap-content #progressbar li.N:after {
  background: #f29623;
}

.wrap-content .progress {
  height: 20px;
}

.wrap-content .progress-bar {
  background-color: #b2d135 !important;
}

.wrap-content .tab-header-txt {
  margin-bottom: 6px;
}

.wrap-content .header-tab-box label span {
  font-weight: 400;
}

.wrap-content .pr-0 {
  padding-right: 0;
}

.wrap-content .header-tab-box {
  padding: 5px 0px;
  /* background-color: #63b0f4; */
  background-color: #788793;
  /* background-color: #008fd9; */
  color: #fff;
}

.wrap-content .body-tab-box {
  padding: 30px 20px;
  border: 1px solid #9e9e9e;
}

.wrap-content .main-bg {
  background-color: #d3d3d3 !important;
}

.wrap-content .main-bg.active {
  background-color: #46496a !important;
  color: #fff !important;
}

.wrap-content .pill_nav .nav-tabs a {
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 11% 50%, 0% 0%);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 11% 50%, 0% 0%);
  padding: 12px 27px;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  font-weight: 500;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wrap-content .form-box ul li, .wrap-content .form-box2 ul li, .wrap-content .form-box3 ul li, .wrap-content .form-box4 ul li, .wrap-content .form-box5 ul li, .wrap-content .form-box6 ul li, .wrap-content .form-box7 ul li {
  font-size: 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #959595;
  background-color: #ececec;
}

.wrap-content .form-box ul li:nth-child(1) {
  background-color: #6e6e6e;
  color: #fff;
  font-weight: 500;
}

.wrap-content .form-box ul li:last-child {
  border-bottom: none;
}

.wrap-content .form-box ul, .wrap-content .form-box2 ul, .wrap-content .form-box3 ul, .wrap-content .form-box4 ul, .wrap-content .form-box5 ul, .wrap-content .form-box6 ul, .wrap-content .form-box7 ul {
  border: 1px solid #959595;
  font-weight: 500;
  color: #626262;
}

.wrap-content .form-box ul li span, .wrap-content .form-box2 ul li span, .wrap-content .form-box3 ul li span, .wrap-content .form-box4 ul li span, .wrap-content .form-box5 ul li span, .wrap-content .form-box6 ul li span, .wrap-content .form-box7 ul li span {
  float: right;
}

.colp-pnl-hdr {
  font-weight: 600;
  color: #6e6b7b;
}

.last-dropdown-menu {
  left: -156px;
}

.border-label {
  display: inline-block;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.border-label-val {
  display: block;
  text-align: center;
}

.priority-wrap .priority-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  padding: 10px;
  width: 300px;
  margin: auto;
}

.priority-wrap .priority-list .high-prior {
  color: #ff2a2a;
}

.priority-wrap .priority-list .medium-prior {
  color: #fe8239;
}

.priority-wrap .priority-list .low-prior {
  color: #25bfb1;
}

.priority-wrap .priority-list li {
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  margin-right: 10px;
}

.priority-wrap .priority-list li span {
  font-weight: 500;
  margin-left: 5px;
  color: #6e6b7b;
}

/*.fund-box {

    .form-group label {
        padding-right: 30px;
    }
    .form-group label::before {
        position: absolute;
        right: 0;
        margin-right: 0;
    }

    .form-group input:checked + label:after {
        right: 9px;
      left: initial;
    }
}*/
.fund-box .form-group {
  display: inline-block;
}

.fund-box .form-group label::before {
  margin-right: 10px;
}

.workflow-wrap {
  /*background-color: #a578e1;*/
  padding: 10px;
  background: linear-gradient(87deg, #5e72e4, #825ee4);
  border-radius: 3px;
}

.workflow-wrap .frm-label, .workflow-wrap .frm-label-val {
  color: #fff;
}

.indicator-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.indicator-wrap .indi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indicator-wrap .indi-list li {
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  color: #6e6b7b;
}

.indicator-wrap .indi-list li:nth-child(1) {
  margin-right: 30px;
}

.indicator-wrap .sel-indi::before {
  position: absolute;
  content: "";
  background-color: #35a989;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -15px;
  top: 6px;
}

.indicator-wrap .not-sel-indi::before {
  position: absolute;
  content: "";
  background-color: #46496a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -15px;
  top: 6px;
}

.show-read-more .more-text {
  display: none;
}

.read-more {
  color: #f7f135;
}

.read-more:hover {
  color: #f7f135;
}
/*# sourceMappingURL=style.css.map */

.input-group{
  width: auto !important;
}

.int-notes-acc{
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #212121;
  display: block !important;
}

.int-notes-acc img{
  margin-right: 10px;
}

.int-notes-acc p{
  color: #929292;
}

.int-notes-head h2.background {
  position: relative;
  z-index: 1;
}

.int-notes-head h2 {
  font: 15px sans-serif;
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
}
.int-notes-head h2.background span {
  background: #fff;
  padding: 0 15px;
}
.int-notes-head h2.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  z-index: -1;
}

.add-media{
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  border: 1px dashed #c2c2c2;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.add-media2{
  padding: 1rem;
  text-align: center;
  border: 1px dashed #404040;
  width: 100%;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 100%;
  height: 110px;
  position: relative;
  border: 2px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-content .form-select{
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
  padding-bottom: 10px;
}

.tab-content .form-control{
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
  font-size: 12px;
}

.product-tabs .active{
  background-color: #bfe0eb !important;
  box-shadow: none;
  color: #212121 !important;
}

.product-tabs2 .form-select{
  font-size: 13px !important;
}

.form-check-label{
  font-size: 13px !important;
}

.modal-body{
  padding: 0 20px !important;
}

.row{
  /* padding: 0 1rem; */
}

.product-frm-head{
  background-color: #E0F2F1;
  padding: 1rem;
  font-size: 15px !important;
  margin-top: 1rem;
}

.product-frm-head h2{
  font-size: 15px;
  font-weight: 600;
}

.product-card{
  /* border: 1px solid #ced4da !important; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-card .row{
  padding: 0 1rem;
}

.product-card .card-header{
  /* border-bottom: 1px solid #ced4da !important; */
  padding: 0.5rem !important;
  font-weight: 600;
  background-color: #E0F2F1 !important;
}

.product-card .card-body{
  padding: 0 0 !important;
}

.view_product_card{
  padding: 1rem !important;
}

.view_product_card .table>thead{
  background-color: #E0F2F1;
  font-size: 13px;
}

.view_product_card .table>tbody{
  font-size: 12px;
}

.view_product_card .table thead, tr th{
  border: 1px solid #fff !important;
}

.stock-adj-tbl td:first-child, td:nth-child(2), td:nth-child(3){
  position:sticky;
  left:0px;
  background-color: #fff;
}

.stock-adj-tbl th:first-child, th:nth-child(2), th:nth-child(3),{
  position:sticky;
  left: 0px;
  background-color: #E0F2F1;
}

.table tbody tr td a .fa-minus-circle{
  color: red !important;
  font-size: 30px
}

tbody tr td{
  background-color: #fff !important;
  vertical-align: middle;
}

.del .fa-minus-circle{
  
}

.view_product_card button{
  background-color: #EECB81;
  border: none;
  color: #212121;
  font-size: 13px;
  font-weight: 600;
}

.view_product_card button:hover{
  background-color: #E0F2F1;
  color: #212121;
}

.status{
  width: fit-content;
  background-color: #24b263;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 50px;
  color: #fff;
}

.status2{
  width: fit-content;
  background-color: red;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 50px;
  color: #fff;
}

.save-btn{
  background-color: #01afae !important;
  color: #fff !important;
}

.save-btn:hover{
  background-color: #E0F2F1 !important;
  color: #212121 !important;
}

.logo-container{
  padding: 10px 0;
}

.add-product{
	position:fixed;
	width:45px;
	height:45px;
	bottom:20px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:15px;
}

.action-btn button{
  background-color: #0C9;
  color: #fff;
  font-size: 15px;
}

.action-btn .dlt{
  background-color: red;
}

.action-btn .add{
  background-color: skyblue;
}

.tax-green-box{
  width: fit-content;
  background-color: #0C9;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 5px;
}

.dashboard-card .form-select{
  font-size: 12px;
  width: auto;
  margin-left: 10px;
  border: none;
}

.product-edit .dropdown-toggle::after{
  display: none;
}

.product-edit button{
  background: none;
  font-size: 15px;
  font-weight: 800;
}

select[data-multi-select-plugin] {
  display: none !important;
}

.multi-select-component {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  padding-bottom: 0px;
  color: #555;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
  border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
  box-shadow: inset 0px 0px 0px 2px #78ABFE;
}

.multi-select-component .btn-group {
  display: none !important;
}

.multiselect-native-select .multiselect-container {
  width: 100%;
}

.selected-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: 1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}

.selected-wrapper .selected-label {
  max-width: 514px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}

.selected-wrapper .selected-close {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.49em;
  margin-left: 5px;
  padding-bottom: 10px;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
  opacity: 0.2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
}

.search-container {
  display: flex;
  flex-direction: row;
}

.search-container .selected-input {
  background: none;
  border: 0;
  height: 20px;
  width: 60px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-container .selected-input:focus {
  outline: none;
}

.dropdown-icon.active {
  transform: rotateX(180deg)
}

.search-container .dropdown-icon {
  display: inline-block;
  padding: 10px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 0 !important;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.search-container ul {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 3;
  margin-top: 29px;
  width: 100%;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-container ul :focus {
  outline: none;
}

.search-container ul li {
  display: block;
  text-align: left;
  padding: 8px 29px 2px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  min-height: 31px;
}

.search-container ul li:first-child {
  border-top: 1px solid #ccc;
  border-radius: 4px 0px 0 0;
}

.search-container ul li:last-child {
  border-radius: 4px 0px 0 0;
}


.search-container ul li:hover.not-cursor {
  cursor: default;
}

.search-container ul li:hover {
  color: #333;
  background-color: rgb(251, 242, 152);
  ;
  border-color: #adadad;
  cursor: pointer;
}

/* Adding scrool to select options */
.autocomplete-list {
  max-height: 130px;
  overflow-y: auto;
}

.breadcrumb .active{
  color: #212121;
}

/* delete modal */

.modal-confirm {		
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
  background-color: #fff;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
  background-color: red !important;
  color: #fff;
  font-size: 15px;
  padding: 1% 3% !important;
  border-radius: 5px;
  border: none !important;
}

.form-control:disabled{
  background-color: #fff !important;
}

.product-side-tab{
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 0;
  height: 100vh !important;
}

.product-side-tab .nav{
  display: block;
}

.product-side-tab .nav-pills .nav-link.active{
  color: #212121;
  background-color: #d1e6ff;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
}

.product-side-tab .nav-pills .nav-link{
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 1rem;
}

.product-side-modal .modal-footer{
  width: 100%;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  z-index: 99999;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.158) 0px 22px 70px 4px;
}

.modal-header{
  width: 100%;
  position: sticky;
  z-index: 99999;
  top: 0;
}

.po-status{
  display: flex;
  justify-content: space-between;
}

.po-process .circle-wrap{
  width: 11%;
  font-size: 11px;
}

.po-process .stat-progess-bar .first-bar-line::after{
  top: -25% !important;
}

.po-process .stat-progess-bar .bar-line::before{
  top: -25% !important;
}

.po-process .stat-progess-bar .last-bar-line::before{
  top: -25% !important;
}

/* progress bar */

.list-group.vertical-steps{
  padding-left:10px;
}
.list-group.vertical-steps .list-group-item{
  border:none;
  border-left:3px solid #ece5dd;
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:20px;
  padding-right:0px;
  padding-bottom:20px;  
  padding-top:0px;
}
.list-group.vertical-steps .list-group-item.active{
  background-color:transparent;
  color:inherit;
}
.list-group.vertical-steps .list-group-item:last-child{
  border-left:3px solid transparent;
  padding-bottom:0;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color:#ece5dd;
  color:#555;
  content: counter(step-counter);
  display:inline-block;
  float:left;
  height:25px;
  line-height:25px;
  margin-left:-35px;
  text-align:center;  
  width:25px;  
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a{
  display:block;
  overflow:hidden;
  padding-top:2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before{
  background-color: limegreen;
  color:#fff;
}
.list-group.vertical-steps .list-group-item.completed{
  border-left:3px solid #0052c2;
}
.list-group.vertical-steps .list-group-item.completed::before{
  background-color:#0052c2;
  color:#fff;
}
.list-group.vertical-steps .list-group-item.completed:last-child{
  border-left:3px solid transparent;
}

.stat-progess-bar .complete{
  background-color: limegreen !important;
}

.complete .first-bar-line::after{
  background-color: limegreen !important;
}

.complete .bar-line::before{
  background-color: limegreen !important;
}

/* password change */

.forgot-passsword-form ul li{
  font-size: 12px;
  list-style-type: disc;
}

.toggle-password {
  float: right;
  cursor: pointer;
}

.product-side-tab2{
  padding: 0;
  margin-bottom: 1rem;
}

.product-side-tab2 .nav{
  display: block;
}

.product-side-tab2 .nav-pills .nav-link{
  color: #555;
}

.product-side-tab2 .nav-pills .nav-link.active{
  color: #212121;
  background-color: #d1e6ff;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
}

.product-side-tab2 .nav-pills .nav-link{
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 1rem;
}

.card{
  border: none;
}

.card-header{
  border-bottom: none;
}

/* notification */

.notification{
  width: 70%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.notification a{
  color: #6e6b7b;
}

.notification-box{
  padding: 1rem;
}

.notification-box:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}