@charset "UTF-8";
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #afbec5;
}

/*


 ************************
 *                      *
 *       zukalize       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *         26.8         *      **********  **********  **********
 *                      *
 ************************

 *                                                                                  *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *


*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

body a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
body a:active,
body a:hover {
  outline-width: 0;
}
body a:hover,
body a:focus,
body a:active,
body a:visited {
  color: inherit;
}
body b,
body strong {
  font-weight: bolder;
}
body ul,
body ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body p {
  margin: 0;
}
body input,
body select,
body textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}
body fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
body menu {
  padding: 0;
  margin: 0;
}
body figure {
  margin: 0;
}
body img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
body i {
  font-style: normal;
  text-align: center;
}
body sub,
body sup {
  font-size: 75%;
  vertical-align: baseline;
}
body sub {
  bottom: -0.25em;
}
body sup {
  top: -0.5em;
}
body small {
  font-size: 80%;
}
body kbd,
body pre,
body code,
body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
body mark {
  background-color: #ff0;
  color: black;
}
body audio,
body video {
  display: inline-block;
}
body audio:not([controls]) {
  display: none;
  height: 0;
}
body hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*

  Created By
                                                                     ***
                                                                     ***
                 ***       ***       ************    ***      ***    ***      ***    **********     ***
                ***       ***        **      ***     ***      ***    ***     ***    ***      ***     ***
           ********************             ***      ***      ***    ***    ***              ***      ***
              ***       ***                ***       ***      ***    ***   ***               ***       ***
             ***       ***                ***        ***      ***    ***  ***        ***********        ***
            ***       ***                ***         ***      ***    ***   ***      ***      ***       ***
        *******************             ***          ***      ***    ***    ***     ***      ***      ***
          ***       ***                ***     **    ***     ****    ***     ***    ***      ***     ***
         ***       ***                ***********    ******** ***    ***      ***    ********  **   ***


*/
@font-face {
  font-family: SegoeUI;
  src: local('Segoe UI Light'), url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2') format('woff2'), url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff') format('woff'), url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: SegoeUI;
  src: local('Segoe UI Semilight');
  font-weight: 200;
}

@font-face {
  font-family: SegoeUI;
  src: local('Segoe UI');
  font-weight: 400;
}

@font-face {
  font-family: SegoeUI;
  src: local('Segoe UI Semibold');
  font-weight: 600;
}

@font-face {
  font-family: SegoeUI;
  src: local('Segoe UI Bold');
  font-weight: 800;
}

.viewz-app-body h1 {
  font-weight: 600;
  font-size: 25px;
  padding: 0;
  margin: 0;
  width: fit-content;
}
.viewz-app-body h1 span {
  display: block;
  font-weight: 200;
  font-size: 80%;
}
.viewz-app-body h2 {
  font-weight: 800;
  font-size: 25px;
  line-height: 1;
  padding: 10px 0;
  margin: 0;
}
.viewz-app-body h2 span {
  font-weight: 200;
  display: block;
}
.viewz-app-body h2 b {
  color: #8700ff;
}
.viewz-app-body h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
.viewz-app-body h3 span {
  font-weight: 200;
  font-size: 60%;
  display: block;
}
.viewz-app-body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.viewz-app-body h4 span {
  display: block;
  font-weight: 200;
  font-size: 80%;
  margin-top: 5px;
}
.viewz-app-body h5 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
.viewz-app-body h6 {
  font-weight: 100;
  font-size: 14px;
  margin: 10px 0;
}
.viewz-app-body p {
  margin: 0;
}
.viewz-app-body b {
  font-weight: 800;
}
.viewz-app-body strong {
  font-weight: 600;
}
.viewz-app-body blockquote {
  display: inline-table;
  font-weight: 800;
  margin: 20px 0;
}
section {
  padding: 30px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

svg {
  height: 50px;
}

input[type='button'],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.wrapper {
  max-width: 100vw;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 30px;
  }
}

