@charset "UTF-8";
.languages .en i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAOfSURBVEhL7ZaLT5NXGMbPP7XMTQOOuHlhm4MFjMsmIhFctrm5jIx5mYkbxsSpjXeKl6CAWyxMXBEChVBA2spghdTSll6EWnoB2n69SS/02fcev8oKdWmWLCaGN3mSr8l5n9/pyXue72PrtV6vZ2lUxkmjxb9Iut89a9+6u7uv4KPO3lw6JzdMmvvGgjOVVQkSPV9tmnqca21GNbUPR8YHLfOO748tTR064pWwjDkr9yWF8zKkY1FQub0x/HByFIUlnWvUcNuEuP4vuN56g4ueW9qsOdeKfwCtbRYICgXc7xbB99luWB8MRSQsY9a7XRFPyYfw7CxGrF/F4VTDjzwor+7PMssXfPjkn/Bo9PDtq8BcUSHCd1qAVApme1CQsIyVV/fpVL12CJcvYq7gbSx8+zWST50c/uxZCg23TNhS1pUXeFdNPzRqG4JnTsO18U34j9Qh5fNxr3AkgQvXDRYJy1hBiXKImg79qIVTa8TCFwcwt3kTQtcbkU7EeZNjNoyDRzUvBdPG5M0mCMpOeN7fDm9ZKZZ0Wt6bTgM9A09RUqkCsSTsCphEBtdEg5BSCXfxVnjLsw3MNmENWDXowqzuMRa+/BxzhRsRuiZHOv58w0+cYXxzTPviRLLAMrnBRMf5T7W22zBjdiN08waESxeQmDJyI6rVYDrKkPwqhCuXkHTO8jXJ5DJ04z40NpuzfIklYcXh6tVGlh7pkK8id1pfgOk515qXiVgSlrGZPRWpjNH/LWJJ2FcIfmVH3dBsmm5ptyKju384MG0XIA4xr/jkBMK3mxC9145lcVpXD1c0lpRWipOfSCDacY+vD4+OYWTUKw7qijexJOzKddpc2ol6mR7+4POrsBwIIFD/Ew+CwInj0I/Y8FuHfQ2YDHlfYCl3n8aGPV+p114n+lFxUA29YZE30oWlXbu3bYH3k12YH9LhZ9GYNvZvyVX8aQ86umewTBderPiEGJliPrvfK4LQpkCrwiLmd9dDCctYs2LakRDvHVVi2oL56iqer6FbTfj9vo0bZgIgn6yuqR2G2RrkfpTPlNPkN1+1F8aukZWspuBOR6MIys7CtWkDFutqYdFZUP3dcJYhKd+XxDulDyBrNPB85nwxZPyH67Kn2varMur5YAc8H+9EoG8A5xoMvHG1GSlfcEaUzz1qF4dTWQcnwhKWMXo52+t/iQ0MOFxl+/vVuV7mGf2XDwHS0VNjY5NGvzgunnEJu17r9VoVY38DEfG8+BNWLEIAAAAASUVORK5CYII=");
  padding-left: 30px;
}
.languages .tr i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFBSURBVEhL7ZZPK4RBHMdH5CJOkoPkBfAO7JIShUdpiQu5eAlailYODopyUByUk0jti3CSg5SItEpakRxELjwf5plt69l5/izr2b3Mtz6Hmfl9+1xmaoSJSaSx48KiU8yUA+nKaX/EMXFETFAOpCunNeJoCRcPN8PhBjzcwvUpbM3BVId75g8Eiyfb4TkLH2+wNAHxKle5FPzF3TWQOcfJQkIrOnRVe+8Xgb94dkBJL0+0Up7dZeitg0Sr93kA/uKdlBIfrGsl+uohNQ5fn5DNgNWkz4QQLt5f00oMNsLKNNi2Est14UwI/uKkpcQXx1opz94q9DfAaJv3eQD+Ynm57q6UPDmkFR16ar33i8BfLJHv9eUR3l9hccxVLJVgsWSkBdKb8HQPN2ewPa/ed+HcLwkXR4QRV0hcqa+Picn/R4hv5BDqr5YBkIUAAAAASUVORK5CYII=");
  padding-left: 30px;
}

.loading-widget .widget-content, .loading-widget .tab-content-loading {
  min-height: 250px !important;
}
.loading-widget .widget-content:before, .loading-widget .tab-content-loading:before {
  width: 100%;
  content: " ";
  height: 100%;
  position: absolute;
  /* background-color: rgba(142, 142, 142, 0.5); */
  background-image: url(/assets/img/velocity_loading_inside_loader.gif);
  z-index: 999;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
}

.loading-widget-detail-modal .modal-content {
  min-height: 250px !important;
}
.loading-widget-detail-modal .modal-content:before {
  width: 100%;
  content: " ";
  height: 100%;
  position: absolute;
  /* background-color: rgba(142, 142, 142, 0.5); */
  background-image: url(/assets/img/velocity_loading_inside_loader.gif);
  z-index: 999;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
}

select option[data-image=TR] {
  /* value not val */
  background-image: url("https://puu.sh/BXQDu/e5410620f1.png") !important;
}

.loading-modal {
  text-align: center !important;
  padding: 0 !important;
}

.loading-modal:before {
  content: "" !important;
  display: inline-block !important;
  height: 100% !important;
  vertical-align: middle !important;
  margin-right: -4px !important;
}

.loading-modal-dialog {
  display: inline-block !important;
  text-align: left !important;
  vertical-align: middle !important;
  width: auto !important;
}

