@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343A40;
}

body, html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  line-height: 1;
  font-size: 13px;
  color: #6C757D;
  background: #E9ECEF;
}

p {
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #4084EA;
}

.text-theme-body {
  color: #6C757D;
}

.text-danger {
  color: #F2000B;
}

.text-primary {
  color: #4084EA;
}

a.enquiry-box {
  color: unset;
}

.btn-primary {
  background-color: #F2000B;
  border-color: #F2000B;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #ce0a14 !important;
  border-color: #ce0a14 !important;
}

.btn-secondary {
  background-color: #BDADAD;
  color: #fff;
  border-color: #BDADAD;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #c2a6a6;
  border-color: #c2a6a6;
}

.btn-primary-light {
  background-color: rgba(242, 0, 11, 0.1);
  color: #343A40;
  border-color: rgba(242, 0, 11, 0.1);
}
.btn-primary-light:hover, .btn-primary-light:active {
  background-color: rgba(242, 0, 11, 0.2);
  border-color: rgba(242, 0, 11, 0.2);
  color: #343A40;
}

.imp-link-btn {
  position: fixed;
  right: -60px;
  top: 50%;
  background-color: #343A40;
  transform: rotate(270deg) translateY(-50%);
  color: #fff;
}
.imp-link-btn:hover, .imp-link-btn:focus {
  background-color: #272727;
  color: #fff;
}

header {
  position: sticky;
  top: 0px;
  z-index: 999;
}

header .navbar {
  background-color: #F2000B;
}
header .navbar .brand-block {
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 16px;
}
header .navbar .brand-block .sidebar-toggler {
  cursor: pointer;
  background-image: url("../assets/icon/hamburger-ic.svg");
  height: 32px;
  width: 32px;
  transition: 0.3s;
}
header .navbar .brand-block .sidebar-toggler.clicked {
  background-image: url("../assets/icon/hamburger-ic-clicked.svg");
}
header .navbar .nav-item .nav-link {
  padding: 16px 0px;
  font-size: 16px;
  position: relative;
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
header .navbar .nav-item .nav-link.active {
  color: #fff;
}
header .navbar .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.wrapper {
  display: flex;
}

main {
  flex-grow: 1;
  padding-bottom: 32px;
  overflow: hidden;
  transition: 0.3s;
}

.theme-breadcrumb {
  padding: 12px 12px;
  background-color: #E5E5E5;
  border-radius: 8px;
}
.theme-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}
.theme-breadcrumb .breadcrumb .breadcrumb-item a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #4084EA;
  transition: 0.3s;
}
.theme-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #343A40;
}
.theme-breadcrumb .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  color: #4084EA;
}

.theme-tab-block .nav-pills {
  background-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.14));
  padding: 0px 1rem;
  border-radius: 4px;
}
.theme-tab-block .nav-pills .nav-link {
  color: #6C757D;
  background-color: unset;
  border-radius: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
}
.theme-tab-block .nav-pills .nav-link.active {
  color: #343A40;
  border-bottom: 2px solid #343A40;
}
.theme-tab-block .nav-pills {
  margin: 0px 9.75px;
}

.theme-action-block {
  padding: 8px 0px 11px 0px;
}

.action-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.action-btn-wrap .action-btn:nth-last-child(1) {
  margin-right: 0px;
}

.action-btn {
  padding: 5px 8px;
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(224, 224, 224, 0.4) 0%, rgba(173, 173, 173, 0.4) 100%);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  color: #343A40;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
}
.action-btn .form-check {
  min-height: unset;
  margin-bottom: unset;
  cursor: pointer;
}
.action-btn:hover {
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(189, 187, 187, 0.4) 0%, rgba(112, 112, 112, 0.4) 100%);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.action-btn.active {
  color: #F2000B;
}
.action-btn .bi {
  font-size: 16px;
}
.action-btn.del-btn {
  background: #F2000B;
  box-shadow: 0px 3px 0px 0px #BC040D;
  color: #fff;
}
.action-btn.del-btn:hover {
  background: #d4020c;
}
.action-btn.save-btn {
  background: #0ead44;
  box-shadow: 0px 3px 0px 0px #078030;
  color: #fff;
}
.action-btn.save-btn:hover {
  background: #0a8131;
}
.action-btn.disabled {
  background: linear-gradient(180deg, rgba(224, 224, 224, 0.4) 0%, rgba(173, 173, 173, 0.4) 100%);
  pointer-events: none;
  cursor: not-allowed;
  color: #6C757D;
  box-shadow: unset;
}