.viewz-app-body .v-btn {
  background: #cc99ff;
  border-radius: 6px;
  padding: 8px 12px;
}
.viewz-app-body .goBack-btn {
  background: transparent;
}
.viewz-app-body .goBack-btn:hover {
  background: #cc99ff;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.middle-line:before {
  border-top: 2px solid white;
  content: '';
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.middle-line:after {
  border-top: 2px solid white;
  content: '';
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.RECOMMENDED-DELETE {
  display: none;
}

::-moz-selection {
  background: rgba(130, 109, 248, 0.2);
}

::selection {
  background: rgba(130, 109, 248, 0.2);
}

::placeholder {
  color: #05173d;
}

::-webkit-scrollbar {
  width: 0;
}

.v-logo,
.viewz-logo {
  fill: #8700ff;
}

.viewz-app-body {
  min-height: 100vh;
  background: white;
  direction: ltr;
  line-height: 1;
  font-weight: 400;
  font-family: 'SegoeUI', sans-serif;
  font-size: 16px;
  color: #546e7a;
}
.viewz-app-body #app {
  min-height: 100vh;
}

.app-layout {
  height: 100vh;
}
.app-layout .thePage {
  width: calc(100% - 80px);
  margin-left: auto;
}
.app-layout:has(.mainNavigationOpen) .thePage {
  width: calc(100% - 205px);
}

.sidebar {
  display: none;
}

.mainNavigation {
  background: #05173d;
  color: white;
  font-size: 18px;
  flex-direction: column;
  height: 100vh;
  width: 80px;
  position: fixed;
  z-index: 2681986;
}
.mainNavigation .toggleMenu-btn {
  position: absolute;
  right: -15px;
  bottom: 35px;
  z-index: 1;
  background: white;
  color: #05173d;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 13px;
  display: none;
}
.mainNavigation .logo-area {
  padding: 25px 24px;
}
.mainNavigation .logo-area .viewz-logo {
  fill: white;
  height: 45px;
  clip-path: polygon(0 0, 28% 0, 8% 100%, 0% 100%);
}
.mainNavigation .theNavigation {
  overflow: auto;
}
.mainNavigation .theNavigation::-webkit-scrollbar {
  width: 0;
}
.mainNavigation .theNavigation li {
  padding: 4px 12px;
}
.mainNavigation .theNavigation li a {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
}
.mainNavigation .theNavigation li a .icon {
  width: 40px;
  line-height: 0;
  transition: none;
}
.mainNavigation .theNavigation li a span {
  line-height: 1.3;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  transition: color 0ms;
}
.mainNavigation .theNavigation li a:hover {
  background: #ffffff33;
}
.mainNavigation .theNavigation li a:hover .icon {
  filter: invert(38%) sepia(48%) saturate(2389%) hue-rotate(215deg) brightness(108%) contrast(109%);
  transition: none;
}
.mainNavigation .theNavigation li a:hover span {
  color: #cc99ff;
  transition: color 0ms;
}
.mainNavigation .theNavigation li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}
.mainNavigation .theNavigation .currentActivePage {
  pointer-events: none;
  color: #cc99ff;
}
.mainNavigation .theNavigation .currentActivePage a .icon {
  filter: invert(38%) sepia(48%) saturate(2389%) hue-rotate(215deg) brightness(108%) contrast(109%);
}
.mainNavigation:hover {
  width: 205px;
}
.mainNavigation:hover .logo-area .viewz-logo {
  clip-path: polygon(0 0, 128% 0, 100% 100%, 0% 100%);
}
.mainNavigation:hover .theNavigation li a span {
  width: calc(100% - 45px);
}

.mainNavigationOpen {
  width: 205px;
}
.mainNavigationOpen .toggleMenu-btn {
  display: block;
}
.mainNavigationOpen .logo-area .viewz-logo {
  clip-path: polygon(0 0, 128% 0, 100% 100%, 0% 100%);
}
.mainNavigationOpen .theNavigation li a span {
  width: calc(100% - 45px);
}

.topPage {
  flex-direction: column-reverse;
}
.topPage h1 {
  transform: translateY(-10px);
}
.topPage .userActionPage {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 5px;
  padding: 5px 0;
}
.topPage .userActionPage li {
  position: relative;
}
.topPage .userActionPage li button {
  padding: 0;
  height: 30px;
  width: 30px;
  background: transparent;
  color: #546e7a;
  border-radius: 6px;
  border: 1px solid transparent;
}
.topPage .userActionPage li button svg {
  height: 24px;
  fill: #546e7a;
}
.topPage .userActionPage li button:hover {
  border: 1px solid #546e7a;
}
.topPage .userActionPage li button:hover svg {
  fill: #546e7a;
}
.topPage .userActionPage li .dropMenu {
  flex-direction: column;
  gap: 10px;
  background: white;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  padding: 15px;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px #e0e0e0);
  opacity: 0;
  display: none;
  z-index: 26081987;
}
.topPage .userActionPage li .dropMenu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -10px;
  right: 8px;
}
.topPage .userActionPage li .dropMenu a {
  display: block;
}
.topPage .userActionPage li .dropMenu a:hover {
  color: #8700ff;
}
.topPage .userActionPage li:hover .dropMenu {
  opacity: 1;
  display: flex;
}