.loading-image {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

@media screen and (max-width: 990px) {
  .nm-menu {
    display: none !important;
  }
  .expandable-button {
    display: none !important;
  }
  .header-wizard-button {
    display: none !important;
  }
  .header-question-icon {
    display: none !important;
  }
  .header-back-button {
    display: none !important;
  }
}
.header-back-button {
  position: absolute;
  margin-left: 30px;
}

.page-container-admin .header-banner-top {
  background-color: transparent;
}
.page-container-admin .header-banner-top .header-banner-top-logo-content .logo-box img {
  content: url("https://velocity.peakup.org/assets/img/velocity-logo-mavi.png") !important;
}
.page-container-admin .expandable-button {
  background-color: #3b82f6 !important;
}
.page-container-admin .expandable-button span {
  color: white !important;
}
.page-container-admin .notif-icons {
  color: #3b82f6 !important;
}
.page-container-admin .nm-menu {
  color: #3b82f6 !important;
}

.header-banner-top {
  background-position: bottom;
  box-shadow: 1px 1px 1px 1px rgba(98, 98, 98, 0.0705882353);
}

.header-banner-top-container {
  background-color: transparent !important;
}

.nm-menu-bar {
  padding: 5px;
}

.nm-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.nm-menu .active-link {
  background-color: rgba(238, 238, 238, 0.5019607843);
}

.nm-menu-item {
  position: relative;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 5px;
  width: max-content;
}

.nm-menu-item.help-menu {
  margin-right: 0px;
}

.nm-menu-item a {
  color: inherit;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.nm-menu-item:hover {
  background-color: rgba(238, 238, 238, 0.5019607843);
}

.nm-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border-radius: 6px;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 3.5px 7px;
  max-width: 300px;
  width: max-content; /* 👈 adjust to content, respecting max */
  white-space: nowrap; /* 👈 prevent wrapping */
  z-index: 1;
}

.nm-menu-item:hover .nm-submenu {
  display: block;
}

.nm-submenu li {
  list-style: none;
  padding: 2px 0;
}

.nm-submenu li a {
  color: #495057;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nm-submenu li a i {
  color: #6C757D;
  width: 25px;
}

.nm-submenu li:hover {
  background-color: #eeeeee;
  border-radius: 5px;
}

.expandable-button {
  text-decoration: none;
  border-radius: 6px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 32px;
  border: 0px;
  -webkit-transition: max-width 0.5s;
  transition: max-width 1s ease-out;
}

.expandable-button:hover {
  max-width: 300px;
}

.expandable-button-text {
  white-space: nowrap;
  padding-right: 15px;
  font-weight: 500;
}

.expandable-button-icon {
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 3px;
  display: flex;
  align-items: center;
}

.page-container .page-content-wrapper {
  min-height: auto;
}

@media screen and (min-width: 911px) {
  .teams-page-container {
    padding-left: 0px;
  }
}

.notif-icons {
  margin-top: 5px;
  display: flex;
  gap: 15px;
  font-size: 16px;
}
.notif-icons span {
  margin-left: 15px;
  cursor: pointer;
}
.notif-icons span:first-child {
  margin-left: 45px;
}

.modern-header .cover-image {
  margin-top: 70px;
  object-fit: cover;
  position: absolute;
  left: 0;
  max-width: 100%;
  min-width: 100%;
  height: 250px;
}
.modern-header .header-weather-data {
  float: right;
  padding-top: 70px;
  z-index: 1;
}
.modern-header .header-weather-banner .cover-image {
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .modern-header .v-content {
    padding-top: 90px;
  }
  .modern-header .header-banner {
    display: none;
  }
  .modern-header:not(:has(.header-weather-banner)) .v-content {
    margin-top: 90px;
  }
  .modern-header:has(.header-weather-banner) .v-content {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1110px) {
  .modern-header:not(:has(.header-weather-banner)) .header-cover-banner {
    height: 90px;
  }
  .modern-header:has(.header-weather-banner) :not(:has(.header-weather-data)) .v-content {
    margin-top: 70px;
  }
  .modern-header:has(.header-weather-banner) :not(:has(.header-weather-data)) .v-header-modern {
    height: 90px;
  }
  .modern-header:has(.header-weather-banner) .v-header-modern {
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 1310px) {
  .modern-header:not(:has(.header-weather-banner)) .header-cover-banner {
    height: 90px;
  }
  .modern-header:has(.header-weather-banner) .v-header-modern {
    height: 90px;
  }
}
.modern-header .header-banner-top {
  position: absolute;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 2;
  height: 70px;
  left: 0;
  display: flex;
  align-items: center;
}
.modern-header .header-banner-top-container {
  max-width: 1110px !important;
  display: flex;
  width: 100%;
}
.modern-header .header-banner-top-container .logo {
  max-height: 45px;
  margin: 0px;
}
.modern-header .header-banner-top-logo-content {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: flex-start;
}
.modern-header .header-banner-top-profile-content {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}
.modern-header .header-action-buttons {
  size: 14px;
  margin: 5px;
  margin-right: 20px;
}
.modern-header .avatar-dropdown {
  position: relative;
  display: inline-block;
}
.modern-header .avatar {
  width: 45px;
  height: 45px;
  border-radius: 20%;
  cursor: pointer;
}
.modern-header .info-content .avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 20%;
  display: flex;
}
.modern-header .avatar-dropdown-content {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  border-radius: 4px;
  padding: 10px;
  color: #6c757d;
}
.modern-header .avatar-dropdown-content a {
  color: #6c757d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.modern-header .avatar-dropdown-content a:hover {
  background-color: rgba(221, 221, 221, 0.3137254902);
  border-radius: 4px;
  cursor: pointer;
}
.modern-header .avatar-dropdown-content .avatar-menu-item {
  display: flex;
  width: 100%;
}
.modern-header .avatar-dropdown-content .avatar-menu-item .menu-icon {
  width: 10%;
  color: #6c757d;
}
.modern-header .avatar-dropdown-content .avatar-menu-item .menu-text {
  width: 90%;
  margin-left: 10px;
  color: #6c757d;
}
.modern-header .avatar-dropdown:hover .avatar-dropdown-content {
  opacity: 1;
  transform: scaleY(1);
}
.modern-header .user-info {
  margin-bottom: 10px;
  padding: 0px, 0px, 12px, 0px;
  width: 346px;
}
.modern-header .info-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 20px;
}
.modern-header .info-content .avatar {
  width: 20%;
  display: flex;
}
.modern-header .info-content .info {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
}
.modern-header .info .user-name {
  margin-left: 5px;
  display: flex;
  margin-top: 5px;
  color: black;
  font-size: 17.5px;
}
.modern-header .info .user-email {
  margin-left: 5px;
  display: flex;
  margin-top: 7px;
  font-size: 14px;
}
.modern-header .info .user-job-title {
  margin-left: 5px;
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
}

header {
  display: inline !important;
}

.color-orange {
  color: #ff6c2c;
}

.border-left-dede {
  border-left: 1px solid #dedede;
}

.d-flex {
  display: flex;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.w-100 {
  width: 100% !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.center-aligment {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.m-b-10 {
  margin-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.center-col-border {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.bigger-textarea {
  height: auto !important;
}

.datatables-header {
  position: relative;
  top: 50px;
}

.form-group-default textarea.form-control {
  height: auto !important;
}

.web-appearance-open select,
.web-appearance-open input {
  -webkit-appearance: menulist-button !important;
  cursor: pointer;
}

.table tr td {
  padding: 10px !important;
}

.display-none {
  display: none;
}

.list-buttons {
  width: 32%;
}
.list-buttons .btn {
  margin-bottom: 10px;
}

.widget-title-input .form-group {
  width: 100%;
}
.widget-title-input .form-group input {
  min-width: 80%;
}

.widget-friendly-group input {
  float: left;
  width: 250px;
}
.widget-friendly-group a {
  color: #6d5cae;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 20px;
  cursor: pointer;
}

select.multiple-item {
  height: 300px !important;
}

.admin-language-and-create-new {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.admin-language-and-create-new select {
  min-width: 250px;
  max-width: 100%;
  margin-bottom: 0;
}
.admin-language-and-create-new a {
  margin-left: 15px;
}

.icon-selector label {
  display: block;
  margin-bottom: 7px;
}
.icon-selector span {
  float: left;
  width: 20%;
  line-height: 19px;
  margin-right: 5px;
}
.icon-selector input {
  float: left;
  width: 75% !important;
}
.icon-selector .input-sm {
  width: 100% !important;
  float: none !important;
  -webkit-appearance: none !important;
}

.pagination-group {
  width: 47%;
  float: left;
}
.pagination-group label {
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
}
.pagination-group input {
  max-width: 100%;
}
.pagination-group + .btn {
  display: inline-block;
  width: 45%;
  line-height: 20px;
  margin-top: 28px;
}

/*.pagination-group + .btn	*/
.color-picker-input {
  width: 60%;
}

.custom-css-input {
  width: 100%;
}

.widget {
  margin-bottom: 15px;
  border: 1px solid;
}
.widget h3 {
  position: relative;
  text-align: center;
  margin: 0px;
  font-size: 14px;
}
.widget h3 i {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 7px;
}
.widget .widget-content {
  padding: 10px;
}
.widget .widget-content.widget-content-scroll {
  top: 27px !important;
}
.widget .widget-content .widget-item {
  cursor: pointer;
}

.demo-item-container {
  padding: 25px 25px 25px 25px;
}
.demo-item-container .primary-color-border {
  border: 5px solid;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list {
  padding: 10px 0 0 0;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .element-item-test {
  width: 10px;
  padding: 10px 10px 10px 10px;
  font-size: 80px;
  margin: 10px 10px 10px 10px;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .pager-demo-sample {
  display: flex;
  margin-left: 30%;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .demo-search-input-details {
  background: transparent;
  border: 0px;
  height: 30px;
  width: 92%;
  padding-left: 10px;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .admin-widget-demo-item {
  margin-bottom: 10px;
  padding: 10px 15px;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .admin-widget-demo-item h5 {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .admin-widget-demo-item p {
  line-height: 18px;
  font-weight: lighter;
  margin-bottom: 0;
  min-height: 36px;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .admin-widget-demo-item a {
  font-size: 12px;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .admin-widget-demo-item .img {
  border: 1px solid;
  float: left;
  margin-right: 10px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.demo-item-container .admin-widget-demo .admin-widget-demo-list .admin-widget-demo-item .img img {
  border-radius: 50%;
  height: 100%;
}

.widget-table .col-md-3 {
  height: 90vh;
  overflow: auto;
}
.widget-table .col-md-3 h5 {
  border-bottom: 1px solid #ccc;
}
.widget-table .col-md-3 ul {
  padding: 0;
}
.widget-table .col-md-3 ul li {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  list-style: none;
  line-height: 30px;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 5px;
  border: 1px solid #dedede;
  box-shadow: 5px 7px 5px -6px #dbdbdb;
}
.widget-table .col-md-3 ul li:hover {
  background: #eee;
}
.widget-table .col-md-3 ul li.active {
  border: 2px solid #326932;
}
.widget-table .left ul li {
  position: relative;
  padding-left: 30px;
}
.widget-table .left ul li i {
  position: absolute;
  right: 15px;
  top: 9px;
  color: #ccc;
  cursor: pointer;
}
.widget-table .left ul li i.premium-widget-item-icon {
  left: 10px;
  top: 7px !important;
}
.widget-table .left ul li .pure-tooltip {
  position: absolute;
  right: 40px;
}
.widget-table .left ul li .pure-tooltip div {
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: black;
  background: white;
  width: 300px;
}
.widget-table .left ul li .pure-tooltip div img {
  float: left;
  margin: 0px 8px 8px 0;
  max-width: 100%;
}
.widget-table .left ul li .pure-tooltip:hover div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  border: 1px solid black;
  margin-top: 12px;
  margin-left: 32px;
  overflow: hidden;
  padding: 8px;
}
.widget-table .left ul li.active i {
  color: green;
}
.widget-table .left ul:last-of-type {
  margin-bottom: 300px;
}
.widget-table .right ul li {
  position: relative;
}
.widget-table .right ul li i {
  position: absolute;
  right: 15px;
  top: 9px;
  color: #ff0000;
  cursor: pointer;
}
.widget-table .right ul li .pure-tooltip {
  position: absolute;
  right: 40px;
}
.widget-table .right ul li .pure-tooltip div {
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: black;
  background: white;
  width: 300px;
}
.widget-table .right ul li .pure-tooltip div img {
  float: left;
  margin: 0px 8px 8px 0;
  max-width: 100%;
}
.widget-table .right ul li .pure-tooltip:hover div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  border: 1px solid black;
  margin-top: 12px;
  margin-left: 32px;
  overflow: hidden;
  padding: 8px;
}
.widget-table #text-input input {
  margin-bottom: 10px;
}
.widget-table #text-input ul li {
  position: relative;
}
.widget-table #text-input ul li i {
  position: absolute;
  right: 15px;
  top: 9px;
  color: green;
  cursor: pointer;
}

@media screen and (max-width: 990px) {
  .center-col-border {
    border: none !important;
  }
  .admin-language-and-create-new {
    justify-content: space-between;
  }
  .admin-language-and-create-new .form-group {
    width: 60%;
  }
  .admin-language-and-create-new .form-group select {
    width: 100%;
    min-width: auto !important;
  }
  .icon-selector {
    width: 100%;
  }
  .pagination-group {
    width: 100%;
  }
  .table-component-action-buttons button {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 990px) {
  .desktop-flex {
    display: flex;
  }
}
.tenant-widget-ordered-widgets-table {
  display: flex;
  justify-content: space-between;
}
.tenant-widget-ordered-widgets-table i {
  cursor: pointer;
}

.btn-save-order {
  float: right;
  margin: 10px;
}

.admin-logo {
  width: 150px;
  height: 50px;
}

.event-calendar-create {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 0.2rem;
  position: relative;
  border: solid #e9e9ef;
}
.event-calendar-create .btn-save {
  float: right;
}
.event-calendar-create .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.family-group {
  float: right;
  margin: auto;
  margin-top: -45px;
}

.bigger-group .bigger {
  float: none;
  margin: auto;
}
.bigger-group .widget-title {
  float: none;
  margin: auto;
}
.bigger-group .savebtn {
  float: right;
  margin: auto;
}

.div-box {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.div-box .table-bordered {
  border: 0 !important;
  margin: 0 !important;
}
.div-box .tr-box:last-child {
  border: none;
}
.div-box .row-input {
  width: 49%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #fffafa;
}
.div-box .th-row {
  font-size: 10px;
  font-weight: 600;
}
.div-box .th-row-bigger {
  font-size: 10px;
  font-weight: 600;
}

.drop-list .tr-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.tr-box {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.drop-list {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drag-placeholder {
  background: lightblue;
}

.cdk-drag {
  cursor: move;
}

.div-box > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}

.survey-create fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: double;
  border-color: threedface;
  border-image: initial;
  margin: 5px 10px 5px 10px;
}
.survey-create legend {
  margin: 0;
  width: auto;
  border: none;
  border-bottom: none;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
}
.survey-create .question-group {
  border-width: 2px;
  box-shadow: 1px 1px 11px 1px lightgrey;
  margin-bottom: 7px;
  border-radius: 5px;
}
.survey-create .question {
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.0196078431);
  display: inline-block;
  width: 50%;
  margin: 10px 10px 10px 10px;
  padding: 5px 5px 5px;
  user-select: text;
  border-width: 1px;
  font-weight: 700;
  font-family: "Raleway";
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.survey-create .survey-option {
  margin: 5px 0 5px 10px;
  border-width: 1px;
  border-style: outset;
  border-color: lightgray;
  box-shadow: 0px 1px 1px 1px lightgrey;
}
.survey-create .survey-options label {
  display: block;
}
.survey-create .survey-options label span {
  padding-left: 5px;
  padding-right: 5px;
}
.survey-create .question-number {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 17px;
  margin-right: -7px;
}
.survey-create .question-button {
  float: right;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: large;
  color: lightgrey;
}
.survey-create .question-button:hover {
  background-color: #777;
  color: #fff;
}
.survey-create .options-remove-button {
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: large;
  color: lightgrey;
}
.survey-create .options-remove-button:hover {
  background-color: #777;
  color: #fff;
}
.survey-create .correct-answer {
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  width: 50%;
  margin: 10px 10px 10px 10px;
  padding: 5px 5px 5px;
  user-select: text;
  border-width: 1px;
  font-family: "Raleway";
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.survey-create .question-type-group {
  display: flex;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  gap: 30px;
  margin-bottom: 20px;
}
.survey-create .question-type-group div > span {
  display: flex;
  gap: 10px;
  width: 100px;
}
.survey-create .justify-content-center {
  justify-content: center;
}
.survey-create .w-100 {
  width: 100%;
}
.survey-create .question-move-buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px;
  gap: 10px;
}
.survey-create .question-group .choice-value {
  background-color: transparent;
  border-radius: 5px;
  margin-left: 5px;
}
.survey-create .question-group .choice-move-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5px;
  gap: 10px;
}
.survey-create .question-group .correct-answer-text {
  font-weight: bold;
  text-decoration: underline;
}
.survey-create .question-group .question-group-footer {
  display: flex;
  padding: 10px;
  gap: 15px;
  align-items: flex-end;
}

.survey-admin .survey-detail {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
  width: 100%;
  outline: none;
}
.survey-admin .survey-detail .survey-detail-modal-footer {
  position: sticky;
  bottom: 0;
  text-align: right;
  background-color: white;
}
.survey-admin .modal-dialog {
  width: 41%;
  border-radius: 7px;
  overflow-y: auto;
  overflow-x: hidden;
}
.survey-admin .modal-dialog .question-answer {
  margin-left: 2em !important;
}
.survey-admin .modal-dialog .question-answer .answers-count-text {
  margin-right: 10px;
  line-height: 15px;
  font-weight: bold;
  font-size: 15px;
}
.survey-admin .modal-dialog .text-input {
  width: 400px;
}
.survey-admin .modal-dialog .question-name {
  background-color: rgba(112, 115, 114, 0.2);
}
.survey-admin .modal-dialog .choice {
  width: 80%;
  display: flex;
  padding: 5px;
  align-items: center;
}
.survey-admin .modal-dialog .correct-choice {
  background-color: rgba(26, 179, 148, 0.2);
}
.survey-admin .modal-dialog .wrong-choice {
  background-color: rgba(183, 47, 79, 0.2);
}
.survey-admin .modal-dialog > * {
  width: 100%;
}
.survey-admin .modal-dialog--scrollable,
.survey-admin .modal-dialog--scrollable > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.survey-admin .modal-dialog:not(.modal-dialog--fullscreen) {
  max-height: 90%;
}
.survey-admin .modal-title {
  color: #fff !important;
  caret-color: #fff !important;
}
.survey-admin .modal-content {
  border-radius: 4px;
}
.survey-admin .modal-header {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  font-size: 1.5rem !important;
  font-weight: 400;
  letter-spacing: normal !important;
}
.survey-admin .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.survey-admin .modal-footer {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin-right: 1.5em;
}
.survey-admin .v-card__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  word-break: break-all;
  margin-top: -3px;
}
.survey-admin .v-card__title h5 {
  margin-left: 39%;
  font-weight: 500;
}
.survey-admin .form-check {
  display: flex;
  margin: 12px 0;
}
.survey-admin .form-check-input[type=radio] {
  --radio-width: 1.125rem;
  --radio-bg: white;
  --radio-radius: 50%;
  --radio-border-color: var(--secondary-color);
  --radio-hover-border-color: var(--secondary-color-darker);
  --radio-checked-bg: var(--primary-color);
  --radio-disabled-bg: var(--secondary-color-lighter);
  --radio-disabled-checked-bg: var(--secondary-color-darker);
  width: var(--radio-width);
  height: var(--radio-width);
  position: relative;
  background: var(--radio-checked-bg);
  border: none;
  border-radius: var(--radio-radius);
  transition: 0.3s;
}
.survey-admin input[type=checkbox],
.survey-admin input[type=radio] {
  margin: 0;
  cursor: pointer;
}
.survey-admin .form-check-label {
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
  font: Helvetica;
  font-size: 12px;
  margin-top: -4px;
}
.survey-admin .lblQuestion {
  font: Helvetica;
  font-size: 15px;
  font-weight: 600;
}
.survey-admin .btnPrint {
  background-color: #17a2b8 !important;
}
.survey-admin .survey-form {
  padding: 1px 0 0 0;
  margin-top: 11px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.survey-admin .white-bg {
  background: #ffffff;
}
.survey-admin .table.table-condensed {
  table-layout: auto;
}
.survey-admin .surveys-table-header {
  display: flex;
  justify-content: center;
}
.survey-admin .surveys-table {
  width: 100% !important;
}
.survey-admin .surveys-table th {
  text-align: center;
}
.survey-admin .surveys-table th:last-child {
  width: 500px;
}
.survey-admin .surveys-table td:last-child {
  text-align: center;
  width: 500px;
}
.survey-admin .answer-table-header {
  display: flex;
  justify-content: center;
}
.survey-admin .answers-table {
  width: 100% !important;
}

.internal-letgo-admin .internal-letgo-admin-table td {
  vertical-align: middle;
}

.settings-element {
  margin: 5px 0px 0px 5px;
  display: list-item;
  list-style-type: circle;
  cursor: pointer;
}

.settings-element:hover {
  font-size: large;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.file-storage-custom-create-multiple-item-unknow-item-upload-result {
  width: 300px;
  height: 340px;
  text-align: center;
  padding-top: 25%;
}

.emoji-admin .emoji-caption {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

.feedback-admin .feedback-caption {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}
.feedback-admin .feedback-profile-image {
  border-radius: 50%;
}

.wizards .d-flex {
  display: flex !important;
}
.wizards .flex-column-fluid {
  flex: 1 0 auto;
}
.wizards .container,
.wizards .container-fluid,
.wizards .container-lg,
.wizards .container-md,
.wizards .container-sm,
.wizards .container-xl,
.wizards .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .wizards .container,
  .wizards .container-lg,
  .wizards .container-md,
  .wizards .container-sm,
  .wizards .container-xl,
  .wizards .container-xxl {
    max-width: 100%;
  }
}
.wizards .navbar > .container,
.wizards .navbar > .container-fluid,
.wizards .navbar > .container-lg,
.wizards .navbar > .container-md,
.wizards .navbar > .container-sm,
.wizards .navbar > .container-xl,
.wizards .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.wizards .print-content-only .container,
.wizards .print-content-only .container-fluid,
.wizards .print-content-only .container-lg,
.wizards .print-content-only .container-md,
.wizards .print-content-only .container-sm,
.wizards .print-content-only .container-xl,
.wizards .print-content-only .container-xxl,
.wizards .print-content-only .page,
.wizards .print-content-only .page-title .content,
.wizards .print-content-only .wrapper {
  background: 0 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .wizards .container,
  .wizards .container-fluid,
  .wizards .container-lg,
  .wizards .container-md,
  .wizards .container-sm,
  .wizards .container-xl,
  .wizards .container-xxl {
    padding: 0 30px;
  }
  .wizards .wrapper {
    transition: padding-left 0.3s ease, margin-right 0.3s ease;
  }
  .wizards .aside-enabled.aside-fixed .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 265px;
  }
  .wizards .aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 75px;
  }
  .wizards .header-fixed .wrapper {
    padding-top: 65px;
  }
  .wizards .header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(65px + var(--kt-toolbar-height));
  }
}
@media (max-width: 991.98px) {
  .wizards .container,
  .wizards .container-fluid,
  .wizards .container-lg,
  .wizards .container-md,
  .wizards .container-sm,
  .wizards .container-xl,
  .wizards .container-xxl {
    max-width: none;
    padding: 0 15px;
  }
  .wizards .header-tablet-and-mobile-fixed .wrapper {
    padding-top: 55px;
  }
  .wizards .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {
    padding-top: calc(55px + var(--kt-toolbar-height-tablet-and-mobile));
  }
}
@media (min-width: 992px) {
  .wizards .container,
  .wizards .container-fluid,
  .wizards .container-lg,
  .wizards .container-md,
  .wizards .container-sm,
  .wizards .container-xl,
  .wizards .container-xxl {
    padding: 0 30px;
  }
  .wizards .docs-wrapper {
    padding-left: 265px;
  }
}
@media (max-width: 991.98px) {
  .wizards .container,
  .wizards .container-fluid,
  .wizards .container-lg,
  .wizards .container-md,
  .wizards .container-sm,
  .wizards .container-xl,
  .wizards .container-xxl {
    max-width: none;
    padding: 0 15px;
  }
}
.wizards .stepper [data-kt-stepper-element=info],
.wizards .stepper [data-kt-stepper-element=content] {
  display: none;
}
.wizards .stepper [data-kt-stepper-element=info].current,
.wizards .stepper [data-kt-stepper-element=content].current {
  display: flex;
}
.wizards .stepper .stepper-item[data-kt-stepper-action=step] {
  cursor: pointer;
}
.wizards .stepper [data-kt-stepper-action=previous] {
  display: none;
}
.wizards .stepper [data-kt-stepper-action=next] {
  display: inline-block;
}
.wizards .stepper [data-kt-stepper-action=submit] {
  display: none;
}
.wizards .stepper.first [data-kt-stepper-action=previous] {
  display: none;
}
.wizards .stepper.first [data-kt-stepper-action=next] {
  display: inline-block;
}
.wizards .stepper.first [data-kt-stepper-action=submit] {
  display: none;
}
.wizards .stepper.between [data-kt-stepper-action=previous] {
  display: inline-block;
}
.wizards .stepper.between [data-kt-stepper-action=next] {
  display: inline-block;
}
.wizards .stepper.between [data-kt-stepper-action=submit] {
  display: none;
}
.wizards .stepper.last [data-kt-stepper-action=previous] {
  display: inline-block;
}
.wizards .stepper.last [data-kt-stepper-action=next] {
  display: none;
}
.wizards .stepper.last [data-kt-stepper-action=submit] {
  display: inline-block;
}
.wizards .stepper.last [data-kt-stepper-action=submit].btn-flex {
  display: flex;
}
.wizards .stepper.stepper-pills .stepper-nav {
  display: flex;
}
.wizards .stepper.stepper-pills .stepper-item {
  display: flex;
  align-items: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.wizards .stepper.stepper-pills .stepper-item .stepper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background-color 0.2s ease;
  width: 40px;
  height: 40px;
  border-radius: 0.475rem;
  background-color: #f1faff;
  margin-right: 1.5rem;
}
.wizards .stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
  display: none;
  font-size: 1rem;
}
.wizards .stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  font-weight: 600;
  color: #009ef7 !important;
  font-size: 1.25rem;
}
.wizards .stepper.stepper-pills .stepper-item .stepper-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wizards .stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: #343a40;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}
.wizards .stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
  color: #a1a5b7;
}
.wizards .stepper.stepper-pills .stepper-item.current {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.wizards .stepper.stepper-pills .stepper-item.current .stepper-icon {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #009ef7;
}
.wizards .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
  color: #009ef7;
  display: none;
}
.wizards .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
  color: #ffffff !important;
  font-size: 1.35rem;
}
.wizards .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  color: #7e8299;
}
.wizards .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
  color: #b5b5c3;
}
.wizards .stepper.stepper-pills .stepper-item.current:last-child, .wizards .stepper.stepper-pills .stepper-item.completed {
  /*.stepper-label {
  	.stepper-title {
  		color: #a1a5b7;
  	}

  	.stepper-desc {
  		color: #b5b5c3;
  	}
  }*/
}
.wizards .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon, .wizards .stepper.stepper-pills .stepper-item.completed .stepper-icon {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.wizards .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check, .wizards .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
  color: #009ef7 !important;
  display: none;
}
.wizards .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-number, .wizards .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number {
  color: #ffffff !important;
  font-size: 1.35rem;
  display: inline-block;
}
.wizards .stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title, .wizards .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title {
  color: #7e8299;
}
.wizards .stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-desc, .wizards .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc {
  color: #b5b5c3;
}
.wizards .stepper.stepper-pills.stepper-column .stepper-nav {
  flex-direction: column;
}
.wizards .stepper.stepper-pills.stepper-column .stepper-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 2.5rem;
}
.wizards .stepper.stepper-pills.stepper-column .stepper-icon {
  z-index: 1;
}
.wizards .stepper.stepper-pills.stepper-column .stepper-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #dee2e6;
}
.wizards .stepper.stepper-pills.stepper-column .stepper-item:first-child .stepper-line {
  top: 50%;
}
.wizards .stepper.stepper-pills.stepper-column .stepper-item:last-child .stepper-line {
  bottom: 50%;
}
.wizards .flex-xl-row {
  flex-direction: row !important;
}
.wizards .flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}
.wizards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff2f5;
  border-radius: 0.475rem;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}
.wizards .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.wizards .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.wizards .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}
.wizards .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}
.wizards .card > .card-header + .list-group,
.wizards .card > .list-group + .card-footer {
  border-top: 0;
}
.wizards .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.wizards .card-title {
  margin-bottom: 0.5rem;
}
.wizards .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.wizards .card-text:last-child {
  margin-bottom: 0;
}
.wizards .card-link:hover {
  text-decoration: none;
}
.wizards .card-link + .card-link {
  margin-left: 1rem;
}
.wizards .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #eff2f5;
}
.wizards .card-header:first-child {
  border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}