.green-btn {
  background-color: #0ead44;
  color: #fff;
  border: none;
}

.sidebar {
  background-color: #fff;
  min-width: 226px;
  width: 226px;
  min-height: calc(100vh - 48px);
  transition: width 0.3s, min-width 0.3s;
  position: fixed;
  left: 0px;
  z-index: 999;
}
.sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 12px;
}
.sidebar ul .nav-item {
  margin-bottom: 4px;
}
.sidebar ul .nav-item .nav-link {
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  color: #343A40;
  padding: 8px 20px 8px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  height: 34px;
}
.sidebar ul .nav-item .nav-link .bi {
  font-size: 17px;
  opacity: 0.8;
}
.sidebar ul .nav-item.active .nav-link {
  color: #F2000B;
  font-weight: 700;
  opacity: 1;
}
.sidebar.sidebarSmall {
  width: 54px;
  min-width: 54px;
}
.sidebar.sidebarSmall .nav-item .nav-link .anchor-text {
  display: none;
}

.sidebar ~ main {
  padding-left: 226px;
}

.sidebar.sidebarSmall ~ main {
  padding-left: 54px;
}

.filter-block {
  background-color: #F2F2F2;
  padding: 4px 0px;
  border-radius: 8px;
  display: flex;
}
.filter-block .filter-dropdown {
  margin-right: 4px;
}
.filter-block .filter-dropdown .btn {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #A1A5B7;
  padding: 4px 6px 4px 10px;
}
.filter-block .filter-dropdown .btn .selected {
  color: #3F4254;
}
.filter-block .filter-dropdown .btn.show {
  background-color: #fff;
  border: 1px solid transparent;
}
.filter-block .filter-dropdown .btn:active {
  border: 1px solid transparent;
}
.filter-block .dropdown-toggle::after {
  all: unset;
  content: "";
  background-image: url("../assets/icon/arrow-down.svg");
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 4px;
}
.filter-block .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.filter-block .dropdown-menu {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 25px 24px -8px rgba(77, 70, 70, 0.25);
  border: none;
}
.filter-block .dropdown-menu li .dropdown-item {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
  transition: 0.3s;
  font-weight: 500;
  color: #6C757D;
}
.filter-block .dropdown-menu li .dropdown-item:hover, .filter-block .dropdown-menu li .dropdown-item.active {
  color: #4084EA;
  background-color: unset;
}
.filter-block .dropdown-menu li:nth-last-child(1) .dropdown-item {
  border-bottom: none;
}

.sort-by-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  border-bottom: 1px solid #eee;
}

.user-dropdown .dropdown-menu {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 25px 24px -8px rgba(77, 70, 70, 0.25);
  border: none;
  left: auto;
  right: 0px;
}
.user-dropdown .dropdown-menu li .dropdown-item {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
  transition: 0.3s;
  font-weight: 500;
  color: #6C757D;
}
.user-dropdown .dropdown-menu li .dropdown-item:hover, .user-dropdown .dropdown-menu li .dropdown-item.active {
  color: #4084EA;
  background-color: unset;
}
.user-dropdown .dropdown-menu li:nth-last-child(1) .dropdown-item {
  border-bottom: none;
}
.user-dropdown .dropdown-toggle {
  padding: 0px;
  border: unset;
  box-shadow: unset;
}
.user-dropdown .dropdown-toggle::after {
  all: unset;
  content: "";
  background-image: url("../assets/icon/arrow-down.svg");
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 4px;
  filter: sepia(1);
}
.user-dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.user-dropdown .drop-ic {
  margin-right: 4px;
}

.theme-dropdown .dropdown-menu {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 25px 24px -8px rgba(77, 70, 70, 0.25);
  border: 1px solid #eee;
}
.theme-dropdown .dropdown-menu li .dropdown-item {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
  transition: 0.3s;
  font-weight: 500;
  color: #6C757D;
}
.theme-dropdown .dropdown-menu li:nth-last-child(1) .dropdown-item {
  border-bottom: none;
}
.theme-dropdown .dropdown-menu li .dropdown-item:hover, .theme-dropdown .dropdown-menu li .dropdown-item.active {
  color: #4084EA;
  background-color: unset;
}

