/*Global Variables in Application*/
/*Application Primary Layout Files*/
body {
  font-family: DM Sans;
}

a:not(.nav-link, .btn) {
  color: inherit;
  text-decoration: none;
}

.main-layout {
  padding-top: 80px;
  padding-left: 240px;
  min-height: 100vh;
  padding-bottom: 61px;
}
.main-layout-withfooter {
  padding-bottom: 41px;
}
@media (max-width: 1599px) {
  .main-layout {
    padding-left: 240px;
  }
}
.main-content-assesment {
  max-height: 65vh;
  margin: 0px 20px 0px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 10px 15px 10px;
}
@media screen and (max-width: 767px) {
  .main-content-assesment {
    margin: 0 13px;
    padding: 0 20px;
  }
}
.main-content-assesment .background .back-info {
  padding: 10px 0px;
}
.main-content-assesment .background .back-info h4 {
  font-size: 18px;
  font-weight: 400;
}
.main-content-assesment .background .back-info h2 {
  font-size: 25px !important;
  font-weight: 600;
}
.main-content-assesment .background .back-info-inner h4 {
  font-size: 18px !important;
  font-weight: 400;
}
.main-content-assesment .back-info {
  padding: 10px 0px;
}
.main-content-assesment .back-info h2 {
  font-size: 20px !important;
  font-weight: 600;
}
.main-content-assesment .back-info-inner h4 {
  font-size: 18px !important;
  font-weight: 400;
}

.edit-layout {
  overflow-x: hidden;
}