.wizards .card-footer {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-top: 1px solid #eff2f5;
}
.wizards .card-footer:last-child {
  border-radius: 0 0 calc(0.475rem - 1px) calc(0.475rem - 1px);
}
.wizards .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.wizards .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.wizards .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.475rem - 1px);
}
.wizards .card-img,
.wizards .card-img-bottom,
.wizards .card-img-top {
  width: 100%;
}
.wizards .card-img,
.wizards .card-img-top {
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}
.wizards .card-img,
.wizards .card-img-bottom {
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}
.wizards .card-group > .card {
  margin-bottom: 0.75rem;
}
.wizards .justify-content-start {
  justify-content: flex-start !important;
}
.wizards .justify-content-end {
  justify-content: flex-end !important;
}
.wizards .justify-content-center {
  justify-content: center !important;
}
.wizards .justify-content-between {
  justify-content: space-between !important;
}
.wizards .justify-content-around {
  justify-content: space-around !important;
}
.wizards .justify-content-evenly {
  justify-content: space-evenly !important;
}
.wizards .justify-content-xl-start {
  justify-content: flex-start !important;
}
.wizards .justify-content-xl-end {
  justify-content: flex-end !important;
}
.wizards .justify-content-xl-center {
  justify-content: center !important;
}
.wizards .justify-content-xl-between {
  justify-content: space-between !important;
}
.wizards .justify-content-xl-around {
  justify-content: space-around !important;
}
.wizards .justify-content-xl-evenly {
  justify-content: space-evenly !important;
}
.wizards .flex-root {
  flex: 1;
}
.wizards .flex-column-auto {
  flex: none;
}
.wizards .flex-column-fluid {
  flex: 1 0 auto;
}
.wizards .flex-row-auto {
  flex: 0 0 auto;
}
.wizards .flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}
.wizards .flex-center {
  justify-content: center;
  align-items: center;
}
.wizards .flex-stack {
  justify-content: space-between;
  align-items: center;
}
.wizards .w-100 {
  width: 100% !important;
}
.wizards .w-xl-300px {
  width: 300px !important;
}
.wizards .w-xxl-400px {
  width: 400px !important;
}
.wizards .me-9 {
  margin-right: 2.25rem !important;
}
.wizards .px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.wizards .px-lg-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.wizards .px-xxl-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.wizards .py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.wizards .btn.btn-primary {
  color: #fff;
  border-color: #009ef7;
  background-color: #009ef7;
}
.wizards .btn.btn-primary:hover:not(.btn-active),
.wizards .show > .btn.btn-primary {
  color: #fff;
  border-color: #009ef7;
  background-color: rgba(0, 158, 247, 0.8392156863) !important;
}
.wizards .btn.btn-light-primary {
  color: #009ef7;
  border-color: #f1faff;
  background-color: #f1faff;
}
.wizards .btn.btn-light-primary:hover:not(.btn-active),
.wizards .show > .btn.btn-light-primary {
  color: #fff;
  border-color: #009ef7;
  background-color: #009ef7 !important;
}
.wizards .btn-light {
  position: absolute;
  bottom: 30px;
  left: 30px;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.wizards .indicator-progress {
  display: none;
}
[data-kt-indicator=on] > .wizards .indicator-progress {
  display: inline-block;
}
[data-kt-indicator=on] > .wizards .indicator-label {
  display: none;
}
.wizards .new-widget-step {
  margin: 0 auto;
}
.wizards .new-widget-step .course {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgb(250, 250, 250);
  border-style: groove;
  border-color: rgba(211, 211, 211, 0.1607843137);
  display: flex;
  max-width: 100%;
  margin: 20px;
  overflow: hidden;
  width: 700px;
}
.wizards .new-widget-step .course h6 {
  opacity: 0.6;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wizards .new-widget-step .course h4 {
  font-size: 14px;
  font-weight: 500;
  margin-top: inherit;
  height: 21px;
  margin-top: 11px;
  padding-left: 5px;
}
.wizards .new-widget-step .course-preview {
  background-color: #009ef7;
  color: #fff;
  max-width: 91px;
  width: 91px;
}
.wizards .new-widget-step .course-preview a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 30px;
  text-decoration: none;
}
.wizards .new-widget-step .course-preview img {
  transition: all 2s ease-in-out;
  display: block;
  height: 87px;
  cursor: pointer;
}
.wizards .new-widget-step .course-info {
  width: 100%;
  padding: 0px 0px 0px 5px;
  position: initial;
}
.wizards .new-widget-step .course,
.wizards .new-widget-step .col-md-6 {
  width: 350px;
  height: 93px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wizards .new-widget-step .progress-container {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
  width: 150px;
}
.wizards .new-widget-step .progress {
  background-color: #ddd;
  border-radius: 3px;
  height: 5px;
  width: 100%;
}
.wizards .new-widget-step .progress::after {
  border-radius: 3px;
  background-color: #2a265f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 66%;
}
.wizards .new-widget-step .progress-text {
  font-size: 10px;
  opacity: 0.6;
  letter-spacing: 1px;
}
.wizards .new-widget-step .btn {
  border: 0;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.wizards .new-widget-step .onoffswitch1 {
  position: absolute;
  right: 3px;
  bottom: 47px;
  width: 57px;
}
.wizards .new-widget-step .onoffswitch1-checkbox {
  display: none;
}
.wizards .new-widget-step .onoffswitch1-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(153, 153, 153, 0.6196078431);
  border-radius: 30px;
}
.wizards .new-widget-step .onoffswitch1-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.wizards .new-widget-step .onoffswitch1-inner:before,
.wizards .new-widget-step .onoffswitch1-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}
.wizards .new-widget-step .onoffswitch1-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #2fccff;
  color: #ffffff;
  border-radius: 30px 0 0 30px;
  font-size: 11px;
  vertical-align: middle;
  line-height: 25px;
}
.wizards .new-widget-step .onoffswitch1-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
  border-radius: 0 30px 30px 0;
  font-size: 11px;
  vertical-align: middle;
  line-height: 25px;
}
.wizards .new-widget-step .onoffswitch1-switch {
  display: block;
  width: 25px;
  margin: 0px;
  height: 26px;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  box-shadow: 0 1px 1px white inset;
}
.wizards .new-widget-step .onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
  margin-left: 0;
}
.wizards .new-widget-step .onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
  right: 0px;
}
.wizards .new-widget-step .item-limited-2 {
  max-width: 196px;
  padding-left: 5px;
  height: 25px;
}
.wizards .new-widget-step .item-limited-2 > a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: darkslategrey;
  font-size: 11px;
  height: 31px;
  cursor: pointer;
}
.wizards .new-widget-step .item-limited-2 > a::before {
  float: right;
  margin-top: 1.5em;
  margin-right: 39px;
}

