﻿@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;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.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;
}

/*login page logo and text*/
.login-logo-txt {
    position: absolute;
    top: 10px;
    left: 15px;
    width:74%;
    z-index:100;
}
/*welcome txt*/
.welcome-txt {
    text-align:center;
    margin: 15px 0 0 10px;
    color: #6e6b7b;
    font-weight: 600;
    font-size: 27px;
}
.inpt-pass {
    position:relative;
}
.eye-btn{
    position:absolute;
    top:8px;
    right:1px;
}
/*custom modal*/
.modal-dialog {
    max-width: 560px;
}
.user-pass {
    width:fit-content;
    padding: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom:1rem;
    margin-left:10px;
}
/*escalation*/
.escalation-list {
    width:96%;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: 500; 
    padding:30px 20px;
}
    .escalation-list p {
        color: #6e6b7b;
        font-size: 16px;
        margin-bottom:7px;
        font-weight:700;
    }
.escalation-list select{
    width:250px;
    padding:5px;
    outline:none;
    margin-bottom:5px;
}
.escalation-list .escalatn-iteam-gap {
    margin-bottom: 15px;
}
    .escalation-list .checkbox {
        margin: 0 10px 0 0;
    }
    .escalation-list .check-items{
        margin-bottom:15px;
    }
    /* 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;
    }
.copy-btn{
    width:68px;
    background:#d2d2d2;
    border:1px solid #ddd;
    padding:10px 0;
    margin: 15px 0 0 10px;
    box-shadow: 0 0 2px 0 #1c1c1c;
    font-weight:500;
    font-size:15px;
}
    .copy-btn:focus {
        border: 2px solid #01afae;
    }
    
    /* 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 */
.excel-btn {
    border-color: #A4EBF3;
    background-color: #00C1D4;
    color: #fff;
    font-weight:500;
}

    .excel-btn:active, .excel-btn:focus {
        background-color: #A4EBF3;
    }

    .excel-btn:hover {
        -webkit-box-shadow: 0 8px 25px -8px #00C1D4;
        box-shadow: 0 8px 25px -8px #00C1D4;
    }

/* 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-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-label-val {
  font-size: 14px;
  color: #151515;
  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;
}
.form-control-2 {
    font-size: 14px;
    padding: 0.48rem 2rem;
}

.custom-textarea {
  height: 100px;
}

.modal .modal-header {
  background-color: #c9e4ef;
  border-bottom: none;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.modal .modal-header h3 {
  font-size: 22px;
}

.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;
}
.close-cross{
    position:absolute;
    top:18px;
    right:0;
    font-size: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;
  padding: 15px 0px;
}

.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: 10px;
  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);
}

.light-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.light-table table tr th {
  background-color: #f3f2f7;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.light-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
}

.collapse-panel {
  background-color: #ffffff;
  padding: 15px;
  text-align: left;
  border-top: 1px solid #ddd;
}

.toggle-btn[data-bs-toggle="collapse"]::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
  font-weight: 700;
  content: "\f06e";
  margin-left: auto;
  color: #212529;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-btn[data-bs-toggle="collapse"][aria-expanded="true"]:after {
  color: #212529;
  content: "\f070";
}

.text-left {
  text-align: left;
}

.loading_main_background {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    /* align-items: center; */
    left: 40%;
    top: 30%;
    /*background-color: rgba(255,255,255,.5);*/
}

.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: 10%;
  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 .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: #00a1e4 !important;
  color: #fff;
  cursor: pointer;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.layout-body .clr-card-wrap .clr-card-wrap-five img {
  width: 60px;
  margin-bottom: 10px;
}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: 0;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .first-bar-line::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  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: 0;
  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 .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;
}

@media (max-width: 1303px) {
  .layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li {
    font-size: 14px;
    margin-right: 23px;
  }
}

@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;
  }
    .custom-margin{
        margin-top:7px !important;
    }
}

@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;
}

.frm-header {
  display: inline-block;
  color: #00a1e4;
  border-left: 3px solid #E2191F;
  padding-left: 10px;
  font-size: 20px;
}

.all-wrap {
  padding: 15px;
}

.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 65px;
  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 .form-label 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;
}

.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: #d6ddff;
}

.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;
}
.forgot-passsword-form {
    margin-top: 10px;
    background:#fff;
    padding:2rem;

}
.frm-ul-style li{
    list-style-type:disc !important;
    font-size:14px;
    margin:10px;
}
.control-label{
    margin-bottom:5px;
}
.input-wrap {
    display: flex;
}
.form-group {
    display: block;
    margin-bottom: 10px;
}

.form-group input {
    padding: 5px 7px;
    height: initial;
   
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    width: initial;
}
.forgot-passsword-form .form-group input {
    width: 50% !important;
}
.input-group{
    display:block;
}
/ /* width: initial;*/
.form-group label {
    position: relative;
    cursor: pointer;
    color: #343a40;
    margin-bottom: 10px;
}
.control-lable{
    margin-bottom:10px;
}
.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: none;
  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 */
.right-chck-bx label{
    display:inline-block !important;
}

.right-chck-bx input{
    margin-right:5px;
}
/*view enquiry css*/
.escalate-data {
    background: #95D1CC;
}
.without-escalate-data{
    background: #DFDFDE;
}


   .prev-enq-frm .row{
       margin-bottom: 15px;
   }
   .prev-enq-frm button{
       margin-top: 29px;
   }
    .prev-enq-frm input[type=date]{
        width: 100%;
        
        // display: block;
    // width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.prev-enq-frm label {
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    color: #6e6b7b;
}
.prev-enq-frm .clr-lgnd {
    margin-top: 29px;
}
        .clr-lgnd p{
            font-weight: 500;
            font-size: 16px;
        }
        .clr-lgnd .clr-code-1{
            margin-top: 4px;
            height: 12px;
            width: 12px;
            background:#95D1CC;
        }
        .clr-lgnd .clr-code-2{
            margin-top: 4px;
            height: 12px;
            width: 12px;
            background:#DFDFDE;
        }
        .clr-bx{
            justify-content: end;
        }
    

.today-enq-data {
    margin-bottom: 10px;
}
    .today-enq-data .clr-lgnd p{
            font-weight: 500;
            font-size: 16px;
        }
        
        
        .today-enq-data .clr-lgnd .clr-code-1{
            margin-top: 4px;
            height: 12px;
            width: 12px;
            background:#95D1CC;
        }
        .today-enq-data .clr-lgnd .clr-code-2{
            margin-top: 4px;
            height: 12px;
            width: 12px;
            background:#DFDFDE;
            border: 1px solid #ddd;
        }
.clr-bx {
    justify-content: end;
}

.master-table-details .master-purps-btn{
    float: right;
    margin-top: -54px;
}
.master-table-details .master-info-tble{
    margin-top: -20px;
}
.custom-margin{
    margin-top:38px;
}
    