.numberCircle {
  background: #de3b5a;
  color: white;
  height: 30px;
  min-width: 30px;
  padding: 0 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}

.userFirstLetter {
  font-size: 18px;
  font-weight: 800;
}

.viewz-app-body .breadcrumb-nav-area ul {
  display: flex;
  align-items: center;
}
.viewz-app-body .breadcrumb-nav-area ul li {
  padding-right: 30px;
  position: relative;
}
.viewz-app-body .breadcrumb-nav-area ul li:after {
  content: '❯';
  position: absolute;
  bottom: 1px;
  right: 9px;
  font-size: 18px;
}
.viewz-app-body .breadcrumb-nav-area ul li:last-of-type:after {
  display: none;
}
.viewz-app-body .breadcrumb-nav-area ul li a:hover {
  text-decoration: underline;
}
.viewz-app-body .breadcrumb-nav-area .breadcrumb {
  margin: 0;
}
.viewz-app-body .breadcrumb-nav-area .breadcrumb li p {
  display: inline;
}
.viewz-app-body .breadcrumb-nav-area .innerNav {
  height: 40px;
}
.viewz-app-body .breadcrumb-nav-area .innerNav li:after {
  content: '·';
  font-weight: 900;
  color: #8700ff;
  right: 12px;
  bottom: 1px;
}
.viewz-app-body .breadcrumb-nav-area .innerNav li a {
  display: block;
  position: relative;
}
.viewz-app-body .breadcrumb-nav-area .innerNav li a:after {
  content: '';
  width: 0;
  border-bottom: 2px solid #8700ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 3px);
  transition: all 0.5s ease;
}
.viewz-app-body .breadcrumb-nav-area .innerNav li a:hover {
  color: #8700ff;
  text-decoration: none;
}
.viewz-app-body .breadcrumb-nav-area .innerNav li a:hover:after {
  width: calc(100% - 20px);
  transition: all 0.5s ease;
}
.viewz-app-body .breadcrumb-nav-area .innerNav .currentActiveSection a {
  color: #8700ff;
}
.viewz-app-body .breadcrumb-nav-area .innerNav .currentActiveSection a:after {
  width: calc(100% - 20px);
  transition: all 0.5s ease;
}

.thePage {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.thePage .the-pageContent {
  background: white;
  border-radius: 10px;
  height: calc(100% - 130px);
  box-shadow: 0 0 24px #afbec570;
}

select {
  color: #546e7a;
  background: white;
  padding: 6px 18px;
  border-radius: 6px;
  border: 1px solid #afbec5;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23546e7a' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 6px) center;
}
select:focus {
  border-color: #05173d;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%2305173d' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 6px) center;
}

.loading-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
}
.loading-area .loading {
  height: 0;
  width: 0;
  padding: 50px;
  border: 10px solid #cc99ff;
  border-right-color: #8700ff;
  border-radius: 50%;
  -webkit-animation: rotate 1.5s infinite linear;
}
.loading-area .v-logo {
  position: absolute;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.viewz-app-body .btn:disabled {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  color: white;
}
.viewz-app-body .btn.btn-primary {
  color: white;
  background: #05173d;
  border: 1px solid transparent;
}
.viewz-app-body .btn.btn-primary:hover {
  border: 1px solid transparent;
  background: #546e7a;
  color: white;
}
.viewz-app-body .btn.btn-primary:active {
  background-color: #8700ff;
  border-color: #8700ff;
  border: 1px solid #8700ff;
  background: #8700ff;
  color: white;
}
.viewz-app-body .btn.btn-primary:disabled {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  color: white;
}
.viewz-app-body .swal2-container .swal2-icon.swal2-question {
  border-color: #8700ff;
  color: #8700ff;
}
.viewz-app-body .swal2-container .swal2-icon .swal2-question {
  border-color: #8700ff;
  color: #8700ff;
}
.viewz-app-body div:where(.swal2-container) div:where(.swal2-html-container) {
  padding: 10px 0;
}

.support-area {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 26081986;
}
.support-area .support-btn {
  background: linear-gradient(35deg, #8700ff, #cc99ff);
  height: 60px;
  width: 60px;
  border-radius: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 10px 20px;
}
.support-area .support-btn:hover {
  background: linear-gradient(35deg, #5024ef 100%, #8839e3);
}
.support-area .support-btn svg {
  fill: white;
}
.support-area .buttons-area {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 5px;
}
.support-area .buttons-area button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 30px;
}
.support-area .buttons-area button:hover {
  color: #8700ff;
}
.support-area .buttons-area .resize-support-btn {
  padding-bottom: 6px;
}
.support-area .support-chat-area {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 500px;
  padding: 0 10px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
}
.support-area .support-chat-area .support-chat {
  position: relative;
  height: 640px;
  padding: 40px 20px 10px;
  background: white;
  box-shadow: 0 0 10px gainsboro;
  border-radius: 10px;
}
.support-area .support-chat-area .support-chat .the-chat {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.SupportIsOpen .support-chat-area {
  height: 660px;
  padding: 10px;
  opacity: 1;
  transform: scale(1);
}

.isSupportResize .support-chat-area {
  width: 85vw;
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.chat-container .messages {
  flex-grow: 1;
  padding: 10px;
  overflow-y: auto;
}
.chat-container .messages .message {
  padding: 10px 15px;
  border-radius: 10px;
  width: fit-content;
  max-width: 70%;
  margin: 15px 0;
}
.chat-container .messages .user-message {
  background-color: #806cf6;
  color: white;
}
.chat-container .messages .bot-message {
  background-color: #e2e4e9;
  margin-left: auto;
}
.chat-container .messages .waiting-message {
  height: 41px;
  width: 70px;
  position: relative;
}
.chat-container .messages .waiting-message > div {
  color: #e2e4e9;
}
.chat-container .messages .waiting-message > div:before {
  content: '';
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: dotsLoading 1s infinite linear alternate;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.6);
}
@keyframes dotsLoading {
  0% {
    box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #000;
  }
  33% {
    box-shadow: 20px 0 #000, -20px 0 #0002;
    background: #0002;
  }
  66% {
    box-shadow: 20px 0 #0002, -20px 0 #000;
    background: #0002;
  }
  100% {
    box-shadow: 20px 0 #0002, -20px 0 #000;
    background: #000;
  }
}
.chat-container .hljs {
  background: #fcfbff;
  border-radius: 6px;
}
.chat-container .input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 10px;
  border-top: 1px solid #b39fdb;
}
.chat-container .sendMessage-area {
  width: calc(100% - 50px);
  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 0 10px #d7d7d7;
}
.chat-container .sendMessage-area input[type='text'] {
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
}
.chat-container .sendMessage-area input[type='text']::placeholder {
  color: #8700ff;
}
.chat-container .sendMessage-area .sendMessage-btn {
  padding: 0;
}
.chat-container .sendMessage-area .sendMessage-btn svg {
  height: 30px;
  stroke: #656565;
}
.chat-container .sendMessage-area .sendMessage-btn:hover svg {
  stroke: #8700ff;
}
.chat-container .fileInput-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
.chat-container .fileInput-btn svg {
  height: 30px;
  cursor: pointer;
  stroke: #656565;
}
.chat-container .fileInput-btn input[type='file'] {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.chat-container .fileInput-btn:hover svg {
  stroke: #8700ff;
}

.pageContent > section {
  padding: 0;
}
.pageContent h2 {
  font-weight: 200;
  padding: 0 0 30px;
  text-align: left;
  width: fit-content;
}

.table-area {
  overflow: auto;
}
.table-area .dataTables_wrapper .dt-buttons {
  padding: 20px;
  text-align: right;
}
.table-area .dataTables_wrapper .dt-buttons .dt-button {
  background: #05173d;
  color: white;
  border-radius: 6px;
  padding: 0 6px;
  height: 40px;
  min-width: 40px;
  border-color: transparent;
  margin: 0;
  overflow: visible;
  font-size: 16px;
}
.table-area .dataTables_wrapper .dt-buttons .dt-button:hover {
  background: #546e7a;
  border-color: transparent;
  color: white;
}
.table-area .dataTables_wrapper .dt-buttons .dt-button:before {
  content: '';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
}
.table-area .dataTables_wrapper .dt-buttons .dt-button:hover span {
  transform: scale(1);
  opacity: 1;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-copy {
  background: #cc99ff;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-copy:before {
  content: '';
}
.table-area .dataTables_wrapper .dt-buttons .buttons-copy span {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  font-size: 13px;
  color: #546e7a;
  font-weight: 200;
  padding: 0;
  width: fit-content;
  text-align: center;
  transform: scale(0);
  transform-origin: top left;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-csv {
  background: #f5cd7c;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-csv:before {
  content: '';
}
.table-area .dataTables_wrapper .dt-buttons .buttons-csv span {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  font-size: 13px;
  color: #546e7a;
  font-weight: 200;
  padding: 0;
  width: fit-content;
  text-align: center;
  transform: scale(0);
  transform-origin: top left;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-print {
  background: #afbec5;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-print:before {
  content: '';
}
.table-area .dataTables_wrapper .dt-buttons .buttons-print span {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  font-size: 13px;
  color: #546e7a;
  font-weight: 200;
  padding: 0;
  width: fit-content;
  text-align: center;
  transform: scale(0);
  transform-origin: top left;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-excel {
  background: #3f844a;
}
.table-area .dataTables_wrapper .dt-buttons .buttons-excel:before {
  content: '';
}
.table-area .dataTables_wrapper .dt-buttons .buttons-excel span {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  font-size: 13px;
  color: #546e7a;
  font-weight: 200;
  padding: 0;
  width: fit-content;
  text-align: center;
  transform: scale(0);
  transform-origin: top left;
}
.table-area .dataTables_wrapper .dataTables_filter,
.table-area .dataTables_wrapper .dataTables_length {
  padding: 20px;
}
.table-area .dataTables_wrapper .dataTables_filter label,
.table-area .dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-area .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  border-color: #afbec5;
}
.table-area .grid-btn i {
  color: #546e7a;
}
.table-area table.dataTable {
  width: 100% !important;
}
.table-area table.dataTable thead {
  vertical-align: middle;
}
.table-area table.dataTable thead th {
  font-weight: 800;
  color: #546e7a;
  background: #eff3f4;
  border: none;
  text-align: left;
  line-height: 1;
  padding: 16px 20px;
  font-size: 18px;
}
.table-area table.dataTable tbody th,
.table-area table.dataTable tbody td {
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: none;
  background: rgba(252, 250, 252, 0.5);
}
.table-area table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  right: 5px;
  font-size: 9px;
}

div.dt-buttons > .dt-button:focus:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 1px solid #8700ff;
}

.table-area {
  height: 100%;
}
.table-area .dataTables_wrapper .dataTables_length {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  padding: 0 20px 18px;
}
.table-area .dataTables_wrapper .dataTables_length select {
  color: #546e7a;
  padding: 6px 18px;
  border-radius: 6px;
  border: 1px solid #afbec5;
  height: 30px;
}
.table-area .dataTables_wrapper .dataTables_filter label:has(input) {
  color: #546e7a;
  background: white;
  padding: 2.5px 15px;
  border-radius: 6px;
  border: 1px solid #afbec5;
}
.table-area .dataTables_wrapper .dataTables_filter label:has(input) input {
  border-color: transparent;
  border-radius: 0;
}
.table-area .dataTables_wrapper .dataTables_info {
  padding: 20px;
  height: 60px;
  font-size: 14px;
  position: relative;
  left: 200px;
}
.table-area .dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
  padding: 17px 20px;
}
.table-area .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0 2px;
  border-radius: 6px;
  min-width: 30px;
  padding: 5px 10px;
}
.table-area .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #546e7a !important;
  background: white !important;
  border-color: #546e7a !important;
  border-radius: 6px;
}
.table-area .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid;
  background: white;
}
.table-area .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid;
  background: white;
}
.table-area .dataTables_wrapper .dataTables_paginate .disabled {
  pointer-events: none;
}
.table-area table.dataTable tbody tr {
  position: relative;
}
.table-area table.dataTable tbody td {
  border-bottom: 1px solid #f5f5f5;
  color: #546e7a;
  background: transparent;
}
.table-area table.dataTable tbody td label:has(input[type='checkbox']) {
  position: relative;
  background: transparent;
  color: white;
  padding: 0;
  display: block;
  width: 38px;
  height: 38px;
}
.table-area table.dataTable tbody td label:has(input[type='checkbox']):hover {
  color: #05173d;
}
.table-area table.dataTable tbody td label:has(input[type='checkbox']):before {
  content: '';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  background: white;
  color: white;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #05173d;
  border-radius: 6px;
}
.table-area table.dataTable tbody td label:has(input[type='checkbox']) input[type='checkbox'] {
  display: none;
}
.table-area table.dataTable tbody td label:has(input[type='checkbox']:checked):before {
  background: #05173d;
  color: white;
}
.table-area .status {
  white-space: nowrap;
  color: #546e7a;
  background: #f5f5f5;
  padding: 6px 6px 6px 12px;
  border-radius: 50px;
  font-size: 13px;
}
.table-area .status span {
  padding: 0;
  width: 80px;
  display: inline-block;
  text-align: center;
}
.table-area .status-error {
  background: #ffcdd2;
}
.table-area .status-progress {
  background: #ffecb3;
}
.table-area .status-approved {
  background: #e4f7ee;
  color: #06c213;
}
.table-area .action-btns-area {
  opacity: 0;
  gap: 10px;
}
.table-area .grid-btn {
  background: transparent;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0;
  border: 1px solid transparent;
}
.table-area .grid-btn:hover {
  border: 1px solid;
}
.table-area table.dataTable tbody tr:hover .action-btns-area {
  opacity: 1;
}

.table-area .table-hover > tbody > tr:hover > * {
  color: #05173d;
  background: white;
  --bs-table-bg-state: #eff3f4 !important;
  --bs-table-color-state: $primaryColor;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #05173d;
  border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
}

.powerbi-container .pbi-report .no-data,
.powerbi-container .pbi-report .placeholder-content {
  padding: 40px;
  text-align: center;
}
.powerbi-container .pbi-report .no-data img,
.powerbi-container .pbi-report .placeholder-content img {
  width: 300px;
  transform: scaleX(-1);
}

.swal2-modal {
  padding: 20px;
}

.swal2-styled {
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.swal2-styled:hover {
  background-image: unset !important;
}
.swal2-styled:focus {
  border-color: #afbec5;
}

.swal2-confirm {
  background: #05173d;
}
.swal2-confirm:hover {
  background: #546e7a;
}

.swal2-cancel {
  background: transparent;
  color: #546e7a;
}
.swal2-cancel:hover {
  color: #546e7a;
  border: 1px solid;
}

.swal2-title {
  color: #05173d;
  font-weight: 400;
}

.viewz-app-body div:where(.swal2-container) input:where(.swal2-input):focus,
.viewz-app-body div:where(.swal2-container) input:where(.swal2-file):focus,
.viewz-app-body div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #cc99ff;
  outline: none;
  box-shadow: none;
}
.viewz-app-body div:where(.swal2-container) input:where(.swal2-input),
.viewz-app-body div:where(.swal2-container) input:where(.swal2-file),
.viewz-app-body div:where(.swal2-container) textarea:where(.swal2-textarea) {
  width: auto;
  color: #546e7a;
  border: 1px solid;
  border-radius: 6px;
  box-shadow: none;
  font-size: 20px;
  margin: 10px;
}