.lightbox-modal-image {
  width: 100%;
}

.velocityModal.detail-modal .modal-item-image {
  float: left;
  width: 350px;
  margin-right: 25px;
}
.velocityModal.detail-modal .modal-widget-title {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.velocityModal.detail-modal .modal-content {
  box-shadow: 7px 7px 5px 100000px rgba(0, 0, 0, 0.58);
}

.input-text-with-border {
  border: 1px solid #eeeeee !important;
}

.widget-db-integration {
  margin-top: -31px;
}

.widget-db-integration-sql {
  border: rgba(128, 128, 128, 0.1215686275) 1px;
  border-style: groove;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.08);
  border-radius: 7px;
  margin: 10px;
}
.widget-db-integration-sql .checkbox-group {
  margin-top: 31px;
}
.widget-db-integration-sql .connection-string {
  color: rgba(44, 44, 44, 0.631372549);
  border: none;
}
.widget-db-integration-sql .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  margin: 9px;
}
.widget-db-integration-sql .btn-secondary:hover {
  color: #fff;
  background-color: rgba(108, 117, 125, 0.7215686275);
  border-color: rgba(108, 117, 125, 0.7215686275);
}

.widget-db-integration-webapi {
  border: rgba(128, 128, 128, 0.1215686275) 1px;
  border-style: groove;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.08);
  border-radius: 7px;
  margin: 10px;
}
.widget-db-integration-webapi .checkbox-group {
  margin-top: 31px;
}
.widget-db-integration-webapi .connection-string {
  color: rgba(44, 44, 44, 0.631372549);
  border: none;
}
.widget-db-integration-webapi .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.widget-db-integration-webapi .btn-secondary:hover {
  color: #fff;
  background-color: rgba(108, 117, 125, 0.7215686275);
  border-color: rgba(108, 117, 125, 0.7215686275);
}
.widget-db-integration-webapi .collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
.widget-db-integration-webapi .active,
.widget-db-integration-webapi .collapsible:hover {
  background-color: #08267a;
}
.widget-db-integration-webapi .collapsible:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.widget-db-integration-webapi .active:after {
  content: "−";
}
.widget-db-integration-webapi .button-add {
  width: 30px;
  position: absolute;
  top: 0;
  right: 45.5px;
  float: right;
  height: 35px;
}
.widget-db-integration-webapi .button-remove {
  width: 30px;
  position: absolute;
  top: 0;
  right: 15px;
  float: right;
  height: 35px;
}

.widget-db-integration-list .center {
  margin: auto;
  width: 71%;
  padding: 10px;
}
.widget-db-integration-list .center .list-group-item {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 10px 15px 0px 10px;
}
.widget-db-integration-list .center .list-group-item p {
  margin-top: 0;
}
.widget-db-integration-list .center .list-group-item h5 {
  font-size: 1.25rem;
  font-weight: 500;
}
.widget-db-integration-list .center .list-group-item .w-100 {
  width: 100% !important;
}
.widget-db-integration-list .center .list-group-item .justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.widget-db-integration-list .center .list-group-item .mb-1,
.widget-db-integration-list .center .list-group-item .my-1 {
  margin-bottom: 0.25rem !important;
}
.widget-db-integration-list .center .list-group-item:hover {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.integrationViewAddModal .modal-xl {
  width: 51%;
}

.widget-db-integration-table-merge {
  border: rgba(128, 128, 128, 0.1215686275) 1px;
  border-style: groove;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.08);
  border-radius: 7px;
  height: 401px;
  max-height: 701px;
}
.widget-db-integration-table-merge .checkbox-group {
  margin-top: 19px;
  top: calc(50% - 10px);
  left: 0;
}
.widget-db-integration-table-merge .checkbox-group .radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 11px;
  margin: 15px;
}
.widget-db-integration-table-merge .checkbox-group .radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(200, 204, 212, 0.3882352941);
  background-color: #fff;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.widget-db-integration-table-merge .checkbox-group .radio .label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #225CFF;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.widget-db-integration-table-merge .checkbox-group .radio:hover .label:after {
  transform: scale(3.6);
}
.widget-db-integration-table-merge .checkbox-group input[type=radio]:checked + .label {
  border-color: #225CFF;
}
.widget-db-integration-table-merge .checkbox-group input[type=radio]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.widget-db-integration-table-merge .checkbox-group .hidden {
  display: none;
}
.widget-db-integration-table-merge .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.widget-db-integration-table-merge .btn-secondary:hover {
  color: #fff;
  background-color: rgba(108, 117, 125, 0.7215686275);
  border-color: rgba(108, 117, 125, 0.7215686275);
}
.widget-db-integration-table-merge .div-tapleMap {
  padding-top: 11px;
}