.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  transition: 0.3s;
}

.detail-btn {
  padding: 8px;
  border-radius: 6px;
  background: #F1F1F2;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  transition: 0.3s;
}

.enquiry-box {
  padding: 10px 16px;
  background-color: #fff;
  border-radius: 8px;
  width: 184px;
  min-height: 176px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enquiry-box .enq-id {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.12px;
  margin-bottom: 10px;
}
.enquiry-box .enq-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.enquiry-box .enq-cName {
  font-size: 12px;
  font-weight: 500;
}
.enquiry-box .box-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enquiry-box .detail-btn {
  padding: 8px;
  border-radius: 6px;
  background: #F1F1F2;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  transition: 0.3s;
}
.enquiry-box.active .detail-btn img {
  transform: rotate(180deg);
}

.uc-box {
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 8px;
  width: 190px;
  min-height: 180px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uc-box .uc-id {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.uc-box .uc-cName {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 30px;
}
.uc-box .comm-para {
  font-size: 11px;
  font-weight: 500;
  color: #BDADAD;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.uc-box .fu-text {
  font-size: 12px;
  color: #BDADAD;
  margin-bottom: 4px;
}
.uc-box .fu-date {
  font-size: 13px;
}
.uc-box .box-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uc-box .detail-ic {
  width: 18px;
  cursor: pointer;
}
.uc-box .detail-ic.active {
  transform: rotate(180deg);
}
.uc-box .card-label {
  font-size: 11px;
  color: #BDADAD;
  margin-bottom: 2px;
}

.col .uc-box {
  width: 100%;
}

.theme-pagination .page-link {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1;
  color: #1D2939;
  font-weight: 500;
  box-shadow: unset;
}
.theme-pagination .page-link:focus {
  background-color: #fff;
}
.theme-pagination .page-link:hover {
  background-color: rgba(242, 0, 11, 0.1);
}
.theme-pagination .page-link.active {
  background-color: #F2000B;
  color: #fff;
  border-color: #F2000B;
}

.enquiry-side-panel {
  top: 90px !important;
}

.detailstabs .nav-blk {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 8px;
}
.detailstabs .nav-blk .nav-pills .nav-link {
  color: #343A40;
  opacity: 0.6;
  border-radius: unset;
  background-color: unset;
  padding: 8px 0px;
  margin-right: 16px;
}
.detailstabs .nav-blk .nav-pills .nav-link.active {
  opacity: 1;
  border-bottom: 2px solid #343A40;
}
.detailstabs .activity-box {
  background-color: #F1F1F2;
  padding: 10px 16px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #F1F1F2;
}
.detailstabs .activity-box.new {
  border: 1px solid #4084EA;
  background: rgba(64, 132, 234, 0.1);
}
.detailstabs .activity-box.new::before {
  content: "new";
  background-color: #4084EA;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  border-radius: 2px;
  position: absolute;
  top: -18px;
  left: 8px;
}
.detailstabs .activity-box .head {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ADB5BD;
  display: flex;
  justify-content: space-between;
}
.detailstabs .activity-box .attach-created {
  border-radius: 8px;
  border: 1px dashed #F1F1F2;
  background: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}
.detailstabs .activity-box .comments {
  display: flex;
  justify-content: space-between;
}
.detailstabs .activity-box .comments p {
  margin-bottom: 0px;
}
.detailstabs .enquiry-timeline {
  position: relative;
}
.detailstabs .enquiry-timeline::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ADB5BD;
  position: absolute;
  left: 14px;
  top: 0px;
  z-index: 0;
}
.detailstabs .enquiry-timeline .step {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  gap: 8px;
}
.detailstabs .enquiry-timeline .step .step-ic {
  position: relative;
  height: 28px;
  width: 28px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailstabs .enquiry-timeline .step .step-ic .bi {
  font-size: 18px;
}
.detailstabs .enquiry-timeline .step .enq-text {
  margin-top: 4px;
}
.detailstabs .enquiry-timeline .step .enq-title {
  font-size: 14px;
  margin-bottom: 4px;
}
.detailstabs .enquiry-timeline .step .date {
  font-size: 12px;
  opacity: 0.6;
}
.detailstabs .enquiry-timeline .step.error .enq-title, .detailstabs .enquiry-timeline .step.error .step-ic .bi {
  color: #F2000B;
}
.detailstabs .enquiry-timeline .step.not-visited .enq-title, .detailstabs .enquiry-timeline .step.not-visited .step-ic .bi {
  opacity: 0.6;
}
.detailstabs .enquiry-timeline .date-timeline .date {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.detailstabs .enquiry-timeline .date-timeline .date::before {
  content: "";
  min-height: 16px;
  max-height: 100%;
  width: auto;
  width: 1px;
  background-color: #ADB5BD;
  position: absolute;
  left: 7px;
  top: 20px;
}
.detailstabs .enquiry-timeline .date-timeline .date:nth-last-child(1) {
  padding-bottom: 0px;
}
.detailstabs .enquiry-timeline .date-timeline .date:nth-last-child(1)::before {
  display: none;
}

.clear-search-blk {
  background-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.14));
  padding: 6px 1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.clear-search-blk .title-text {
  margin-right: 30px;
  font-weight: 400;
}
.clear-search-blk .title-text span {
  color: #000;
}

.offcanvas-theme .offcanvas-header {
  padding: 17px 16px;
  background-color: #343A40;
  color: #F2F2F2;
}
.offcanvas-theme .offcanvas-body {
  padding: 20px 16px;
}
.offcanvas-theme .btn-close {
  background: none;
  background-image: url("../assets/icon/x-square.svg");
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  opacity: 1;
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 12px;
}

.offcanvas {
  z-index: 9999;
}

.imp-links-body {
  background-color: #F1F1F2;
}
.imp-links-body .uc-box {
  width: 175px;
}
.imp-links-body .ql-box {
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #FFF;
  padding: 10px 14px;
  width: 175px;
}
.imp-links-body .pp-box {
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #FFF;
  padding: 12px 12px;
  width: 175px;
}
.imp-links-body .pp-box .curr-bx {
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 173, 68, 0.1);
  color: #0ead44;
}

.text-green {
  color: #0ead44;
}

.imp-link-bx {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #fff;
}

.curr-symbol {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 14px;
}

.form-tabs .nav-pills {
  background: #f5f5f5;
  padding: 8px 16px;
  margin: 0px -13px;
}
.form-tabs .nav-pills .nav-link {
  line-height: 1;
  background-color: #fff;
  color: #343A40;
  margin-right: 8px;
}
.form-tabs .nav-pills .nav-link.active, .form-tabs .nav-pills .show > .nav-link {
  background: linear-gradient(180deg, rgba(242, 0, 11, 0.6) 0%, #F2000B 100%);
  box-shadow: 0px 2px 0px 0px #BC040D;
  border-radius: 4px;
  color: #F2F2F2;
}

.form-white-bg {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #FCFCFC;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 64px;
}

.max-content-col {
  max-width: 450px;
  margin: 0 auto;
}

.form-box {
  background-color: #fff;
  filter: drop-shadow(0px 5.213px 20.85px rgba(81, 81, 81, 0.3));
  border-radius: 10px;
  overflow: hidden;
}
.form-box .box-header {
  background-color: #343A40;
}
.form-box .box-body {
  padding: 0px 58px 30px 58px;
}
.form-box .btn.btn-primary {
  font-size: 18px;
  padding: 12px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  border: none;
  line-height: 1;
}

label {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 4px;
  color: #343A40;
}

.form-control {
  border: 1px solid #D0D0D0;
  color: #343A40;
  padding: 9px 12px;
  font-size: 13px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06) !important;
  height: 32px;
}
.form-control::-moz-placeholder {
  color: #ADB5BD;
}
.form-control::placeholder {
  color: #ADB5BD;
}
.form-control:focus {
  border: 1px solid #4084EA;
}

.form-select {
  border: 1px solid #D0D0D0;
  color: #343A40;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06) !important;
  height: 32px;
}
.form-select::-moz-placeholder {
  color: #ADB5BD;
}
.form-select::placeholder {
  color: #ADB5BD;
}
.form-select:focus {
  border: 1px solid #4084EA;
}

textarea.form-control {
  height: unset;
}

.input-theme.error input, .input-theme.error .form-control {
  border: 1px solid #F2000B;
}

.input-theme.error small {
  color: #F2000B;
  margin-left: 2px;
  font-weight: 500;
}

.info-text {
  font-size: 11px;
  margin-top: 4px;
  display: inline-block;
}

.input-theme.required label::after {
  content: "*";
  color: #F2000B;
  margin-left: 2px;
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check .form-check-input {
  height: 16px;
  width: 16px;
  border: 1px solid #6C757D;
  box-shadow: unset;
  margin-top: 0px;
}
.form-check .form-check-input:checked {
  background-color: #0ead44;
  border-color: #0ead44;
}
.form-check label {
  margin-bottom: 0px;
  margin-left: 10px;
}

.box-check {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.box-check .form-check-input {
  height: 14px;
  width: 14px;
  border: 1px solid #6C757D;
  box-shadow: unset;
  margin-top: 0px;
}
.box-check .form-check-input:checked {
  background-color: #0ead44;
  border-color: #0ead44;
}
.box-check .enq-id.text-primary {
  margin-bottom: 0px;
  margin-left: 10px;
}

.multi-level-check .inner-check {
  margin-top: 16px;
}
.multi-level-check .inner-check .form-check {
  padding-left: 46px;
  margin-bottom: 1rem;
}

.tag-color {
  border: 1px solid #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  height: 14px;
  width: 14px;
  margin-right: 10px;
  display: inline-block;
}
.tag-color.tag-yellow {
  background-color: #FFF01C;
}
.tag-color.tag-blue {
  background-color: #246DFF;
}
.tag-color.tag-orange {
  background-color: #FF570F;
}
.tag-color.tag-light-pink {
  background-color: #FFD4EE;
}
.tag-color.tag-light-yellow {
  background-color: #FFD678;
}
.tag-color.tag-red {
  background-color: #FF0F1F;
}
.tag-color.tag-blue2 {
  background-color: #1C8EFF;
}
.tag-color.tag-black {
  background-color: #000;
}
.tag-color.tag-teal {
  background-color: #1FFFE9;
}
.tag-color.tag-azure {
  background-color: #B8FFEE;
}

.theme-table::-webkit-scrollbar {
  height: 8px;
}
.theme-table .table .code-text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.theme-table .table tr:nth-child(1) th {
  padding-top: 16px;
}
.theme-table .table tr:nth-last-child(1) td {
  padding-bottom: 16px;
  border-bottom: unset;
}
.theme-table .table thead tr:nth-child(1) th:nth-child(1) {
  border-top-left-radius: 8px;
}
.theme-table .table thead tr:nth-child(1) th:nth-last-child(1) {
  border-top-right-radius: 8px;
}
.theme-table .table thead th {
  color: #343A40;
  font-weight: 600;
}
.theme-table .table tbody tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 8px;
}
.theme-table .table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 8px;
}
.theme-table .table tbody td {
  color: #6C757D;
  font-weight: 400;
}
.theme-table .table thead tr th, .theme-table .table thead tr td, .theme-table .table tbody tr th, .theme-table .table tbody tr td {
  padding: 10px 24px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
.theme-table .table thead tr th:nth-child(1), .theme-table .table thead tr td:nth-child(1), .theme-table .table tbody tr th:nth-child(1), .theme-table .table tbody tr td:nth-child(1) {
  padding-left: 30px;
}
.theme-table .form-check-input {
  height: 16px;
  width: 16px;
  border: 1px solid #6C757D;
  margin-top: 0px;
  box-shadow: unset;
}
.theme-table .form-check-input:checked {
  background-color: #0ead44;
  border-color: #0ead44;
}

.min-height-300 {
  min-height: 300px;
}

.theme-table.table-with-sort th.sort {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

.theme-table.table-with-sort th.sort::after {
  content: url(../assets/icon/sort-asc-ic.svg);
  position: relative;
  top: 3px;
  left: 8px;
}

.theme-table.table-with-sort th.sort.active::after {
  content: url(../assets/icon/sort-desc-ic.svg);
}

.vc-card-table {
  display: flex;
  gap: 10px;
}
.vc-card-table a {
  white-space: nowrap;
}

.add-product-table {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.add-product-table .header {
  padding: 16px 20px;
}
.add-product-table .footer {
  padding: 16px 20px;
  background-color: #F9FAFB;
  text-align: center;
}
.add-product-table .theme-table .table {
  margin-bottom: 0px;
}
.add-product-table .theme-table thead th {
  background-color: #F9FAFB;
}
.add-product-table .theme-table table tr td {
  vertical-align: middle;
  max-width: 420px;
}

.table-select-head {
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.blank-logo {
  width: 318px;
  max-width: 100%;
  padding: 24px;
  border-radius: 6px;
  background: rgba(52, 58, 64, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.loader {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  /* display: none; */
}
.loader .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  z-index: 4;
  color: #F2000B;
}
.loader .loader-inner::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 16px solid transparent;
  border-radius: 50%;
  border-top: 16px solid #F2000B;
  border-left: 16px solid #F2000B;
  border-right: 16px solid #F2000B; /* Safari */
  animation: spin 1.5s linear infinite;
  z-index: 4;
}

.component-loader {
  display: inline-block;
  border: 8px solid #c4c4c4;
  border-radius: 50%;
  border-top: 8px solid #F2000B;
  border-bottom: 8px solid #F2000B;
  width: 60px;
  height: 60px;
  animation: spin 1.5s linear infinite;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid;
}
.alert .title {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 600;
}
.alert .para {
  font-size: 13px;
  color: #6C757D;
  margin-bottom: 0px;
}
.alert svg {
  min-width: 26px;
}
.alert .btn-close {
  box-shadow: unset;
}
.alert.alert-danger {
  background: rgba(242, 0, 11, 0.05);
  border-color: #F2000B;
}
.alert.alert-danger .title {
  color: #F2000B;
}
.alert.alert-warning {
  background: rgba(220, 178, 31, 0.05);
  border-color: #DCB21F;
}
.alert.alert-warning .title {
  color: #DCB21F;
}
.alert.alert-success {
  background: rgba(14, 173, 68, 0.05);
  border-color: #0ead44;
}
.alert.alert-success .title {
  color: #0ead44;
}
.alert.alert-primary {
  background: rgba(64, 132, 234, 0.05);
  border-color: #4084EA;
}
.alert.alert-primary .title {
  color: #4084EA;
}

.attach-card {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  width: 100%;
}
.attach-card .attach-ic {
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(64, 132, 234, 0.1);
  color: #4084EA;
  transform: rotate(45deg);
}

.add-dropdown .dropdown-toggle {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 2px 12px;
}
.add-dropdown .dropdown-menu {
  padding: 10px 6px 10px 16px;
  border-radius: 8px;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
}
.add-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.add-dropdown .dropdown-menu li {
  padding: 10px 0px;
}
.add-dropdown .dropdown-menu .tag-color {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 100px;
  box-shadow: unset;
}

.selected-tag-box {
  border-radius: 8px;
  border: 1px solid rgba(64, 132, 234, 0.2);
  background: rgba(86, 255, 248, 0.05);
  padding: 16px;
}

.upload-attach-input {
  position: relative;
}
.upload-attach-input .input-attach {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.empty-card {
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  width: 100%;
  flex-direction: column;
}
.empty-card .title {
  color: #343A40;
}

.attch-empty {
  height: 140px;
}

.action-popup .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #343A40;
  margin-bottom: 8px;
}
.action-popup .modal-body {
  padding-top: 0px;
}
.action-popup .modal-ic {
  margin-bottom: 20px;
}
.action-popup .modal-btn {
  height: 40px;
  border-radius: 8px;
}

.swal2-modal.action-popup {
  border-radius: 16px;
}

.modal-btn {
  height: 40px;
  border-radius: 8px;
  padding: 0px 16px;
}

.modal-content {
  border-radius: 12px;
}

.customer-modal-detail .list {
  padding: 0px 0px 12px 0px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(189, 173, 173, 0.3);
  color: #343A40;
}
.customer-modal-detail .list:nth-last-child(1) {
  border-bottom: unset;
  margin-bottom: 0px;
}

.attach-prev {
  border-radius: 8px;
  border: 1px dashed rgba(52, 58, 64, 0.2);
  background: #F1F1F2;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  width: 100%;
}

.bg-light-gray {
  background: #F1F1F2;
}

.dropdown-menu {
  z-index: 99;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */