@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");

:root {
  --primary-color: #32297c;
  --background-color: #f5f6ff;
  --bg-titan-white: #efedff;
  --bg-windsor: var(--primary-color);
  --bg-corn-silk: #fff4de;
  --bg-yellow-orange: #ffc247;
  --bg-blue-chalk: #f4e8ff;
  --bg-heliotrope: #bf83fe;
  --bg-misty-rose: #ffe2e6;
  --bg-brink-pink: #fa5a7c;
  --text-color: #444444;
  --divider: #dee5d9;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.material-icons-round {
  font-family: "Material Icons Round";
}

html {
  font-size: 12px;
}

@media (min-width: 1921px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1679px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 574px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 350px) {
  html {
    font-size: 7px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--background-color);
  /*dashboard css start*/
  /*dashboard css end*/
  /*common css start*/
  /*common css end*/
  /* Switch button css start*/
  /* Rounded sliders */
  /* Switch button css end*/
  /* Tab design start*/
  /*Datepicker color change start*/
  /*Datepicker color change end*/
  /*Create booking page UI design start*/
  /* Hide the number input spin buttons */
  /* Create booking page UI design end*/
  /* Change color for active page */
}

body.cm-layout {
  /* CK Editor CSS start*/
  /* CK Editor CSS end*/
}