.general-settings-step .logo-col {
  margin-left: 7px;
  width: 99.5%;
}
.general-settings-step .logo-col .logo-group {
  height: 351px;
}
.general-settings-step .logo-col .logo-group img {
  height: -webkit-fill-available;
}
.general-settings-step .btn {
  border: 0;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.general-settings-step .btn.btn-primary:hover:not(.btn-active),
.general-settings-step .show > .btn.btn-primary {
  color: #fff;
  border-color: #009ef7;
  background-color: rgba(0, 158, 247, 0.8392156863) !important;
}

.theme-settings-step .btn {
  border: 0;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.theme-settings-step .btn.btn-primary:hover:not(.btn-active),
.theme-settings-step .show > .btn.btn-primary {
  color: #fff;
  border-color: #009ef7;
  background-color: rgba(0, 158, 247, 0.8392156863) !important;
}

.gateway-connection-config .create-button {
  float: right;
  margin-top: 20px !important;
  margin-left: 20px;
  z-index: 1 !important;
}
.gateway-connection-config .create-modal .modal-footer {
  margin-top: 20px;
}

.gateway-connection-check-info {
  border-style: dashed;
  padding: 10px;
  text-align: center;
}
.gateway-connection-check-info .result-list {
  text-align: left;
}

.valid-connection {
  background-color: #5D9C59;
  color: whitesmoke;
}
.valid-connection h5 {
  color: whitesmoke;
}

.invalid-connection {
  background-color: #DF2E38;
  color: whitesmoke;
}
.invalid-connection h5 {
  color: whitesmoke;
}

.gateway-query .query-input {
  width: 100%;
  max-width: 100%;
}

.gateway-widget-config .info-header-label {
  text-align: center;
  font-size: 15px !important;
  margin-bottom: 15px;
}
.gateway-widget-config .widget-field-mappings {
  display: grid;
  background-color: transparent;
}
.gateway-widget-config .widget-field-mappings .mapping-form-group {
  margin-top: 10px;
  margin-left: 100px;
  display: flex;
  align-items: center;
}
.gateway-widget-config .widget-field-mappings .mapping-form-group input[readonly] {
  color: #2c2c2c;
  background-color: #eee;
}
.gateway-widget-config .widget-field-mappings .mapping-arrow-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.gateway-widget-config .widget-field-mappings .mapping-arrow-icon small {
  color: red;
}
.gateway-widget-config .mapped-field {
  background-color: lightgreen;
}

.key-value-collapse .key-value-collapse-header {
  padding: 10px 0px 10px;
}
.key-value-collapse .collapsible {
  background-color: #337ab7;
}

.bg-success {
  background-color: lightgreen !important;
  color: whitesmoke !important;
}

.bg-danger {
  background-color: red !important;
  color: whitesmoke !important;
}

.bg-warning {
  background-color: #f9d975 !important;
  color: black !important;
}

.admin-header-language-select {
  width: 200px;
}

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