.docz-component,
.tabs,
.tab-content {
  height: 100%;
}

.tab-content > .tab-pane {
  height: 100%;
}

.docz-component {
  position: relative;
}
.docz-component .goBack-btn {
  position: absolute;
  top: -60px;
  right: 0;
}

.procurementDataOnBoarding {
  height: 100%;
}
.procurementDataOnBoarding .documents-wizard {
  height: 100%;
}
.procurementDataOnBoarding .DocumentsWizard {
  height: 100%;
}
.procurementDataOnBoarding .DocumentsWizard-layout {
  height: 100%;
}
.procurementDataOnBoarding .DocumentDetails {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.procurementDataOnBoarding .part-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.procurementDataOnBoarding .form-div {
  height: calc(100% - 128px);
  overflow: auto;
}

.DocumentsWizard-layout {
  gap: 30px;
}
.DocumentsWizard-layout > div {
  width: calc(50% - 15px);
}
.DocumentsWizard-layout .part-section {
  padding: 0;
}
.DocumentsWizard-layout .part-section .table-area .dataTables_wrapper {
  background: white;
  border: none;
  border-radius: 0;
}
.DocumentsWizard-layout .part-title {
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.DocumentsWizard-layout .part-title .Approved {
  color: #66bb6a;
}
.DocumentsWizard-layout .part-title .Not {
  color: #e53a35;
}
.DocumentsWizard-layout .part-footer {
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.document-classification .documentContainer {
  position: relative;
}
.document-classification .documentContainer .overlay-div {
  position: absolute;
  top: 0;
  right: 0;
}
.document-classification .DocumentsEmptyClass {
  padding: 20px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.field-area {
  padding: 10px 0 20px;
}
.field-area ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.field-area ul li {
  flex-grow: 1;
  position: relative;
}
.field-area ul li input[type='radio'] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.field-area ul li label {
  cursor: pointer;
  background: white;
  text-align: center;
  width: 100%;
}
.field-area .field-item {
  padding: 10px 0;
  align-items: center;
}
.field-area .field-item input {
  border: 1px solid #afbec5;
  width: calc(100% - 200px);
  flex-grow: 1;
}
.field-area .field-item label {
  margin-right: 15px;
  min-width: 155px;
  white-space: normal;
  text-align: left;
}
.field-area .field-item .box-field {
  min-width: unset;
  width: 75px;
  height: 34px;
  text-align: center;
  padding: 8px 15px;
  border: 1px solid #afbec5;
  border-radius: 4px;
}
.field-area .field-btn label {
  min-width: unset;
  color: #05173d;
}
.field-area .field-btn button {
  background: #05173d;
  border-color: #05173d;
}
.field-area .field-btn button:hover {
  background: #8700ff;
  border-color: #05173d;
}
.field-area .field-input {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.field-area .field-input input {
  width: 100%;
}

.lineTypes-area {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 40px;
  padding: 0;
}
.lineTypes-area .lineTypes-radio li input[type='radio']:hover + label {
  background: #cc99ff;
}
.lineTypes-area .lineTypes-radio li input[type='radio']:checked + label {
  background: #05173d;
  color: white;
}
.lineTypes-area .lineTypes-radio li label {
  padding: 5px 25px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(130, 109, 248, 0.4);
  width: 120px;
  min-height: 31px;
}
.lineTypes-area .lineTypes-radio li label:hover {
  background: #cc99ff;
}

.radioBox-area .radioBox-radio {
  align-items: flex-end;
}
.radioBox-area .radioBox-radio li {
  padding-top: 36px;
}
.radioBox-area .radioBox-radio li input[type='radio']:hover + label {
  color: #546e7a;
  border-color: #546e7a;
}
.radioBox-area .radioBox-radio li input[type='radio']:hover + label:before {
  color: #546e7a;
  outline: 1px solid #546e7a;
}
.radioBox-area .radioBox-radio li input[type='radio']:checked + label {
  color: #05173d;
  border: 1px solid #05173d;
}
.radioBox-area .radioBox-radio li input[type='radio']:checked + label:before {
  background: #05173d;
  outline: 1px solid #05173d;
}
.radioBox-area .radioBox-radio li label {
  padding: 26px 20px 10px;
  border: 1px solid #afbec5;
  border-radius: 6px;
  font-size: 14px;
  min-width: 130px;
  position: relative;
}
.radioBox-area .radioBox-radio li label:before {
  content: '✔';
  background: white;
  color: white;
  border: 3px solid white;
  outline: 1px solid #afbec5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.radioBox-area .radioBox-radio li label:hover {
  color: #546e7a;
  border-color: #546e7a;
}
.radioBox-area .radioBox-radio li label:hover:before {
  color: #546e7a;
  outline: 1px solid #546e7a;
}

.range-area .theRange {
  align-items: center;
  /* Track: webkit browsers */
  /* Track: Mozilla Firefox */
  /* Thumb: webkit */
  /* Thumb: Firefox */
}
.range-area .theRange input[type='range'] {
  padding: 0;
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: calc(100% - 115px);
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
  overflow: hidden;
  border-radius: 16px;
}
.range-area .theRange input[type='range']::-webkit-slider-runnable-track {
  height: 15px;
  background: #cc99ff;
  border-radius: 16px;
}
.range-area .theRange input[type='range']::-moz-range-track {
  height: 15px;
  background: #cc99ff;
  border-radius: 16px;
}
.range-area .theRange input[type='range']::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #05173d;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #05173d;
}
.range-area .theRange input[type='range']::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #05173d;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #05173d;
}

.select-area .select-field {
  align-items: center;
}
.DateTimePicker-area .field-item input {
  width: 100%;
}
.DateTimePicker-area .mx-datepicker {
  flex-grow: 1;
}

.DateTimePicker-input .mx-input {
  border: 1px solid #afbec5;
}
.DateTimePicker-input .mx-input:hover,
.DateTimePicker-input .mx-input:focus {
  border-color: #05173d;
}

.viewz-app-body .mx-datepicker-main {
  color: #546e7a;
}
.viewz-app-body .mx-datepicker-main .mx-calendar-content .cell:hover {
  color: #05173d;
  background-color: #cc99ff;
}
.viewz-app-body .mx-datepicker-main .mx-calendar-content .cell.active {
  color: #fff;
  background-color: #05173d;
}
.viewz-app-body .mx-datepicker-main .mx-table-date .today {
  color: #05173d;
}
.viewz-app-body .mx-btn {
  color: #546e7a;
}
.viewz-app-body .mx-btn:hover {
  color: #05173d;
  border-color: #05173d;
}

.WizardTabs-section {
  padding: 20px 0 0;
}
.WizardTabs-section .tabs-bar-labels {
  align-items: flex-end;
  font-size: 14px;
  gap: 4px;
  min-height: 55px;
}
.WizardTabs-section .tabs-bar-labels button {
  padding: 6px 15px;
  border: 1px solid #afbec5;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  line-height: 1;
  flex-grow: 1;
  white-space: normal;
  min-height: 42px;
}
.WizardTabs-section .tabs-bar-labels button:hover {
  padding: 20px 15px;
}
.WizardTabs-section .tabs-bar-labels button:disabled {
  background: #fef6ec;
  pointer-events: none;
}
.WizardTabs-section .tabs-bar-labels button:enabled {
  background: #66bb6a;
  color: white;
}
.WizardTabs-section .tabs-bar-labels button.active {
  padding: 20px 15px;
  background: white;
  color: #546e7a;
  position: relative;
}
.WizardTabs-section .tabs-bar-labels button.active:after {
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: white;
}
.WizardTabs-section .content-tabs-area {
  padding: 30px;
  border: 1px solid #afbec5;
  border-radius: 0 0 10px 10px;
}
.WizardTabs-section .content-tabs-area .tabcontent {
  width: 500px;
}
.WizardTabs-section .content-tabs-area .next-btn {
  margin-top: 20px;
}

.login-section {
  height: 100vh;
  padding: 30px;
  position: relative;
}
.login-section .app-version-data {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
}
.login-section .login-layout {
  align-items: center;
  height: 100%;
}
.login-section .login-layout .login-content {
  background: white;
  padding: 60px;
  box-shadow: 0 0 10px #dbd5f3;
  border-radius: 30px;
  margin-left: 150px;
}
.login-section .login-layout .logo-area {
  justify-content: center;
  margin-bottom: 30px;
}
.login-section .login-layout .logo-area .viewz-logo {
  height: 70px;
}
.login-section .login-layout .form-box {
  width: 360px;
  max-width: 400px;
  margin: 0 auto;
}
.login-section .login-layout .form-box .field-area {
  padding: 0;
}
.login-section .login-layout .form-box .field-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.login-section .login-layout .form-box .field-item input {
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 20px;
}
.login-section .login-layout .form-box .submit-area {
  margin-top: 30px;
  justify-content: center;
}
.login-section .login-layout .form-box .login-btn {
  background: white;
  border: 1px solid #05173d;
  color: #05173d;
  padding: 10px 30px;
  font-size: 20px;
}
.login-section .login-layout .form-box .login-btn:hover {
  color: white;
  background: #05173d;
  border: 1px solid transparent;
}
.login-section .login-layout .no-account-link {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
.login-section .login-layout .no-account-link a {
  font-weight: 700;
}
.login-section .login-layout .no-account-link a:hover {
  color: #000;
  text-decoration: underline;
}

.accountingManagement-comp label[for='dataFilterCb'] {
  position: relative;
  background: white;
  color: white;
  padding: 12px 12px 12px 52px;
}
.accountingManagement-comp label[for='dataFilterCb']:hover {
  color: #05173d;
}
.accountingManagement-comp label[for='dataFilterCb']:before {
  content: '';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  background: white;
  color: white;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #05173d;
  border-radius: 6px;
}
.accountingManagement-comp input[id='dataFilterCb'] {
  display: none;
}
.accountingManagement-comp input[id='dataFilterCb']:checked ~ label:before {
  background: #05173d;
  color: white;
}
.accountingManagement-comp .table-area .dataTables_wrapper .dataTables_info {
  left: 0;
}

.GlAccountsBulkUpdate-comp {
  height: 170px;
}
.GlAccountsBulkUpdate-comp .GlAccountsBulkUpdate-area {
  position: absolute;
  background: white;
  z-index: 268;
  top: 70px;
  left: 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #05173d;
  padding-bottom: 30px;
}
.GlAccountsBulkUpdate-comp .GlAccountsBulkUpdate-area .btn-save {
  position: absolute;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  padding: 6px 24px;
  bottom: -20px;
  z-index: 1;
}

.tabs .nav-tabs {
  padding: 10px 10px 0;
}
.tabs .nav-tabs .nav-link {
  color: #546e7a;
}
.tabs .nav-tabs .nav-item.show .nav-link,
.tabs .nav-tabs .nav-link.active {
  color: #8700ff;
}
.tabs .nav-tabs .nav-link.active {
  position: relative;
}
.tabs .nav-tabs .nav-link.active:after {
  content: '';
  width: calc(100% - 50px);
  border-bottom: 2px solid #8700ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 4px);
  transition: all 0.5s ease;
}

.replacePassword-box label {
  min-width: 200px;
  text-align: right;
}

.dropzone-container .dropzone-message:before {
  content: '';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 40px;
  margin: 0 auto 10px;
  display: block;
  width: fit-content;
}

.accountingManagement-comp .table-area table.dataTable tbody th,
.accountingManagement-comp .table-area table.dataTable tbody td {
  white-space: normal;
}
.accountingManagement-comp .dataTables_scrollHeadInner {
  width: 100% !important;
}

/*# sourceMappingURL=viewz-style.css.map */