body.cm-layout .logo {
  color: var(--primary-color);
  font-size: 3.42857rem;
  font-family: "Pragati Narrow", sans-serif;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

body.cm-layout .logo .brand-text {
  color: var(--primary-color);
  font-size: 3.42857rem;
  font-family: "Pragati Narrow", sans-serif;
  font-weight: 700;
  line-height: 100%;
}

body.cm-layout .logo .brand-image {
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

body.cm-layout.layout-fixed {
  /*sidebar collapse css start*/
  /*sidebar collapse css end*/
}

body.cm-layout.layout-fixed .wrapper {
  /*basic css start*/
  /*form css start*/
  /*form css end*/
  /* Data Grid css start*/
  /* Data Grid css end*/
  /*card css start*/
  /*card css end*/
  /*Badge css Start*/
  /*Badge css End*/
  /*basic css end*/
  /*header css start*/
  /*header css end*/
  /*sidebar css start*/
  /*sidebar css end*/
  /*content wrapper css start*/
  /*content wrapper css end*/
  /*footer css start*/
  /*footer css end*/
}

body.cm-layout.layout-fixed .wrapper .os-scrollbar {
  width: 8px;
}

body.cm-layout.layout-fixed .wrapper .os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
  background: var(--primary-color);
}

.action-menu {
  display: inline-block;
  margin-left: 4px;
  line-height: 1;
  vertical-align: middle;
}

/* Make ellipsis tiny and neutral */
.action-menu-btn {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
  cursor: pointer;
}

.action-menu-btn i {
  font-size: 14px;
  color: #6c757d;
}

.action-menu-btn i:hover {
  color: #000;
}

body.cm-layout.layout-fixed .wrapper .btn {
  text-transform: capitalize;
  /* min-width: 5rem; */
  padding: 0.57143rem 1.14286rem;
  border-radius: 0.57143rem;
  text-align: center;
  font-size: 1.14286rem;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0.57143rem;
}

body.cm-layout.layout-fixed .wrapper .btn.btn-primary {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

body.cm-layout.layout-fixed .wrapper .btn.btn-secondary {
  border-color: var(--bg-titan-white);
  background: var(--bg-titan-white);
  color: var(--primary-color);
}

body.cm-layout.layout-fixed .wrapper .btn.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

body.cm-layout.layout-fixed .wrapper .btn.cm-add-btn {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 0.6rem 1.14286rem;
}

body.cm-layout.layout-fixed .wrapper .btn:hover {
  color: var(--primary-color);
  background-color: #d6d1ff;
}

body.cm-layout.layout-fixed .wrapper .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control {
  padding: 10px 10px;
  height: auto;
  border-radius: 0.57143rem;
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.01071rem;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control::-moz-placeholder {
  display: none;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control::placeholder {
  display: none;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control:not(:-moz-placeholder-shown)~.cm-form-label {
  top: -0.6rem;
  left: 0.85714rem;
  padding: 0 0.2rem;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01071rem;
  background-color: #ffffff;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control:focus~.cm-form-label,
body.cm-layout.layout-fixed .wrapper .form-group .form-control:not(:placeholder-shown)~.cm-form-label {
  top: -0.6rem;
  left: 0.85714rem;
  padding: 0 0.2rem;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01071rem;
  background-color: #ffffff;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control[type=date]::-moz-placeholder {
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.01071rem;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control[type=date]::placeholder {
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.01071rem;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control .select2-selection__rendered {
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.01071rem;
  margin-top: 0;
}

body.cm-layout.layout-fixed .wrapper .form-group .form-control .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
}

body.cm-layout.layout-fixed .wrapper .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/ArrowDropDownFilled.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
  padding-right: 2.5rem;
}

body.cm-layout.layout-fixed .wrapper .form-group .cm-form-label {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  margin-bottom: 0;
  pointer-events: none;
  padding: 1.14286rem 0.85714rem;
  cursor: text;
  border: 1px solid transparent;
  border-radius: 0.57143rem;
  color: rgba(68, 68, 68, 0.7);
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.01071rem;
  transition: all 0.3s ease-in-out;
}

body.cm-layout.layout-fixed .wrapper .form-group .cm-form-label.cm-form-label-nested {
  top: -0.6rem;
  left: 0.85714rem;
  padding: 0 0.2rem;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01071rem;
  background-color: #ffffff;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file {
  height: auto;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file .custom-file-input {
  height: auto;
  position: absolute;
  width: 100%;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file .custom-file-label {
  height: auto;
  text-align: center;
  border-radius: 1.14286rem;
  border: 1px dashed rgba(56, 78, 183, 0.3);
  background: #f8f8ff;
  padding: 2.28571rem;
  position: relative;
  width: 100%;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file .custom-file-label .cm-file-ttl {
  color: #0f0f0f;
  text-align: center;
  font-size: 1.14286rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 0.93rem;
  margin-top: 0.93rem;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file .custom-file-label .cm-file-ttl span {
  color: #483ea8;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file .custom-file-label .cm-file-note {
  color: #676767;
  text-align: center;
  font-size: 0.85714rem;
  font-weight: 400;
  line-height: 1.28571rem;
}

body.cm-layout.layout-fixed .wrapper .form-group .input-group .custom-file .custom-file-label::after {
  display: none;
}

body.cm-layout.layout-fixed .wrapper .form-check {
  display: flex;
  align-items: center;
  gap: 0.57143rem;
  padding: 0;
  margin-bottom: 2.28571rem;
}

body.cm-layout.layout-fixed .wrapper .form-check input {
  width: 22px;
  height: 22px;
  border-radius: 0.4rem;
  margin: 0;
  position: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid var(--text-color);
}

body.cm-layout.layout-fixed .wrapper .form-check input[type=radio] {
  border-radius: 50%;
}

body.cm-layout.layout-fixed .wrapper .form-check input[type=radio]:checked {
  background-image: url("../img/check-circle.svg");
}

body.cm-layout.layout-fixed .wrapper .form-check input:checked {
  border-color: transparent;
  background-image: url("../img/check-square.svg");
  background-size: 2.28571rem;
  background-repeat: no-repeat;
  background-position: center;
}

body.cm-layout.layout-fixed .wrapper .form-check .form-check-label {
  color: var(--text-color, #1a1c19);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01071rem;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .dt-buttons {
  gap: 1.14rem;
  margin-bottom: 1.14rem;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .dt-buttons .btn {
  padding: 0.71429rem 1.14286rem;
  border-radius: 0.57143rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .dataTables_filter {
  gap: 1.14rem;
  margin-bottom: 1.14rem;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .dataTables_filter label {
  margin-bottom: 0;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .dataTables_filter label input {
  padding: 0.71429rem;
  line-height: normal;
  height: auto;
  border-radius: 0.57143rem;
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  letter-spacing: 0.01071rem;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .dataTables_filter+div {
  max-height: 55vh;
  overflow: auto;
  scrollbar-color: #9b8ffe var(--background-color);
  scrollbar-width: thin;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table {
  margin-top: 0 !important;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable {
  border: none;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable thead tr td,
body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable thead tr th,
body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable tfoot tr td,
body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable tfoot tr th {
  border: none;
  background: #efedff;
  padding: 0.857rem 0.57143rem;
  color: #18120c;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.71429rem;
  letter-spacing: 0.01214rem;
  text-align: center;
  font-weight: 600;
  box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
  position: sticky;
  top: 0;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable tbody tr td,
body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable tbody tr th {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--divider, #dee5d9);
  padding: 0.857rem 0.57143rem;
  text-align: center;
  color: #18120c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.01214rem;
  vertical-align: middle;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable tbody tr:last-child td,
body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable tbody tr:last-child th {
  border-bottom: none;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper table.dataTable.table-hover tbody tr:hover {
  background-color: rgba(239, 237, 255, 0.4901960784);
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer {
  gap: 1.85714rem;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_length label {
  margin-bottom: 0;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_length label .custom-select {
  color: var(--text-color);
  border-color: var(--text-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02857rem;
  padding: 0.5rem 1.6rem 0.5rem 0.85714rem;
  height: auto;
  background-image: url("../img/ArrowDropDownFilled.svg");
  background-size: auto;
  background-position: right 2px;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_info {
  color: #18120c;
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.02857rem;
  padding: 0;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination {
  gap: 0.57143rem;
  padding: 0.57143rem 0rem;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button .page-link {
  background-color: transparent;
  color: #18120c;
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.02857rem;
  padding: 0;
  border: none;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.active .page-link {
  font-weight: 700;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.previous .page-link {
  color: transparent;
  font-size: 0;
  width: 1.71429rem;
  height: 1.71429rem;
  position: relative;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.previous .page-link::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  display: block;
  transform: rotate(45deg);
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.125rem solid #18120c;
  border-top: 0;
  border-right: 0;
  background-color: transparent;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.next .page-link {
  color: transparent;
  font-size: 0;
  width: 1.71429rem;
  height: 1.71429rem;
  position: relative;
}

body.cm-layout.layout-fixed .wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.next .page-link::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  display: block;
  transform: rotate(45deg);
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.125rem solid #18120c;
  border-bottom: 0;
  border-left: 0;
  background-color: transparent;
}

body.cm-layout.layout-fixed .wrapper .card {
  border-radius: 0.57143rem;
  background: var(--background-paper-elevation-0, #fff);
  box-shadow: 0px 10px 30px 0px rgba(50, 41, 124, 0.05);
  padding: 10px;
}

body.cm-layout.layout-fixed .wrapper .card .card-body {
  padding: 0.71857rem 0;
}

body.cm-layout.layout-fixed .wrapper .badge {
  font-weight: 600;
}

body.cm-layout.layout-fixed .wrapper nav.main-header {
  border-radius: 0px 0px 16px 16px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(50, 41, 124, 0.05);
  padding: 1.07143rem 0.71429rem 1.07143rem 1.42857rem;
  border: none;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .cm-global-search .form-control {
  border-radius: 8px;
  border: 1px solid var(--text-color);
  background: #ffffff;
  padding: 0.5rem 1.14286rem 0.5rem 3rem;
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.75;
  height: auto;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .cm-global-search i {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 1.3rem;
  z-index: 9;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .cm-back-btn {
  display: flex;
  width: 2.14286rem;
  height: 2.14286rem;
  padding: 0.42857rem;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  background: var(--primary-color);
  box-shadow: 0px 2px 4px 0px rgba(138, 146, 166, 0.3);
  transition: all 0.3s ease-in-out;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .cm-back-btn i {
  color: #ffffff;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel {
  gap: 1.14286rem;
  align-items: center;
  overflow: inherit;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel .cm-user-name {
  font-size: 1.14286rem;
  font-weight: 600;
  color: var(--primary-color);
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel .image {
  max-width: 3rem;
  aspect-ratio: 1/1;
  padding: 0;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel .image img {
  width: 100%;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel .info {
  padding: 0;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel .info a {
  color: var(--primary-color);
  font-size: 1.14286rem;
  font-weight: 600;
  line-height: 1;
}

body.cm-layout.layout-fixed .wrapper nav.main-header .user-panel .info a p {
  margin: 0;
  color: #9994be;
  font-size: 0.92857rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  body.cm-layout.layout-fixed .wrapper nav.main-header {
    margin-left: 21.79rem;
    margin-right: 1.43rem;
    min-height: 5.365rem;
  }
}

body.cm-layout.layout-fixed .wrapper .main-sidebar {
  border-radius: 0px 16px 0px 0px;
  box-shadow: 0px 10px 30px 0px rgba(50, 41, 124, 0.05);
  width: 20.35714rem;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .brand-link {
  padding: 1.07143rem;
  position: relative;
  width: 100%;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .brand-link .brand-text {
  color: var(--primary-color);
  font-size: 3.42857rem;
  font-family: "Pragati Narrow", sans-serif;
  font-weight: 700;
  line-height: 100%;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .brand-link a {
  display: inline-block;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .brand-link a.logo {
  display: inline-flex;
  align-items: center;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar {
  margin-top: 0;
  padding: 16px 12px 0;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0.57143rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link i {
  color: var(--text-color);
  font-size: 1.5rem;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link i.material-icons {
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.715rem;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link i.nav-icon {
  aspect-ratio: 1/1;
  margin: 0;
  width: 1.8rem;
  height: 1.8rem;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link i.fa-circle {
  font-size: 0.8rem;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link i.fa-angle-left {
  transform: scale(-1);
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link p {
  color: var(--text-color);
  font-weight: 700;
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link.active {
  border-left: 3px solid var(--primary-color);
  background: #f5f6ff;
  box-shadow: 0px 0px 5px 0px rgba(50, 41, 124, 0.05);
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link.active i {
  color: var(--primary-color);
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item .nav-link.active p {
  color: var(--primary-color);
}

body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item.menu-open .nav-link i.fa-angle-left,
body.cm-layout.layout-fixed .wrapper .main-sidebar .sidebar .nav-item.menu-is-opening .nav-link i.fa-angle-left {
  transform: rotate(-90deg);
}

body.cm-layout.layout-fixed .wrapper .content-wrapper {
  background-color: var(--background-color);
}

@media (min-width: 768px) {
  body.cm-layout.layout-fixed .wrapper .content-wrapper {
    margin-left: 20.79rem;
    margin-right: 0.43rem;
    margin-top: calc(5.3rem + 1px);
  }
}

body.cm-layout.layout-fixed .wrapper .content-wrapper .cm-engineer-rating {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  /* background: #6189DE; */
  /* padding: 10px; */
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0.85rem 0px 1.5rem;
  height: 30px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: red;
  font-size: 14px;
}

body.cm-layout.layout-fixed .wrapper .content-wrapper .cm-engineer-rating .fa-star {
  font-size: 10px;
}

body.cm-layout.layout-fixed .wrapper .color-primary {
  color: var(--primary-color);
}

body.cm-layout.layout-fixed .wrapper .bg-titan-white {
  background-color: var(--bg-titan-white);
}

body.cm-layout.layout-fixed .wrapper .bg-windsor {
  background-color: var(--bg-windsor);
}

body.cm-layout.layout-fixed .wrapper .bg-corn-silk {
  background-color: var(--bg-corn-silk);
}

body.cm-layout.layout-fixed .wrapper .bg-yellow-orange {
  background-color: var(--bg-yellow-orange);
}

body.cm-layout.layout-fixed .wrapper .bg-blue-chalk {
  background-color: var(--bg-blue-chalk);
}

body.cm-layout.layout-fixed .wrapper .bg-heliotrope {
  background-color: var(--bg-heliotrope);
}

body.cm-layout.layout-fixed .wrapper .bg-misty-rose {
  background-color: var(--bg-misty-rose);
}

body.cm-layout.layout-fixed .wrapper .bg-brink-pink {
  background-color: var(--bg-brink-pink);
}

body.cm-layout.layout-fixed .wrapper .wrapper-56 {
  height: 56px;
  width: 56px;
}

body.cm-layout.layout-fixed .wrapper .wrapper-35 {
  height: 40px;
  width: 40px;
  font-size: 18px;
}

body.cm-layout.layout-fixed .wrapper .rounded-16 {
  border-radius: 16px;
}

body.cm-layout.layout-fixed .wrapper footer.main-footer {
  padding: 1.07143rem 1.42857rem;
  border-radius: 1.14286rem 1.14286rem 0rem 0rem;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(50, 41, 124, 0.05);
  border: none;
}

@media (min-width: 768px) {
  body.cm-layout.layout-fixed .wrapper footer.main-footer {
    margin-left: 21.79rem;
    margin-right: 1.43rem;
  }
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar {
  width: 5.2rem;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar .brand-link {
  height: auto;
  width: 100%;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar .brand-link .brand-text {
  visibility: visible;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar .brand-link .brand-image {
  margin: 0;
  max-height: 28px;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar .brand-link .cm-back-btn {
  position: absolute;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar .sidebar .nav-item .nav-link {
  padding: 0.5rem;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar .sidebar .nav-item .nav-link p {
  display: inline-block;
  width: 0;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar:hover {
  width: 20.35714rem;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar:hover .brand-link .cm-back-btn {
  position: unset;
}

body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-sidebar:hover .brand-image {
  margin-left: 0.8rem;
  margin-right: 0.5rem;
  max-height: 33px;
}

@media (min-width: 992px) {
  body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-header {
    margin-left: 5.6rem !important;
  }

  body.cm-layout.layout-fixed.sidebar-collapse .wrapper .main-footer {
    margin-left: 5.6rem !important;
  }
}

body.cm-layout.cm-login-page .wrapper .content-wrapper {
  margin: auto;
  background-image: url("../img/login-ellipse.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--background-color);
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group {
  padding: 1.14286rem;
  height: auto;
  border-radius: 0.57143rem;
  border: 0.996px solid var(--primary-color);
  margin-bottom: 2.5rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .input-group-prepend .input-group-text,
body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .input-group-append .input-group-text {
  padding: 0;
  background-color: transparent;
  border: none;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .input-group-prepend .input-group-text i,
body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .input-group-append .input-group-text i {
  color: var(--primary-color);
  font-size: 1.42857rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .form-control {
  padding: 0 0 0 1.07rem;
  border: none;
  height: auto;
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.01071rem;
  color: var(--primary-color);
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .form-control[type=password] {
  padding-right: 1.07rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .form-control::-moz-placeholder {
  color: var(--primary-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: normal;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .form-control::placeholder {
  color: var(--primary-color);
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: normal;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .input-group .fa-eye {
  color: var(--primary-color);
  font-size: 1.42857rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .cm-forgot-password {
  color: var(--primary-color);
  text-align: center;
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-top: 0.79rem;
  margin-bottom: 2.07rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .cm-login-btn {
  display: block;
  width: 100%;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.85714rem;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 1.14286rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .card {
  padding: 1.78571rem;
  border-radius: 1.14286rem;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(50, 41, 124, 0.08);
  min-width: 30.35714rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .card .card-body {
  padding: 0;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .card h1 {
  color: var(--primary-color);
  text-align: center;
  font-size: 3.42857rem;
  font-family: "Pragati Narrow", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.14rem;
  margin-bottom: 2.14rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .card h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 2.28571rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

body.cm-layout.cm-login-page .wrapper .content-wrapper .card p {
  color: var(--primary-color);
  text-align: center;
  font-size: 1.14286rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.07rem;
}

@media (max-width: 1199px) {
  body.cm-layout.cm-login-page .wrapper .content-wrapper {
    background-size: 150%;
  }
}

@media (max-width: 991px) {
  body.cm-layout.cm-login-page .wrapper .content-wrapper {
    background-size: 170%;
  }
}

@media (max-width: 767px) {
  body.cm-layout.cm-login-page .wrapper .content-wrapper {
    background-size: auto;
    background-image: url("../img/login-ellipse-small.svg");
  }
}

body.cm-layout .cm-ck-editor .note-editor.card {
  padding: 0;
}

body.cm-layout .cm-ck-editor .note-editor .note-toolbar .btn {
  min-width: 3rem;
  padding: 0.28rem 0.65rem;
  border-radius: unset;
  font-weight: 400;
  line-height: inherit;
  text-transform: inherit;
}

body.cm-layout .ck-editor__editable_inline {
  min-height: 200px;
}

body .error {
  color: #dc3545 !important;
}

body .red {
  color: #dc3545 !important;
}

body .text-primary {
  color: var(--primary-color) !important;
}

body .form-group .image {
  height: 40px !important;
}

body .badge-primary {
  color: var(--primary-color);
  background-color: var(--bg-titan-white) !important;
}

body .cm-ratings-wrapper {
  padding: 2rem;
}

body .cm-ratings-wrapper .cm-ratings-count {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

body .cm-ratings-wrapper .cm-ratings-count .fa-square {
  font-size: 1.6rem;
  aspect-ratio: 1/1;
}

body .gap-10 {
  gap: 1rem;
}

body .skills_badge_block {
  display: inline-block;
}

body .scroll_block {
  overflow-y: auto;
  overflow-x: hidden;
}

body .avatar-upload {
  position: relative;
  max-width: 75%;
  margin: auto;
}

body .avatar-upload .avatar-edit {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
}

body .avatar-upload .avatar-edit input {
  display: none;
}

body .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

body .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

body .avatar-upload .avatar-edit input+label:after {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

body .avatar-upload .avatar-preview {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

body .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body .avatar-upload.user-avatar-upload {
  max-width: 100%;
}

body .avatar-upload.user-avatar-upload .avatar-edit {
  top: 0;
  right: 0;
}

body .avatar-upload.user-avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
}

body .list_profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 1px;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: top;
}

body .form_single_image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

body .form_image_preview {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
}

body .select2-container {
  display: inline-block;
}

body span#inputGroup-sizing-default {
  min-width: 150px;
}

body .tax_box {
  border-radius: 0px !important;
}

body .card-primary.card-outline {
  border-top: 3px solid var(--primary-color) !important;
}

body .cm-upload-img-wrapper .cm-upload-img {
  position: relative;
  max-width: 10.75rem;
  aspect-ratio: 1/1;
  margin: auto;
}

body .cm-upload-img-wrapper .cm-upload-img .profile-user-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

body .cm-upload-img-wrapper .cm-upload-img .editIcon {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 6px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

body .cm-upload-img-wrapper .cm-upload-img .editIcon .fas {
  font-size: 1.2rem;
}

body .card_shadow_light {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

body .bootstrap-tagsinput .tag {
  color: var(--primary-color);
  font-weight: 700;
  background-color: #efedff;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 3px 5px;
}

body .bootstrap-tagsinput {
  padding: 10px 10px;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0.57143rem;
  color: var(--text-color);
  font-size: 1.14286rem;
  font-weight: 500;
  letter-spacing: 0.01071rem;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

body .bootstrap-tagsinput input {
  margin-top: 7px !important;
}

body .card-image-height {
  min-height: 150px;
}

body .profile-widget {
  background-color: #fff;
  border: 1px solid #ededed;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

body .profile-widget .profile-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}

body .profile-widget .dropdown.profile-action {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 5px;
}

body .profile-widget .profile-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}

body .avatar {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 34px;
  position: relative;
  white-space: nowrap;
  margin: 0 10px 0 0;
  border-radius: 50%;
}

body .avatar>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

body .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text;
}

body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

body .select2-container--default .select2-results__options .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__options .select2-results__option:hover,
body .select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--primary-color);
  color: #ffffff;
}

body .switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 15px;
}

body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

body .slider {
  position: absolute;
  cursor: pointer;
  top: -1px;
  left: 3px;
  right: -8px;
  bottom: -3px;
  background-color: #ccc;
  transition: 0.4s;
}

body .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: #f5f6ff;
  transition: 0.4s;
}

body input:checked+.slider {
  background-color: #32297c;
}

body input:focus+.slider {
  box-shadow: 0 0 1px #32297c;
}

body input:checked+.slider:before {
  transform: translateX(13px);
}

body .slider.round {
  border-radius: 34px;
}

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

body .nav-pills .nav-link.active,
body .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
  background: #32297c;
}

body a:hover {
  color: #32287c !important;
}

body a.active:hover {
  color: white !important;
}

body .pac-container {
  z-index: 10000 !important;
}

body .drp-buttons .btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

body .cm-service-img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: var(--background-color);
}

body .quantity {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body .quantity.quantity-add-btn {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  border: none;
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.3);
}

body .quantity button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
  padding: 0px;
}

body .quantity button:hover {
  background-color: var(--primary-color);
}

body .input-box {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 16px;
  outline: none;
}

body .input-box::-webkit-inner-spin-button,
body .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body .input-box[type=number] {
  -moz-appearance: textfield;
}

body #service_details_table td {
  vertical-align: middle;
}

body .tab_content_min_height {
  min-height: 300px;
}

body .loader_image {
  width: 70px;
}

body .custom-pagination .pagination .page-link {
  color: var(--primary-color);
}

body .custom-pagination .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

body .custom-pagination .pagination .page-item:focus .page-link {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

body .custom-pagination .pagination {
  justify-content: flex-end;
  /* Align pagination to the right */
}

body .content-loader {
  height: 70px;
}

body .disabled-section {
  opacity: 0.3;
}

body .chexbox-label {
  font-weight: 500 !important;
  font-size: 1.14286rem !important;
}

body [class*=icheck-]>input:first-child+input[type=hidden]+label::before,
body [class*=icheck-]>input:first-child+label::before {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
}

body .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
body .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: var(--primary-color) !important;
}

body [class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
body [class*=icheck-]>input:first-child:checked+label::after {
  left: -2px !important;
}

body .icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
body .icheck-primary>input:first-child:checked+label::before {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

body .icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
body .icheck-primary>input:first-child:checked+label::before {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

body .on-boarding-progress .step {
  text-align: center;
  position: relative;
}

body .on-boarding-progress h2 {
  font-size: 1.3rem;
}

body .on-boarding-progress .step p {
  position: absolute;
  height: 60px;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
  color: #fff;
  font-size: 160%;
  line-height: 55px;
  opacity: 1;
}

body .on-boarding-progress .active.step p {
  opacity: 1;
  font-weight: 600;
}

body .on-boarding-progress .img-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid var(--primary-color);
}

body .on-boarding-progress .complete .img-circle {
  background-color: var(--primary-color);
}

body .complete.text-primary {
  color: red;
}

body .on-boarding-progress .step .img-circle:before {
  content: "";
  display: block;
  background: #9e9e9e;
  height: 4px;
  width: 50%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -1;
  margin-right: 24px;
}

body .on-boarding-progress .step .img-circle:after {
  content: "";
  display: block;
  background: #9e9e9e;
  height: 3px;
  width: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 62%;
  z-index: 0;
}

body .on-boarding-progress .complete .text-primary {
  color: white !important;
}

body .on-boarding-progress .step.complete .img-circle:after,
body .on-boarding-progress .step.active .img-circle:before {
  background: var(--primary-color);
}

body .on-boarding-progress .step:last-of-type .img-circle:after,
body .on-boarding-progress .step:first-of-type .img-circle:before {
  display: none;
}

body .permission-container thead {
  background-color: white;
  position: sticky;
  top: -1px;
  z-index: 2;
}

body .permission-container {
  max-height: 500px;
  padding: 0px;
  overflow-y: auto;
}

body #imageContainer {
  text-align: center;
}

body #imageContainer img {
  max-height: 50vh;
  max-width: 32vw;
  -o-object-fit: contain;
  object-fit: contain;
}

body .error-log {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

body .regular-font-color {
  color: #1f2d3d;
}

body .uploads-group {
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
}

body .uploads-group .uploads-group-item {
  margin-left: -17px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.2s;
}

body .upload-avatar-sm {
  height: 2rem;
  width: 2rem;
}

body .upload-avatar-title {
  align-items: center;
  background-color: #038edc;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

body .download-round-btn {
  display: inline-block;
  padding: 0px 5px;
  /* Adjust padding as needed */
  border-radius: 50%;
  /* Makes the button round */
  background-color: #9B8FFE;
  /* Background color */
  color: #fff;
  /* Text color */
  text-decoration: none;
  /* Removes underline */
  font-weight: bold;
  /* Makes the text bold */
  transition: background-color 0.3s ease;
  /* Smooth transition effect */
  vertical-align: middle;
}

body .download-round-btn:hover {
  background-color: #9B8FFE;
  /* Change background color on hover */
  color: #fff !important;
}

.module_assign_members {
  padding: -10px;
  font-size: -3px;
  margin-left: 4px;
  background: #9b8ffe;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
}

.custom_action_btn:hover {
  color: #ffffff !important;
}

.module_assign_members .material-icons {
  font-size: 21px;
}

.password-section {
  position: relative;
}

.password-section .form-control {
  padding-right: 40px;
}

.password-section .toggle-password {
  position: absolute;
  right: 10px;
  top: 22px;
  transform: translateY(-50%);
  cursor: pointer;
}

/*# sourceMappingURL=custom.css.map */