div:not(.main-layout) .footer {
  margin-left: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-link {
  padding: 5px 0px;
  font-weight: 600;
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.nav-link .icon {
  display: block;
  margin-right: 10px;
  font-size: 24px;
  color: inherit;
}
.nav-link .icon svg {
  display: block;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border-bottom: 1px solid #E4E7EC;
}
.main-header .navbar {
  background-color: #FFFFFF;
  padding: 0px;
}
.main-header .navbar .container-fluid {
  min-height: 80px;
  padding-left: 0px;
  padding-right: 0px;
}
.main-header .navbar-toggler {
  width: 30px;
  height: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}
.main-header .navbar-toggler-icon {
  width: 25px;
  height: 25px;
}
.main-header .navbar-brand {
  padding: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .navbar-wrapper {
  padding: 0px 60px;
  flex: 1 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .main-header .navbar-wrapper {
    padding: 0px !important;
  }
}
.main-header .navbar-wrapper .form-group {
  margin-right: 15px;
}
.main-header .navbar-wrapper .form-group .icon + .form-control {
  margin-left: 0;
  background-color: #F7F7F7;
  border: none;
  border-radius: 60px;
}
.main-header .navbar-wrapper .form-control {
  border-radius: 0;
  background-color: transparent;
  border: none;
  min-height: 42px;
}
.main-header .navbar .logo {
  width: 260px;
}
@media (max-width: 1599px) {
  .main-header .navbar .logo {
    width: 220px;
  }
}
.main-header .navbar .logo img {
  max-width: 166px;
}

.right-menus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.right-menus .user .dropdown-toggle {
  border-radius: 60px;
  padding-right: 0px;
}
.right-menus .user .dropdown-menu {
  min-width: 240px;
}
.right-menus .user .card-user {
  padding: 10px;
  padding-bottom: 0px;
}
.right-menus .user .card-user .avatar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.right-menus .user .card-user h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
}
.right-menus .user .card-header {
  flex-direction: column;
}
.right-menus .user .card-header-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.right-menus .user .card-header h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
}
.right-menus .user .card-body {
  padding-top: 10px;
}
.right-menus .user .card-body-information {
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.right-menus .user .card-body h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.right-menus .user .card-body ul {
  padding: 0;
}
.right-menus .user .card-body ul.dropdown-information li {
  padding: 3px 0px;
  font-size: 14px;
  display: block;
}
.right-menus .user .card-body ul.dropdown-list li {
  list-style: none;
}
.right-menus .user .card-body ul.dropdown-list .dropdown-item {
  font-size: 15px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.right-menus .user .card-body ul.dropdown-list .dropdown-item:hover {
  background-color: transparent;
  color: #EB9D02;
}

.icon-menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.icon-menu li a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 100%;
  margin-right: 15px;
}
.icon-menu li a:hover {
  background-color: #F7F7F7;
}

.avatar {
  text-decoration: none;
  color: #000000;
}
.avatar.dropdown-toggle::after {
  display: none;
}
.avatar-icon {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  overflow: hidden;
  display: block;
}
.avatar-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-name {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 8px;
}
.avatar-dropdown {
  display: inline-block;
}
.avatar-extend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer {
  padding: 15px 50px 25px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  padding-left: 310px;
  background-color: #FFFFFF;
}
@media (max-width: 1599px) {
  .footer {
    padding: 15px 50px 25px 250px;
  }
}
.footer-text p {
  color: color-mix(in srgb, #000000 35%, transparent);
  font-size: 14px;
  font-weight: 500;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-links ul li {
  padding: 0 12px;
  line-height: 13px;
}
.footer-links ul li:last-child {
  padding-right: 0;
}
.footer-links ul li:not(:last-child) {
  border-right: 1px solid color-mix(in srgb, #000000 35%, transparent);
}
.footer-links ul li a {
  color: color-mix(in srgb, #000000 35%, transparent);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.main-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFFFFF;
  border-right: 1px solid #E4E7EC;
  width: 240px;
  padding-top: 80px;
  z-index: 99;
}
@media (max-width: 1599px) {
  .main-sidebar {
    width: 240px;
  }
}
.main-sidebar-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-sidebar-wrapper .navbar-nav {
  border-top: 1px solid #E4E7EC;
  padding: 25px;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-sidebar-wrapper .navbar-nav::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.main-sidebar-wrapper .navbar-nav::-webkit-scrollbar-track {
  background: color-mix(in srgb, #808080 10%, transparent);
}
.main-sidebar-wrapper .navbar-nav::-webkit-scrollbar-thumb {
  background: #EB9D02;
}
@media (max-width: 1599px) {
  .main-sidebar-wrapper .navbar-nav {
    padding: 25px 30px;
  }
}
.main-sidebar-wrapper .navbar-nav.nav-top {
  flex: 1 0;
  height: 0;
  border-top: none;
  padding: 25px;
}
@media (max-width: 1599px) {
  .main-sidebar-wrapper .navbar-nav.nav-top {
    padding: 25px;
  }
}
.main-sidebar-wrapper .navbar-setting {
  padding-top: 25px;
  flex: 1 0;
  height: 0;
  border-top: none;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.main-sidebar-wrapper .navbar-setting::-webkit-scrollbar {
  width: 5px;
}
.main-sidebar-wrapper .navbar-setting::-webkit-scrollbar-track {
  background: #F4F4F4;
}
.main-sidebar-wrapper .navbar-setting::-webkit-scrollbar-thumb {
  background: #EB9D02;
}
.main-sidebar-wrapper .navbar-setting-text {
  color: color-mix(in srgb, #000000 40%, transparent);
  display: block;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.main-sidebar-wrapper .navbar-setting .navbar-nav {
  border-top: 0;
  flex: 1 0;
}
.main-sidebar .nav-item {
  padding: 7px 0;
  position: relative;
}
.main-sidebar .nav-item.dropdown .dropdown-menu {
  background-color: transparent;
  padding: 0;
  padding-left: 20px;
  border: none;
  position: unset !important;
  transform: unset !important;
}
.main-sidebar .nav-item.dropdown .dropdown-menu-active {
  display: block;
}
.main-sidebar .nav-item.dropdown .dropdown-menu .nav-item {
  padding: 5px 0px;
}
.main-sidebar .nav-item.dropdown .dropdown-menu .nav-link {
  padding: 0;
}
.main-sidebar .nav-item .toogle-dropdown {
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
  top: 10px;
}
.main-sidebar .nav-item .toogle-dropdown-active {
  transform: rotate(180deg);
  top: 13px;
}
.main-sidebar .nav-item .toogle-dropdown svg {
  width: 20px;
  height: 20px;
}
.main-sidebar .nav-link {
  padding: 5px 0px;
  font-weight: 600;
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
}
.main-sidebar .nav-link .icon {
  display: block;
  margin-right: 10px;
  font-size: 20px;
  color: inherit;
}
.main-sidebar .nav-link .icon svg {
  display: block;
}
.main-sidebar .nav-link.active {
  color: #EB9D02;
}

/*Application Common Element Files*/
.saas-notification-table-wrapper {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.saas-notification-table-wrapper .saas-notification-table-container {
  overflow-x: auto;
}
.saas-notification-table-wrapper .saas-notification-table {
  width: 100%;
  border-collapse: collapse;
}
.saas-notification-table-wrapper .saas-notification-table thead {
  background-color: #f8f9fa;
}
.saas-notification-table-wrapper .saas-notification-table thead th {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 12px;
  border: 1px solid #dee2e6;
}
.saas-notification-table-wrapper .saas-notification-table thead th:first-child {
  text-align: left;
}
.saas-notification-table-wrapper .saas-notification-table tbody td {
  font-size: 14px;
  padding: 10px 12px;
  border: 1px solid #dee2e6;
}
.saas-notification-table-wrapper .saas-notification-table tbody td:first-child {
  text-align: left;
}
.saas-notification-table-wrapper .saas-notification-table tbody td:not(:first-child) {
  text-align: center;
}
.saas-notification-table-wrapper .saas-notification-table tbody td:not(:first-child) .form-check-input {
  cursor: pointer;
  margin: 0;
}
.saas-notification-table-wrapper .saas-notification-table tbody tr:last-child {
  border-bottom: none;
}
.saas-notification-table-wrapper .form-buttons .btn-groups {
  display: flex;
  justify-content: flex-end;
}
.saas-notification-table-wrapper .form-buttons .btn-groups .btn {
  min-width: 140px;
}

.btn {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.btn-groups > .btn:not(:last-child) {
  margin-right: 10px;
}
.btn-rounded-5 {
  border-radius: 5px;
}
.btn-rounded-10 {
  border-radius: 10px;
}
.btn-rounded-20 {
  border-radius: 20px;
}
.btn-rounded-40 {
  border-radius: 40px;
}
.btn-rounded-80 {
  border-radius: 80px;
}
.btn-rounded-160 {
  border-radius: 160px;
}
.btn-rounded-half {
  border-radius: 50px;
}
.btn-rounded-full {
  border-radius: 999999px;
}
.btn-primary {
  background-color: #036DC1;
  border-color: #036DC1;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: rgb(2.2193877551, 80.637755102, 142.7806122449);
  border-color: rgb(2.2193877551, 80.637755102, 142.7806122449);
}
.btn-primary:active, .btn-primary:focus {
  background-color: rgb(1.8290816327, 66.4566326531, 117.6709183673);
  border-color: rgb(1.8290816327, 66.4566326531, 117.6709183673);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-primary {
  background-color: transparent;
  border-color: transparent;
  color: #036DC1;
}
.btn-link-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-primary:active, .btn-link-primary:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-secondary {
  background-color: #EB9D02;
  border-color: #EB9D02;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: rgb(184.4303797468, 123.2151898734, 1.5696202532);
  border-color: rgb(184.4303797468, 123.2151898734, 1.5696202532);
}
.btn-secondary:active, .btn-secondary:focus {
  background-color: rgb(159.1455696203, 106.3227848101, 1.3544303797);
  border-color: rgb(159.1455696203, 106.3227848101, 1.3544303797);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #EB9D02;
}
.btn-link-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-secondary:active, .btn-link-secondary:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-default {
  background-color: #ACACAC;
  border-color: #ACACAC;
  color: #FFFFFF;
}
.btn-default:hover {
  background-color: rgb(146.5, 146.5, 146.5);
  border-color: rgb(146.5, 146.5, 146.5);
}
.btn-default:active, .btn-default:focus {
  background-color: rgb(133.75, 133.75, 133.75);
  border-color: rgb(133.75, 133.75, 133.75);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-default {
  background-color: transparent;
  border-color: transparent;
  color: #ACACAC;
}
.btn-link-default:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-default:active, .btn-link-default:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-light {
  background-color: #E4E7EC;
  border-color: #E4E7EC;
  color: #808080;
}
.btn-light:hover {
  background-color: rgb(198.0652173913, 204.3913043478, 214.9347826087);
  border-color: rgb(198.0652173913, 204.3913043478, 214.9347826087);
}
.btn-light:active, .btn-light:focus {
  background-color: rgb(183.097826087, 191.0869565217, 204.402173913);
  border-color: rgb(183.097826087, 191.0869565217, 204.402173913);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-light {
  background-color: transparent;
  border-color: transparent;
  color: #E4E7EC;
}
.btn-link-light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-light:active, .btn-link-light:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-magenta {
  background-color: #9747FF;
  border-color: #9747FF;
  color: #FFFFFF;
}
.btn-magenta:hover {
  background-color: rgb(122.1739130435, 20, 255);
  border-color: rgb(122.1739130435, 20, 255);
}
.btn-magenta:active, .btn-magenta:focus {
  background-color: rgb(108.4782608696, 0, 249.5);
  border-color: rgb(108.4782608696, 0, 249.5);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-magenta {
  background-color: transparent;
  border-color: transparent;
  color: #9747FF;
}
.btn-link-magenta:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-magenta:active, .btn-link-magenta:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.btn-dark:hover {
  background-color: black;
  border-color: black;
}
.btn-dark:active, .btn-dark:focus {
  background-color: black;
  border-color: black;
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-dark {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}
.btn-link-dark:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-dark:active, .btn-link-dark:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-dark-black {
  background-color: #001536;
  border-color: #001536;
  color: #FFFFFF;
}
.btn-dark-black:hover {
  background-color: rgb(0, 1.1666666667, 3);
  border-color: rgb(0, 1.1666666667, 3);
}
.btn-dark-black:active, .btn-dark-black:focus {
  background-color: black;
  border-color: black;
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-dark-black {
  background-color: transparent;
  border-color: transparent;
  color: #001536;
}
.btn-link-dark-black:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-dark-black:active, .btn-link-dark-black:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-success {
  background-color: #33C481;
  border-color: #33C481;
  color: #FFFFFF;
}
.btn-success:hover {
  background-color: rgb(40.4696356275, 155.5303643725, 102.3643724696);
  border-color: rgb(40.4696356275, 155.5303643725, 102.3643724696);
}
.btn-success:active, .btn-success:focus {
  background-color: rgb(35.2044534413, 135.2955465587, 89.0465587045);
  border-color: rgb(35.2044534413, 135.2955465587, 89.0465587045);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-success {
  background-color: transparent;
  border-color: transparent;
  color: #33C481;
}
.btn-link-success:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-success:active, .btn-link-success:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-warning {
  background-color: #FF8F6B;
  border-color: #FF8F6B;
  color: #FFFFFF;
}
.btn-warning:hover {
  background-color: rgb(255, 104.4054054054, 56);
  border-color: rgb(255, 104.4054054054, 56);
}
.btn-warning:active, .btn-warning:focus {
  background-color: rgb(255, 85.1081081081, 30.5);
  border-color: rgb(255, 85.1081081081, 30.5);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-warning {
  background-color: transparent;
  border-color: transparent;
  color: #FF8F6B;
}
.btn-link-warning:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-warning:active, .btn-link-warning:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-info {
  background-color: #4A3AFF;
  border-color: #4A3AFF;
  color: #FFFFFF;
}
.btn-info:hover {
  background-color: rgb(27.1421319797, 7, 255);
  border-color: rgb(27.1421319797, 7, 255);
}
.btn-info:active, .btn-info:focus {
  background-color: rgb(19.2081218274, 0, 236.5);
  border-color: rgb(19.2081218274, 0, 236.5);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-info {
  background-color: transparent;
  border-color: transparent;
  color: #4A3AFF;
}
.btn-link-info:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-info:active, .btn-link-info:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-error {
  background-color: #E83F69;
  border-color: #E83F69;
  color: #FFFFFF;
}
.btn-error:hover {
  background-color: rgb(217.8976744186, 26.1023255814, 73.7674418605);
  border-color: rgb(217.8976744186, 26.1023255814, 73.7674418605);
}
.btn-error:active, .btn-error:focus {
  background-color: rgb(195.1255813953, 23.3744186047, 66.0581395349);
  border-color: rgb(195.1255813953, 23.3744186047, 66.0581395349);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-error {
  background-color: transparent;
  border-color: transparent;
  color: #E83F69;
}
.btn-link-error:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-error:active, .btn-link-error:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}
.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active, .btn-transparent:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-transparent {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.btn-link-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-transparent:active, .btn-link-transparent:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-pink {
  background-color: #FF688E;
  border-color: #FF688E;
  color: #FFFFFF;
}
.btn-pink:hover {
  background-color: rgb(255, 53, 103.8344370861);
  border-color: rgb(255, 53, 103.8344370861);
}
.btn-pink:active, .btn-pink:focus {
  background-color: rgb(255, 27.5, 84.7516556291);
  border-color: rgb(255, 27.5, 84.7516556291);
  box-shadow: none;
}
.btn-link {
  text-decoration: none;
}
.btn-link-pink {
  background-color: transparent;
  border-color: transparent;
  color: #FF688E;
}
.btn-link-pink:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-pink:active, .btn-link-pink:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-inline-block {
  display: inline-block;
}
.btn-block {
  display: block;
}
.btn-inline-flex {
  display: inline-flex;
}
.btn-flex {
  display: flex;
}
.btn-xxl {
  min-height: 60px;
  padding: 0 25px;
  font-size: 22px;
}
.btn-xxl-mr {
  margin-right: px;
}
.btn-xxl-ml {
  margin-left: px;
}
.btn-xxl-mt {
  margin-top: px;
}
.btn-xxl-mb {
  margin-bottom: px;
}
.btn-xxl-mx {
  margin-left: px;
  margin-right: px;
}
.btn-xxl-my {
  margin-top: px;
  margin-bottom: px;
}
.btn-xl {
  min-height: 54px;
  padding: 0 25px;
  font-size: 18px;
}
.btn-xl-mr {
  margin-right: px;
}
.btn-xl-ml {
  margin-left: px;
}
.btn-xl-mt {
  margin-top: px;
}
.btn-xl-mb {
  margin-bottom: px;
}
.btn-xl-mx {
  margin-left: px;
  margin-right: px;
}
.btn-xl-my {
  margin-top: px;
  margin-bottom: px;
}
.btn-lg {
  min-height: 50px;
  padding: 0 20px;
  font-size: 14px;
}
.btn-lg-mr {
  margin-right: px;
}
.btn-lg-ml {
  margin-left: px;
}
.btn-lg-mt {
  margin-top: px;
}
.btn-lg-mb {
  margin-bottom: px;
}
.btn-lg-mx {
  margin-left: px;
  margin-right: px;
}
.btn-lg-my {
  margin-top: px;
  margin-bottom: px;
}
.btn-md {
  min-height: 42px;
  padding: 0 20px;
  font-size: 14px;
}
.btn-md-mr {
  margin-right: px;
}
.btn-md-ml {
  margin-left: px;
}
.btn-md-mt {
  margin-top: px;
}
.btn-md-mb {
  margin-bottom: px;
}
.btn-md-mx {
  margin-left: px;
  margin-right: px;
}
.btn-md-my {
  margin-top: px;
  margin-bottom: px;
}
.btn-sm {
  min-height: 38px;
  padding: 0 20px;
  font-size: 13px;
}
.btn-sm-mr {
  margin-right: px;
}
.btn-sm-ml {
  margin-left: px;
}
.btn-sm-mt {
  margin-top: px;
}
.btn-sm-mb {
  margin-bottom: px;
}
.btn-sm-mx {
  margin-left: px;
  margin-right: px;
}
.btn-sm-my {
  margin-top: px;
  margin-bottom: px;
}
.btn-xs {
  min-height: 28px;
  padding: 0 12px;
  font-size: 12px;
}
.btn-xs-mr {
  margin-right: 10px;
}
.btn-xs-ml {
  margin-left: 10px;
}
.btn-xs-mt {
  margin-top: 10px;
}
.btn-xs-mb {
  margin-bottom: 10px;
}
.btn-xs-mx {
  margin-left: 10px;
  margin-right: 10px;
}
.btn-xs-my {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-xxs {
  min-height: 24px;
  padding: 0 12px;
  font-size: 12px;
}
.btn-xxs-mr {
  margin-right: 10px;
}
.btn-xxs-ml {
  margin-left: 10px;
}
.btn-xxs-mt {
  margin-top: 10px;
}
.btn-xxs-mb {
  margin-bottom: 10px;
}
.btn-xxs-mx {
  margin-left: 10px;
  margin-right: 10px;
}
.btn-xxs-my {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-xxl {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  padding: 0;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-xl {
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  padding: 0;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-lg {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  padding: 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-md {
  width: 42px;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  padding: 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-sm {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  padding: 0;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-xs {
  width: 28px;
  height: 28px;
  min-height: 28px;
  min-width: 28px;
  padding: 0;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon {
  margin-right: 10px;
}
.btn-icon-xxs {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  padding: 0;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-rounded-5 {
  border-radius: 5px;
}
.btn-icon-rounded-10 {
  border-radius: 10px;
}
.btn-icon-rounded-20 {
  border-radius: 20px;
}
.btn-icon-rounded-40 {
  border-radius: 40px;
}
.btn-icon-rounded-80 {
  border-radius: 80px;
}
.btn-icon-rounded-160 {
  border-radius: 160px;
}
.btn-icon-rounded-half {
  border-radius: 50px;
}
.btn-icon-rounded-full {
  border-radius: 999999px;
}
.btn-icon-group {
  display: flex;
  align-items: center;
}
.btn-icon-group .btn:not(:last-child) {
  margin-right: 14px;
}
.btn-icon-group-small .btn:not(:last-child) {
  margin-right: 10px;
}
.btn-dark-black:hover {
  color: #FFFFFF;
}
.btn-outline {
  border: 1px solid #ddd;
  font-size: 16px;
  color: #2c2c2c;
}
.btn-yellow {
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #fff;
  color: #EB9D02;
  border: 1px solid #EB9D02;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}
.btn-yellow:hover, .btn-yellow.active {
  background-color: #EB9D02 !important;
  color: #fff !important;
  border: 1px solid #EB9D02;
}
.btn-yellow:focus:not(:focus-visible) {
  background-color: #EB9D02 !important;
  color: #fff !important;
  border: 1px solid #EB9D02;
}
.btn-group-toggle {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.btn-group-toggle .agency-claim .form-check-input {
  display: none;
}
.btn-group-toggle .agency-claim .form-check-input:checked + .btn-primary {
  background-color: #EB9D02 !important;
  color: #fff;
  border-color: #EB9D02 !important;
  padding: 10px 30px;
}
.btn-group-toggle .agency-claim .form-check-label {
  background-color: transparent;
  color: #EB9D02;
  border-color: #EB9D02 !important;
  padding: 10px 30px;
}

.form-group {
  display: block;
}
.form-group input[type=file] {
  padding-left: 0;
}
.form-group input[type=file]::-webkit-file-upload-button {
  background: #EB9D02;
  border-radius: 4px 0px 0px 4px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 12px 25px 12px 35px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.form-group input[type=file]::-webkit-file-upload-button:hover {
  background: #EB9D02;
}
.form-group > label:not(.switch) {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: color-mix(in srgb, #000000 75%, transparent);
  margin-bottom: 6px;
  width: 100%;
}
.form-group textarea {
  resize: none;
  min-height: 150px;
}
.form-group .form-textarea-small {
  min-height: 90px;
}
.form-group .phone-list select {
  border: none;
  font-size: 14px;
  font-weight: 500;
  min-width: 50px;
  color: #000000;
  cursor: pointer;
  background-color: transparent;
}
.form-group .phone-list select:focus-visible {
  outline: none;
}
.form-group-select {
  position: relative;
}
.form-group-select select {
  cursor: pointer;
}
.form-group-select svg {
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 18px;
}
.form-group .err {
  font-size: 14px;
}
.form-group .select2.select2-container .select2-selection--multiple {
  border: 1px solid #e9e9eb;
  border-radius: 5px;
  height: 42px;
  cursor: pointer;
  display: flex;
  padding-right: 40px;
  padding-bottom: 0;
  padding-top: 1px;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-search__field {
  min-height: auto;
  height: 42px;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  margin: 0;
  align-items: center;
  overflow-x: scroll;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  height: 3px;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
  background: transparent;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: transparent;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #EB9D02;
  border: 1px solid #EB9D02;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  margin-top: 1px;
}
.form-group .select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-right: 0;
  color: #FFFFFF;
  padding-right: 0;
  font-size: 20px;
  top: -5px;
  background-color: #EB9D02;
}
.form-group-select span.select2-container {
  width: 100% !important;
}
.form-check-group-2 {
  min-height: 71px;
}
.form-select-custom {
  position: relative;
}
.form-select-custom select {
  cursor: pointer;
  text-transform: capitalize;
}
.form-select-custom::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  border: 1px solid #000000;
  border-left: 0;
  border-top: 0;
  width: 7px;
  height: 7px;
  pointer-events: none;
  transform: rotate(45deg);
}
.form-control {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #E4E7EC;
  border-radius: 5px;
  min-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control::-webkit-input-placeholder {
  color: #ACACAC;
}
.form-control:focus {
  box-shadow: none;
}
.form-control-wrap {
  position: relative;
}
.form-control-wrap .icon {
  position: absolute;
  top: 22px;
  left: 15px;
  transform: translateY(-50%);
}
.form-control-wrap .icon + .form-control {
  padding-left: 42px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: 400;
}
.form-control-wrap .icon:has(.phone-list) + .form-control {
  padding-left: 70px;
  margin: 0;
}
.form-check {
  padding: 0;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 1;
}
.form-check input[type=radio] + label,
.form-check input[type=checkbox] + label {
  display: inline-flex;
}
.form-check input[type=radio] + label .checkbox,
.form-check input[type=checkbox] + label .checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E7EC;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 4px;
}
.form-check input[type=radio] + label .checkbox::before,
.form-check input[type=checkbox] + label .checkbox::before {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
  margin-top: -4px;
  opacity: 0;
  transition: all 0.3s ease;
}
.form-check input[type=radio]:checked + label .checkbox,
.form-check input[type=checkbox]:checked + label .checkbox {
  background-color: #036DC1;
  border-color: #036DC1;
}
.form-check input[type=radio]:checked + label .checkbox::before,
.form-check input[type=checkbox]:checked + label .checkbox::before {
  opacity: 1;
}
.form-check-group {
  display: flex;
  flex-wrap: wrap;
}
.form-check-group > * {
  margin-right: 25px;
}
.form-check-group > *:last-child {
  margin-right: 0;
}
.form-check input.form-check-input {
  margin-left: 0;
}
.form-header {
  margin: 0 0 26px;
}
.form-header .form-title {
  color: #000000;
}
.form-body .form-group {
  margin-bottom: 26px;
}
.form-buttons {
  margin-top: 16px;
}
.form-buttons .btn {
  min-width: 170px;
}

.card-border {
  border: 1px solid #E4E7EC;
  border-radius: 10px;
}
.card-border .card-header {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 10px;
  padding-top: 13px;
  border-bottom: 1px solid #E4E7EC;
}
.card-action {
  border-top: 1px solid #E4E7EC;
}
.card-action .btn {
  font-weight: 500;
}
.card-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background-color: transparent;
  border-bottom: 0;
  align-items: center;
}
.card-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.card-list-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin: 0 0 8px;
}
.card-list-row p {
  margin: 0;
}
.card-list-name p {
  font-size: 13px;
  font-weight: 500;
  color: color-mix(in srgb, #000000 50%, transparent);
}
.card-list-name p strong {
  color: #000000;
}
.card-list-role p {
  font-size: 13px;
  font-weight: bold;
  color: #EB9D02;
}
.card-list-icons {
  display: flex;
}
.card-list-icons .btn-edit {
  color: #036DC1;
}
.card-list-icons .btn-delete {
  color: #DD2222;
}
.card-height .card-body {
  max-height: 300px;
  overflow-y: scroll;
  min-height: 200px;
}
.card-height .card-body .icon-list-wrapper {
  display: flex;
  margin: 0 0 15px;
  align-items: flex-start;
  gap: 3px;
  flex-direction: column;
}
.card-height .card-body .icon-list-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0;
}
.card-height .card-body .icon-list-link svg {
  color: #EB9D02;
}
.card-height .card-body .icon-list .nav-link {
  padding: 0px 0 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.card-height .card-body .icon-list-item {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.card-height .card-body .icon-list-item:last-child {
  padding-bottom: 0px;
}
.card-height .card-body .icon-list .list-expired {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 15px;
}
.card-height .card-body .icon-list .list-expired-link {
  flex: 1 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.card-height .card-body .icon-list .list-expired-link svg {
  color: #EB9D02;
}
.card-height .card-body .icon-list .list-expired span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.term-con {
  height: 100%;
  border: 1px solid #cdcdcd;
  padding: 2rem;
  max-height: 334px;
  overflow-y: auto;
}

.table {
  min-width: 100%;
  border: 1px solid #E4E7EC;
}
@media (max-width: 1365px) {
  .table {
    width: 1100px;
  }
}
.table-body thead th {
  color: color-mix(in srgb, #000000 50%, transparent);
  font-size: 16px;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: color-mix(in srgb, #002F73 5%, transparent);
}
.table-body tbody td {
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: color-mix(in srgb, #000000 75%, transparent);
  border-bottom: 1px solid color-mix(in srgb, #000000 6%, transparent);
}
.table-body .pagination {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.table-body .dataTables_wrapper .datatable-header {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: color-mix(in srgb, #002F73 5%, transparent);
  border: 1px solid #E4E7EC;
  border-radius: 4px;
}
.table-body .dataTables_wrapper .datatable-header .search-control {
  display: flex;
  justify-content: flex-end;
}
.table-body .dataTables_wrapper .dataTables_filter {
  position: relative;
}
.table-body .dataTables_wrapper .datatable-footer .length-input {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table-body .dataTables_wrapper .datatable-footer .dataTables_paginate .paginate_button {
  background: rgba(3, 109, 193, 0.05);
  margin: 0px 5px;
}
.table-body .dataTables_wrapper .datatable-footer .dataTables_paginate .paginate_button, .table-body .dataTables_wrapper .datatable-footer .dataTables_paginate .paginate span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #ACACAC;
  border-radius: 999999px;
}
.table-body .dataTables_wrapper .datatable-footer .dataTables_paginate .paginate_button.current, .table-body .dataTables_wrapper .datatable-footer .dataTables_paginate .paginate span.current {
  background-color: #EB9D02;
  color: #FFFFFF;
}
.table-body .dataTables_wrapper .page-control select {
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #E4E7EC;
  border-radius: 5px;
  min-height: 42px;
  padding-left: 15px;
  padding-right: 30px;
}
.table-body .dataTables_wrapper .page-control select::-webkit-input-placeholder {
  color: #ACACAC;
}
.table-body .dataTables_wrapper .page-control select:focus {
  box-shadow: none;
}
.table-body .dataTables_wrapper .page-control select-wrap {
  position: relative;
}
.table-body .dataTables_wrapper .search-control input[type=search] {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #E4E7EC;
  border-radius: 5px;
  min-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
}
.table-body .dataTables_wrapper .search-control input[type=search]::-webkit-input-placeholder {
  color: #ACACAC;
}
.table-body .dataTables_wrapper .search-control input[type=search]:focus {
  box-shadow: none;
}
.table-body .dataTables_wrapper .search-control .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #000000;
}
.table-body .dataTables_wrapper .search-control .icon + input[type=search] {
  padding-left: 40px;
}
@media (max-width: 1365px) {
  .table-card {
    overflow-x: auto;
  }
  .table-card::-webkit-scrollbar {
    height: 10px;
  }
  .table-card::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius: 20px;
  }
  .table-card::-webkit-scrollbar-thumb {
    background: #EB9D02;
    border-radius: 20px;
  }
}
.table-footer {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}
.table-entries {
  flex: 1 0 0;
}
.table-entries p {
  margin: 0;
  color: color-mix(in srgb, #000000 50%, transparent);
  font-size: 14px;
  font-weight: 500;
}

.dataTables_wrapper > .row {
  overflow-x: auto;
}
.dataTables_wrapper > .row th, .dataTables_wrapper > .row td {
  white-space: nowrap;
}
.dataTables_wrapper > .row td .action-buttons button {
  color: #EB9D02 !important;
  border: none;
  background: none;
}
.dataTables_wrapper > .row td .action-buttons button:hover {
  text-decoration: underline;
}

.page-control select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 0.375rem;
}

.search-control input[type=search] {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border: 1px solid #dee2e6;
  background: #fff;
  outline: none;
  padding-left: 40px;
  border-radius: 0.375rem;
}

.page-therapist {
  display: flex;
  flex-wrap: wrap;
}
.page-therapist.full {
  padding-right: 0;
}

.page-layout {
  display: flex;
  flex-wrap: wrap;
  padding-right: 320px;
}
@media (max-width: 1599px) {
  .page-layout {
    padding-right: 310px;
  }
}
.page-layout.full {
  padding-right: 0;
}
.page-area {
  flex: 1 0;
  width: 320px;
}
.page-header {
  padding: 30px 50px;
  border-bottom: 1px solid #E4E7EC;
}
@media (max-width: 1599px) {
  .page-header {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .page-header {
    padding: 15px;
  }
}
.page-body {
  padding: 30px 50px;
}
@media (max-width: 1599px) {
  .page-body {
    padding: 30px 30px 30px;
  }
}
.page-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  padding-top: 80px;
  border-left: 1px solid #E4E7EC;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1599px) {
  .page-sidebar {
    width: 300px;
  }
}
.page-sidebar hr {
  margin: 0;
  opacity: 1;
  border-top: 1px solid #E4E7EC;
}
@media (max-width: 1599px) {
  .page-sidebar > div {
    padding: 30px 20px;
  }
}
.page-sidebar > div.h-full {
  flex: 1 0;
  height: 0;
}
.page-sidebar-section-header {
  padding: 15px 20px;
}
.page-sidebar-section-header h4 {
  margin-bottom: 0;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.page-sidebar-section-body .icon-list-item {
  padding: 13px;
  border-bottom: 1px solid #E4E7EC;
}
.page-sidebar-section-body .icon-list-item:last-child {
  border-bottom: none;
}
.page-sidebar-part {
  flex: 1 0;
}
.page-title {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
}
.page-footer {
  height: 61px;
}
.page-layouts .list-group h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .page-layouts .list-group .btn-groups .btn {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .page-layouts .list-group .material-icons {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .page-layouts .list-group .form-control {
    padding: 5px;
    font-size: 12px;
    min-height: 35px;
  }
}
.page-layouts .list-group .top-sidebar .btn-groups {
  display: none;
}
.page-layouts .list-group .top-sidebar:hover {
  cursor: pointer;
}
.page-layouts .list-group .top-sidebar:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .top-sidebar .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .top-sidebar .list-group-item .inner-assesment .form-control {
  font-weight: 800 !important;
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .page-layouts .list-group .top-sidebar .list-group-item .inner-assesment .form-control {
    padding: 8px;
  }
}
.page-layouts .list-group .top-sidebar .list-group-item-inner + .list-group-item {
  padding: 0 10px;
}
.page-layouts .list-group .top-sidebar .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 10px;
}
.page-layouts .list-group .strength-sec span {
  font-size: 16px;
  font-weight: 700;
}
.page-layouts .list-group .strength-sec .btn-groups {
  display: none;
}
.page-layouts .list-group .strength-sec:hover {
  cursor: pointer;
}
.page-layouts .list-group .strength-sec:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .strength-sec .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .strength-sec .list-group-item .inner-assesment .form-control {
  font-weight: 800 !important;
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .page-layouts .list-group .strength-sec .list-group-item .inner-assesment .form-control {
    padding: 8px;
  }
}
.page-layouts .list-group .strength-sec .list-group-item-inner + .list-group-item {
  padding: 0 10px;
}
.page-layouts .list-group .strength-sec .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 10px;
}
.page-layouts .list-group .maladaptive .btn-groups {
  display: none;
}
.page-layouts .list-group .maladaptive:hover {
  cursor: pointer;
}
.page-layouts .list-group .maladaptive:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .maladaptive .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .maladaptive .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .maladaptive .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .maladaptive .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .maladaptive .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .conducted .btn-groups {
  display: none;
}
.page-layouts .list-group .conducted:hover {
  cursor: pointer;
}
.page-layouts .list-group .conducted:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .conducted .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .conducted .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .conducted .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .conducted .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .conducted .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .data-collected .btn-groups {
  display: none;
}
.page-layouts .list-group .data-collected:hover {
  cursor: pointer;
}
.page-layouts .list-group .data-collected:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .data-collected .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .data-collected .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .data-collected .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .data-collected .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .data-collected .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .behavior-plan .btn-groups {
  display: none;
}
.page-layouts .list-group .behavior-plan:hover {
  cursor: pointer;
}
.page-layouts .list-group .behavior-plan:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .behavior-plan .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .behavior-plan .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .behavior-plan .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .behavior-plan .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .behavior-plan .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .caregiver .btn-groups {
  display: none;
}
.page-layouts .list-group .caregiver:hover {
  cursor: pointer;
}
.page-layouts .list-group .caregiver:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .caregiver .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .caregiver .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .caregiver .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .caregiver .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .caregiver .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .risk .btn-groups {
  display: none;
}
.page-layouts .list-group .risk:hover {
  cursor: pointer;
}
.page-layouts .list-group .risk:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .risk .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .risk .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .risk .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .risk .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .risk .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .discharge .btn-groups {
  display: none;
}
.page-layouts .list-group .discharge:hover {
  cursor: pointer;
}
.page-layouts .list-group .discharge:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .discharge .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .discharge .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .discharge .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .discharge .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .discharge .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .recommendations span {
  font-size: 13px;
  font-weight: 600;
}
.page-layouts .list-group .recommendations .btn-groups {
  display: none;
}
.page-layouts .list-group .recommendations:hover {
  cursor: pointer;
}
.page-layouts .list-group .recommendations:hover .btn-groups {
  display: block;
}
.page-layouts .list-group .recommendations .list-group-item + .list-group-item {
  padding: 0px 10px !important;
}
.page-layouts .list-group .recommendations .list-group-item:last-child {
  padding: 0px 5px !important;
  border-bottom: 1px solid #dee2e6;
}
.page-layouts .list-group .recommendations .list-group-item:last-child .inner-assesment .form-control {
  font-weight: 800;
  text-decoration-line: underline;
}
.page-layouts .list-group .recommendations .list-group-item-inner + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .recommendations .list-group-item-inner + .list-group-item + .list-group-item {
  padding: 0 5px;
}
.page-layouts .list-group .btn-groups {
  padding: 0px 16px 15px 16px !important;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  border-top: none;
}
@media screen and (max-width: 1199px) {
  .page-layouts .list-group .btn-groups {
    font-size: 12px;
  }
}
.page-layouts .list-group .btn-transparent {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-layouts .list-group-item {
  border-bottom: none;
}
.page-layouts .list-group-item-inner {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  padding: 10px 0px;
}
.page-layouts .list-group-item-inner .btn {
  margin: 0px;
}
.page-layouts #sidebar {
  max-height: 65vh;
  overflow-y: auto;
  position: relative;
  bottom: 0;
  top: 0;
  height: 100%;
  padding-bottom: 3px;
}
.page-layouts #sidebar .top-sidebar {
  border-bottom: 1px solid var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.section {
  padding-bottom: 40px;
}
.section-header {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.section-header h6 {
  font-size: 14px;
  font-weight: 700;
  color: #EB9D02;
  margin-bottom: 0;
  margin-right: 10px;
}
.section-header hr {
  flex: 1 0;
  opacity: 1;
  border-top: 1px solid #E4E7EC;
}
.section-card-header {
  padding-bottom: 20px;
}
.section-card-header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.section-card-body .chart {
  padding-top: 76%;
  position: relative;
}
.section-card-body .chart svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section .col-auto {
  width: auto;
  flex: 1;
}
.section-canvas {
  margin-top: 40px;
}

.icon-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.icon-list-item {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.icon-list-item:last-child {
  padding-bottom: 0;
}
.icon-list-item .icon {
  font-size: 24px;
  padding-right: 10px;
  color: #EB9D02;
}
.icon-list-item .icon svg {
  display: block;
}
.icon-list-content {
  display: flex;
  justify-content: space-between;
  gap: 11px;
}
@media (max-width: 1365px) {
  .icon-list-content {
    flex-direction: column;
  }
}
.icon-list-content .content-col {
  flex-shrink: 1;
}
.icon-list-content .content-icon {
  flex-grow: 1;
  margin-top: -2px;
}
.icon-list-content h5 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.icon-list-content p {
  color: #808080;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
.icon-list-action .icon-list-content {
  align-items: center;
  flex: 1;
}
.icon-list-action .icon-list-content .content-actions .btn-icon-group-small {
  display: flex;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0 12px;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs ul li a {
  color: #808080;
  text-decoration: none;
}
.breadcrumbs ul li span {
  color: #000000;
}
.breadcrumbs ul li span.breadcrumbs-seprator {
  color: #808080;
  margin: 0 5px 0 2px;
}
.breadcrumbs-backicon {
  display: flex;
  color: #808080;
}

.material-icons-small {
  font-size: 20px;
}

.material-icons-extrasmall {
  font-size: 16px;
}

.pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li {
  margin-left: 6px;
  display: flex;
}
.pagination ul li.pagination-prev .pagination-link, .pagination ul li.pagination-next .pagination-link {
  background-color: color-mix(in srgb, #002F73 5%, transparent);
  color: #001536;
}
.pagination ul li.pagination-prev {
  margin-right: 7px;
}
.pagination ul li.pagination-next {
  margin-left: 7px;
}
.pagination ul li .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #ACACAC;
  border-radius: 999999px;
}
.pagination ul li .pagination-active {
  background-color: #EB9D02;
  color: #FFFFFF;
}
.pagination ul li .pagination-more {
  color: #ACACAC;
  font-size: 14px;
}
.pagination ul li.active .pagination-link {
  background-color: #EB9D02;
  color: #FFFFFF;
}

.pricing-card .card {
  padding: 30px 20px;
}
.pricing-card .card-header h4.card-price {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 4px;
}
.pricing-card .card-header h4.card-price span {
  font-size: 20px;
}
.pricing-card .card-body .list-group {
  max-width: 250px;
  margin: 20px auto 20px;
}
.pricing-card .card-body .list-group-item {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 16px;
  color: #000000;
}
.pricing-card .card-body .list-group-item span.material-icons {
  margin-right: 8px;
  font-size: 20px;
  color: inherit;
}
.pricing-card .card-body .list-group-item span.sea-green {
  color: #33C481;
}
.pricing-card .card-body .list-group-item span.navy-blue {
  color: #036DC1;
}
.pricing-card .card-body .list-group-item span.brink-pink {
  color: #FF688E;
}

.plans-layout .page-header {
  text-align: center;
}
.plans-layout .page-header .logo {
  width: 220px;
  margin-bottom: 20px;
}
.subscribe-card {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #E4E7EC;
}

.tabs .nav-tabs {
  display: flex;
  margin-bottom: 22px;
  border-bottom: 1px solid #E4E7EC;
}
.tabs .nav-tabs .nav-link {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
  color: #ACACAC;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.tabs .nav-tabs .nav-link:not(.active):hover {
  border-color: transparent;
  color: #EB9D02;
}
.tabs .nav-tabs .nav-link.active {
  color: #EB9D02;
  border-bottom: 2px solid #EB9D02;
}
.tabs .tab-content {
  border: none;
  background-color: transparent;
}
.tabs-bl {
  padding-left: 0;
  margin: 20px 0;
}
.tabs-bl li {
  list-style: none;
  margin: 0 !important;
}
.tabs-bl li button {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #fff;
  color: #EB9D02;
  border: 1px solid #EB9D02;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}
.tabs-bl li button.btn.btn-primary:hover, .tabs-bl li button.btn.btn-primary:active {
  background-color: #EB9D02 !important;
  color: #fff !important;
  border: 1px solid #EB9D02;
}
.tabs-bl li button.btn.btn-primary.active {
  background-color: #EB9D02 !important;
  color: #fff !important;
  border: 1px solid #EB9D02;
}

.company-card-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px;
}
.company-card-item {
  width: 50%;
}
.company-card-lablel {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: color-mix(in srgb, #000000 75%, transparent);
}
.company-card-lablel, .company-card-value {
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.company-card-value {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.search-bar-form {
  display: flex;
}
.search-bar-form .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 15px;
}
.search-bar-form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 250px;
}

.fc-right .fc-today-button, .fc-right .fc-prev-button, .fc-right .fc-next-button {
  background-color: #EB9D02;
  min-height: 38px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #EB9D02;
  border-radius: 10px;
  text-transform: capitalize;
  opacity: 1;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}
.fc-right .fc-today-button {
  padding: 0 20px;
}
.fc-right .fc-next-button {
  margin-left: 6px;
}
.fc-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.fc-filters {
  width: 250px;
  margin: 45px 0 0;
  padding: 15px;
  border-color: #E4E7EC;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
}
.fc-filters-list {
  margin: 13px 0 0;
}
.fc-filters-wrap {
  margin: 0 0 30px;
}
.fc-filters-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.fc-filters-items img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-right: 10px;
}
.fc-filters-items p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.fc-filters h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.fc-calendar {
  width: calc(100% - 250px);
}
.fc-calendar:not(.fc-calendar-inner) .fc-toolbar {
  padding-right: 133px;
}
.fc-calendar-btn {
  position: absolute;
  right: 0;
  top: -3px;
}
.fc-calendar .fc-right .fc-button-group .fc-button {
  background-color: #E4E7EC;
  color: #808080;
  font-size: 14px;
  height: auto;
  border-radius: 50px;
  box-shadow: none;
  margin-right: 10px;
  font-weight: 500;
  border: none;
  text-transform: capitalize;
  min-height: 25px;
  background-image: none;
  text-shadow: none;
}
.fc-calendar .fc-right .fc-button-group .fc-button.fc-state-active {
  background-color: #EB9D02;
  color: #FFFFFF;
}
.fc-calendar .fc-left {
  position: relative;
}
.fc-calendar .fc-left .fc-button-group .fc-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
}
.fc-calendar .fc-left .fc-button-group .fc-button.fc-prev-button {
  margin-right: 30px;
}
.fc-calendar .fc-left .fc-button-group .fc-button.fc-next-button {
  margin-left: 20px;
}
.fc-calendar .fc-left .fc-today-button {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  float: none;
  display: inline-block;
  margin: 2px auto 0;
  opacity: 1;
  font-size: 14px;
  color: #808080;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  text-transform: capitalize;
  font-weight: 500;
}
.fc-calendar .fc-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: -250px;
}
.fc-calendar .fc-toolbar .fc-left, .fc-calendar .fc-toolbar .fc-right, .fc-calendar .fc-toolbar .fc-center {
  float: none;
  width: 33.33%;
}
.fc-calendar .fc-toolbar .fc-left {
  order: 2;
  display: flex;
  justify-content: center;
}
.fc-calendar .fc-toolbar .fc-right {
  order: 1;
}
.fc-calendar .fc-toolbar .fc-center {
  order: 3;
  display: flex;
  justify-content: flex-end;
}
.fc-calendar .fc-toolbar .fc-center h2 {
  font-size: 16px;
  color: #000000;
}
.fc-calendar .fc-head {
  background-color: #E4E7EC;
}
.fc-calendar .fc-head .fc-widget-header {
  border-color: #E4E7EC;
}
.fc-calendar .fc-head .fc-widget-header th {
  padding: 9px 0px;
  font-size: 15px;
  font-weight: 600;
}
.fc-calendar-inner {
  width: 100%;
  padding-bottom: 40px;
}
.fc-calendar-inner .fc-toolbar {
  margin-left: 0;
}
.fc-event-container .fc-content {
  display: flex;
  gap: 30px;
}
.fc-event-container .fc-event {
  background-color: #FDE2DB !important;
  border: 1px solid #FDE2DB;
  padding: 10px;
  box-sizing: border-box;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: 10px;
}
.fc-event-container .fc-event.bg-success, .fc-event-container .fc-event.bg-primary {
  background-color: #D2F3D2 !important;
  border: 1px solid #D2F3D2;
}
.fc-event-container .fc-event.bg-secondary {
  background-color: #ededed !important;
  border: 1px solid #ededed;
}
.fc-event-container .fc-event.bg-danger, .fc-event-container .fc-event.bg-warning {
  background-color: #FDE2DB !important;
  border: 1px solid #FDE2DB;
}
.fc-event-container .fc-event .fc-bg {
  opacity: 0;
}
.fc-event-container .fc-event .fc-title {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  flex: 0 0 100px;
}
.fc-event-container .fc-event .fc-title img {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
.fc-event-container .fc-event .fc-title .image {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
}
.fc-event-container .fc-event .fc-title .name {
  font-size: 15px;
  font-weight: 600;
}
.fc-event-container .fc-event .fc-title .buttons {
  margin: 12px 0 0;
  display: flex;
}
.fc-event-container .fc-event .fc-title .buttons .edit-event {
  color: #036DC1;
  margin-left: 10px;
}
.fc-event-container .fc-event .fc-title .buttons .delete-event {
  color: #DD2222;
}
.fc-event-container .fc-event .fc-title .buttons .view-event {
  color: #EB9D02;
  margin-left: 10px;
  cursor: pointer;
}
.fc-event-container .fc-event .fc-title .buttons .view-event span {
  font-size: 22px;
}
.fc-event-container .fc-event .fc-title .buttons .edit-event, .fc-event-container .fc-event .fc-title .buttons .delete-event {
  font-size: 14px;
  display: flex;
  text-align: center;
  cursor: pointer;
}
.fc-event-container .fc-event .fc-title .buttons .edit-event svg, .fc-event-container .fc-event .fc-title .buttons .delete-event svg {
  margin-right: 5px;
}
.fc-event-container .fc-event .fc-additional-data {
  width: calc(100% - 100px);
  color: #000000;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.fc-event-container .fc-event .fc-additional-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fc-event-container .fc-event .fc-additional-header, .fc-event-container .fc-event .fc-additional-body {
  display: flex;
  width: 100%;
}
.fc-event-container .fc-event .fc-additional-item {
  flex: 1 0;
  width: 0;
  padding: 10px;
}
.fc-event-container .fc-event .fc-additional-item p {
  margin-bottom: 10px;
  font-weight: 700;
}
.fc-event-container .fc-event .fc-additional-item p:last-child {
  font-weight: 500;
  margin: 0px;
}
.fc-view.fc-agendaDay-view .fc-body .fc-axis, .fc-view.fc-agendaWeek-view .fc-body .fc-axis {
  border: none;
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  padding-right: 10px;
}
.fc-view.fc-agendaDay-view .fc-body td, .fc-view.fc-agendaWeek-view .fc-body td {
  border-color: #E4E7EC;
}
.fc-view .fc-body td {
  border-color: #E4E7EC;
}

/* Slider Toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4CAF50;
}

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

/*Application Components Files*/
.color-card {
  border: 1px solid currentColor;
  background-color: currentColor;
  box-shadow: 0 30px 40px -25px color-mix(in srgb, currentColor 50%, transparent);
  height: 100%;
  border-radius: 10px;
  /*&::before{
    	content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb,map.get($colors,white) 95%, transparent);
  z-index: 0;
  border-radius: 6px;
    }*/
}
.color-card .card-header {
  display: flex;
  align-items: center;
  background-color: unset;
  border: unset;
  position: relative;
  justify-content: flex-start;
  background: color-mix(in srgb, #FFFFFF 95%, transparent);
  border-radius: 9px 9px 0 0;
  gap: 0;
}
.color-card .card-header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background-color: currentColor;
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 1599px) {
  .color-card .card-header .icon {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 17px;
    margin-right: 10px;
  }
}
.color-card .card-header .icon svg {
  color: #FFFFFF;
  display: block;
}
.color-card .card-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}
.color-card .card-body {
  padding-top: 0;
  position: relative;
  background: color-mix(in srgb, #FFFFFF 95%, transparent);
  border-radius: 0 0 10px 10px;
}
.color-card .card-footer {
  background-color: currentColor;
  border-radius: 0 0 10px 10px;
  border: none;
  text-align: center;
  padding: 11px 10px;
}
.color-card .card-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.color-card .card-footer a {
  color: inherit;
  cursor: pointer;
}
.color-card .card-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.color-card .card-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}
.color-card .card-list-item .label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.color-card .card-list-item .value {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.color-card .card-list-item.colored .label, .color-card .card-list-item.colored .value {
  color: currentColor;
}
.color-card.navy-blue {
  color: #036dc1;
}
.color-card.bamboge {
  color: #eb9d02;
}
.color-card.salmon {
  color: #ff8f6b;
}
.color-card.red {
  color: #dd2222;
}
.color-card.sea-green {
  color: #33c481;
}
.color-card.brink-pink {
  color: #ff688e;
}
.color-card.neon-blue {
  color: #4a3aff;
}
.color-card.blue-magenta {
  color: #9747ff;
}
.color-card.islamic-green {
  color: #06c702;
}
.color-card.cerise {
  color: #e83f69;
}
.color-card.solitude {
  color: #f2f4f8;
}
.color-card.black-00 {
  color: black;
}
.color-card.black-80 {
  color: gray;
}
.color-card.black-F4 {
  color: #f4f4f4;
}
.color-card.black-E9 {
  color: #e9e9eb;
}
.color-card.black-E4 {
  color: #e4e7ec;
}
.color-card.black-F7 {
  color: #f7f7f7;
}
.color-card.black-AC {
  color: #acacac;
}
.color-card.black-F9 {
  color: #f9fafb;
}
.color-card.black-0015 {
  color: #001536;
}
.color-card.white {
  color: white;
}
.color-card.transparent {
  color: black;
}

/*Application Global design elements*/
.design-elements {
  padding: 60px;
}
.design-elements .section-header {
  padding-bottom: 35px;
}
.design-elements .section-header h2 {
  font-weight: 700;
  font-size: 36px;
}
.design-elements .section-header p {
  color: #808080;
  font-size: 18px;
  font-weight: 300;
}
.design-elements .color-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.design-elements .color-group .color-col {
  padding: 0px 10px;
  width: 16.6666666667%;
}
@media (min-width: 1336px) {
  .design-elements .color-group .color-col {
    width: 16.6666666667%;
  }
}
@media (min-width: 1440px) {
  .design-elements .color-group .color-col {
    width: 12.5%;
  }
}
.design-elements .color-group .col-auto {
  padding: 0px 10px;
}
.design-elements .color-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
}
.design-elements .color-box p:hover {
  cursor: pointer;
}
.design-elements .color-box p .icon {
  display: inline-block;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.design-elements .color-box p .icon img {
  width: 20px;
}
.design-elements .color-box:hover p .icon {
  transform: translateX(0px);
  opacity: 1;
}
.design-elements .color-tile {
  padding-top: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.design-elements .color-tile.navy-blue {
  background-color: #036DC1;
}
.design-elements .color-tile.bamboge {
  background-color: #EB9D02;
}
.design-elements .color-tile.salmon {
  background-color: #FF8F6B;
}
.design-elements .color-tile.red {
  background-color: #DD2222;
}
.design-elements .color-tile.sea-green {
  background-color: #33C481;
}
.design-elements .color-tile.brink-pink {
  background-color: #FF688E;
}
.design-elements .color-tile.neon-blue {
  background-color: #4A3AFF;
}
.design-elements .color-tile.blue-magenta {
  background-color: #9747FF;
}
.design-elements .color-tile.islamic-green {
  background-color: #06C702;
}
.design-elements .color-tile.cerise {
  background-color: #E83F69;
}
.design-elements .color-tile.solitude {
  background-color: #F2F4F8;
}
.design-elements .color-tile.black-00 {
  background-color: #000000;
}
.design-elements .color-tile.black-80 {
  background-color: #808080;
}
.design-elements .color-tile.black-F4 {
  background-color: #F4F4F4;
}
.design-elements .color-tile.black-E9 {
  background-color: #E9E9EB;
}
.design-elements .color-tile.black-E4 {
  background-color: #E4E7EC;
}
.design-elements .color-tile.black-F7 {
  background-color: #F7F7F7;
}
.design-elements .color-tile.black-AC {
  background-color: #ACACAC;
}
.design-elements .color-tile.black-F9 {
  background-color: #F9FAFB;
}
.design-elements .color-tile.black-0015 {
  background-color: #001536;
}
.design-elements .color-tile.white {
  background-color: #FFFFFF;
}
.design-elements .color-tile.transparent {
  background-color: transparent;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-center {
  align-items: center;
}

.items-between {
  align-items: space-between;
}

.code-editor {
  width: 100%;
  display: block;
}

.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-35 {
  margin-bottom: 25px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 65px;
}

.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-35 {
  margin-right: 25px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 65px;
}

.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-35 {
  margin-left: 25px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 65px;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-35 {
  margin-top: 25px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 65px;
}

.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-35 {
  padding-bottom: 25px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 65px;
}

.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-35 {
  padding-top: 25px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 65px;
}

.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-35 {
  padding-right: 25px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 65px;
}

.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-35 {
  padding-left: 25px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 65px;
}

/*Application View Pages Files*/
.auth-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.auth-image {
  flex: 1 0;
  width: 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 680px);
  height: 100%;
}
.auth-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-form {
  max-width: 680px;
  width: 100%;
  min-height: 100vh;
  padding: 70px 88px;
}
.auth-form-header {
  padding-bottom: 55px;
}
.auth-form-header .logo img {
  max-width: 200px;
}
.auth-form-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 45px;
}
.auth-form-title img {
  max-width: 46px;
  margin-top: -18px;
}
.auth-form .form-group {
  margin-bottom: 21px;
}
.auth-form .item-group {
  display: flex;
  flex-wrap: wrap;
}
.auth-form .justify-between {
  justify-content: space-between;
}
.auth-form .btn-link {
  color: #036DC1;
  font-size: 14px;
  font-weight: 600;
}
.auth-form .form-buttons .btn {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.auth-form .form-buttons .btn:last-child {
  margin-bottom: 0;
}
.auth-form .form-buttons .btn-primary {
  background-color: #EB9D02;
  border-color: #EB9D02;
}
.auth-form .form-buttons .btn-secondary {
  background-color: rgba(3, 109, 193, 0.15);
  border-color: transparent;
  color: #036DC1;
}
.auth-form ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.auth-form ul li {
  padding: 0px 15px;
}
.auth-form ul li a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #EB9D02;
}

.quick-action .nav-link .icon {
  color: #000000;
}

.subscribe-card .card-title {
  font-size: 22px;
  font-weight: 600;
}
.subscribe-card .card-header {
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.subscribe-card .form-group {
  margin-bottom: 21px;
}

.import-code {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.import-code .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.import-code .btn span {
  margin-right: 5px;
}

.role-permission {
  margin-top: 16px;
}
.role-permission-wrap {
  border: 1px solid #E4E7EC;
  display: flex;
  flex-wrap: wrap;
}
.role-permission-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 0 0;
}
.role-permission-actions {
  width: 100%;
  padding: 15px 18px;
}
.role-permission-actions .form-group {
  display: flex;
  flex-direction: column;
}
.role-permission-actions .form-group .form-check {
  margin-bottom: 8px;
}
.role-permission-type {
  background-color: color-mix(in srgb, #002F73 5%, transparent);
  width: 100%;
  padding: 17px 18px;
}
.role-permission-type p {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  margin: 0;
}

.modal-visit form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.modal-visit-wrap {
  width: calc(50% - 20px);
}
.modal-visit-wrap .form-repeat {
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #d3d3d3 !important;
}
.modal-visit-input {
  width: 100%;
  font-weight: 500;
  margin: 0 0 4px;
  display: block;
  text-transform: capitalize;
  color: #000000;
}
.modal-visit-footer {
  display: flex;
  gap: 12px;
  margin: 10px 0 0;
  justify-content: end;
}
.modal-visit-full {
  width: 100%;
}
.modal-visit-check {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.modal-visit-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-visit-radio .visit-form-input {
  display: flex;
}
.modal-visit-radio .visit-form-input > span {
  margin-left: 10px;
  width: 80%;
}
.modal-claim .modal-dialog {
  width: 90%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .modal-claim .modal-dialog {
    width: 100%;
    max-width: 90%;
    margin: 10px auto;
  }
}
.modal-claim .modal-body .claim-sec {
  min-height: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-claim .modal-body .claim-sec {
    margin-bottom: 0px;
    min-height: 100%;
  }
}
.modal-claim .modal-body .claim-sec span {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
}
.modal-claim .modal-body .claim-sec td {
  color: color-mix(in srgb, #000000 50%, transparent);
  font-weight: 600;
}
.modal-claim .modal-body .claim-sec .serial {
  color: #000000;
}
.modal-claim .modal-body .claim-sec-inner .cmsvaluelabel {
  display: flex;
  gap: 10px;
}
.modal-claim .modal-body .claim-sec-inner .cmsvaluelabel span {
  color: color-mix(in srgb, #000000 50%, transparent);
  font-size: 15px;
  font-weight: 600;
}
.modal-claim .modal-body .claim-sec-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .modal-claim .modal-body .claim-sec-top {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
}
.modal-claim .modal-body .claim-sec-div {
  margin-bottom: 20px;
}
.modal-claim .modal-body .claim-sec .cmsvaluelabel {
  color: color-mix(in srgb, #000000 50%, transparent);
  font-weight: 600;
  font-size: 15px;
}
.modal-claim .modal-body .claim-box {
  min-height: 30px;
  margin: 10px 0px;
}
@media screen and (max-width: 767px) {
  .modal-claim .modal-body .claim-box {
    min-height: 100%;
  }
}
.modal-claim .modal-body .claim-box .pull-left {
  height: 50px;
  display: flex;
  align-items: center;
}
.modal-claim .modal-body .claim-box .pull-left .cmslabel {
  color: color-mix(in srgb, #000000 50%, transparent) !important;
}
.modal-claim .modal-body .claim-table {
  overflow-x: auto;
}
.modal-claim .modal-body .claim-table th {
  vertical-align: top;
  font-size: 14px;
}
.modal-claim .modal-body .claim-table th span {
  color: color-mix(in srgb, #000000 50%, transparent);
}
.modal-claim .modal-body .claim-table td {
  font-size: 12px;
}
.modal-claim .modal-body .claim-table-inner .top-head th {
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .modal-claim .modal-body .claim-inner {
    margin-bottom: 20px;
  }
}

.section-card-progress .section-card {
  margin-bottom: 40px;
}

.kbw-signature {
  width: 100%;
}

#sig2 canvas, #sig canvas {
  width: 100%;
  border: 1px solid #E4E7EC;
  border-radius: 5px;
}

.step-item .input-group .input-group-text {
  height: 100%;
}
.step-item .input-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.step-item .input-group .input-group-append {
  display: flex;
}
.step-item .input-group .input-group-append .remove-step {
  margin-left: 10px;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
}

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