@charset "UTF-8";
@import "../css/bootstrap.min.css";
@font-face {
  font-family: "Proxima Nova Tn";
  src: url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Ex Lt";
  src: url("../fonts/ProximaNovaExCn-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Sb";
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-style: normal;
}
.ft-ProximaTn {
  font-family: "Proxima Nova Tn";
}

.ft-ProximaN {
  font-family: "Proxima Nova Rg";
}

.ft-ProximaLt {
  font-family: "Proxima Nova Lt";
}

.ft-ProximaSb {
  font-family: "Proxima Nova Sb";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  padding: 0;
  font-family: "Proxima Nova Rg";
  margin: 0;
  line-height: 1;
  background: #f7f9f9 url(../img/bg.png);
  background-position: 100%;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 90px); /* Adjust based on your header/footer height */
}

.text-menu {
  font-size: 27px;
  color: #122b41;
  font-family: "Proxima Nova Sb";
}

.ten-swits {
  color: #122b41;
  padding-top: 20px;
  padding: 20px 23px;
  background: #f4e8e7;
  border-radius: 10px;
  border: 1px solid #f65b5b;
  margin-top: 20px;
  width: 70%;
  float: right;
}

.bg-color-text {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  margin-top: 10px;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  box-shadow: 0px 4px 4px 0px rgba(191, 191, 191, 0.1607843137);
  padding: 0px !important;
  background-color: #ffffff !important;
  position: relative;
  z-index: 99;
  justify-content: space-between;
}
.bg-body-tertiary nav {
  margin: 0 40px;
}
.bg-body-tertiary nav ul {
  display: flex;
  gap: 30px;
}
.bg-body-tertiary nav ul li a {
  color: #4b4b4b;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}
.bg-body-tertiary nav ul li a.active {
  color: #0053f1;
  text-decoration: underline;
  font-weight: 800;
}

.border-div {
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  padding: 20px;
}

.header {
  border: 1px solid #efefef;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 1px 1px #d9d9d9;
}
.header .header-text {
  color: #e80000;
  float: right;
  font-family: "Proxima Nova Sb";
}
.header .header-text .circle {
  background-color: #e80000;
  display: inline-block;
  width: 15px;
  margin-right: 7px;
  border-radius: 20px;
  height: 15px;
  position: relative;
  top: 3px;
}

.header-inner-text {
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 1px 1px #d9d9d9;
  height: 400px;
  padding: 20px;
  overflow-y: scroll;
  border: 1px solid #efefef;
  background-color: #fff;
}
.header-inner-text .positive {
  padding: 7px 7px;
  border: 1px solid #ada6a6;
  border-radius: 20px;
  height: 31px;
  width: 97px;
  color: #ada6a6;
  margin: 4px 4px;
  text-align: center;
  display: inline-block;
}
.header-inner-text .active {
  border: 1px solid #e80000;
  color: #e80000;
  background-color: #fff4f3;
}
.header-inner-text .setiment {
  padding-bottom: 10px;
  display: block;
}

.box-blue .see-all {
  display: block;
  float: right;
  padding-top: 30px;
  color: #0053f1;
}
.box-blue .setiment {
  padding-top: 30px;
}
.box-blue .active-blue {
  color: #0053f1 !important;
  background-color: #ecf3ff;
  border: 1px solid #0053f1 !important;
}
.box-blue .positive {
  padding: 7px 14px;
  border: 1px solid #ada6a6;
  border-radius: 20px;
  height: auto;
  margin-bottom: 10px;
  width: auto;
  color: #ada6a6;
  margin: 3px 3px;
  text-align: center;
  display: inline-block;
}

.box-blue-response .see-all {
  display: block;
  float: right;
  padding-top: 30px;
  color: #0053f1;
}
.box-blue-response .setiment {
  padding-top: 30px;
}
.box-blue-response .active-blue {
  color: #0053f1 !important;
  background-color: #ecf3ff;
  border: 1px solid #0053f1 !important;
}
.box-blue-response .positive {
  padding: 7px 7px;
  border: 1px solid #ada6a6;
  border-radius: 10px;
  height: auto;
  margin-bottom: 10px;
  width: auto;
  color: #ada6a6;
  margin: 3px 3px;
  text-align: left;
  display: inline-block;
}
.box-blue-response .pagination {
  padding: 10px;
  padding-top: 40px;
}
.box-blue-response .colorgray {
  color: #b3b3b3;
  padding: 0px 5px;
}

.footer-chat {
  border: 1px solid #ccc;
  padding: 15px;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}
.footer-chat button {
  background-color: #0053f1;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  float: right;
  border-radius: 40px;
}

.blue-text {
  color: #4a99e9;
}

.all-para {
  color: #171716;
}

.list-style-ul ul {
  padding-top: 12px;
}
.list-style-ul ul li {
  vertical-align: middle;
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #53778e;
}
.list-style-ul ul li a {
  color: #122b41;
}

.line-spacing {
  display: inline-block;
  padding-right: 20px;
  padding-left: 10px;
  margin-top: 10px;
}

.tox-tinymce {
  height: 489px !important;
}

.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
  display: none !important;
}

.tox-statusbar {
  display: none !important;
}

.tox .tox-menubar {
  display: none !important;
}

/* upload file*/
.table > thead {
  vertical-align: bottom;
  background: #0e2746;
  color: #fff;
  padding: 10px 20px !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
  padding: 0;
}

.dt-type-numeric {
  padding: 14px 0px;
}

.input-file-box {
  display: flex;
}

.upload-data-1 {
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 20px;
  border: 2px dashed #a5a5a5;
}

.new-btn {
  background: linear-gradient(94.1deg, #44f2f1 -9.52%, #0053f1 73.65%);
  display: block;
  padding: 14px;
  border-radius: 25px;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin: 20px 0;
  box-shadow: 0px 2px 4px 0px rgba(23, 23, 23, 0.1803921569);
  transition: all 0.3s ease-in-out;
}
.new-btn:active {
  transform: scale(0.85);
}

button,
a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:active,
a:active {
  transform: scale(0.85);
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0;
  border-radius: 0.375rem;
}

.gap-bottom-form .input-group-text {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0;
  border-radius: 0rem 0.375rem 0.375rem 0px;
  height: 59px;
  align-content: center;
  width: 61px;
  border: 1px solid #a6a6a6 !important;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.js .inputfile-1 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-file-box {
  align-items: center;
  gap: 16px;
  margin: 0;
}

.btn-upload {
  background-color: #07760f;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
}

.js .inputfile-1 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile-1 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.js .inputfile {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile-1:focus + label span,
.inputfile-1.has-focus + label span,
.inputfile-1 + label span:hover {
  color: #fff !important;
  border-radius: 25px;
  background-color: #07760f !important;
  font-weight: 700;
  font-size: 15px;
}

.browse {
  color: #0053f1;
  font-weight: 500;
  display: inline-block;
}

.inputfile + label {
  width: 100%;
  padding: 0px 0px;
  text-overflow: ellipsis;
  white-space: wrap;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: #122b41;
  font-family: "Proxima Nova Sb";
  text-align: left;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile-1 + label span {
  padding: 0;
  line-height: normal;
  color: #0053f1 !important;
  display: inline-block;
}

.inputfile-1:focus + label span,
.inputfile-1.has-focus + label span,
.inputfile-1 + label span:hover {
  color: #0053f1;
  background-color: none !important;
}

.upload-file {
  padding-top: 40px;
  color: #323232;
  font-size: 18px;
  font-weight: 400;
}

.details-heading .form-top .button-full-width {
  width: 136px;
  background-color: #0d9161;
  border-radius: 45px;
  color: #fff;
  padding: 10px 32px 10px 32px;
  border: 1px solid #9b9c9b;
}

.table-responsive {
  overflow-x: hidden;
  -webkit-overflow-scrolling: none;
}

.groupUpload {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.groupUpload .uploadFiledata {
  background-color: #fff;
  border: 1px solid #0053f1;
  padding: 10px;
  max-width: 486px;
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  position: relative;
}

.groupUpload .uploadFiledata img {
  float: left;
  margin-right: 6px;
}

.groupUpload .uploadFiledata .studentUpload {
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  position: relative;
}

.groupUpload .uploadFiledata .studentUpload .studentText {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.groupUpload .uploadFiledata .studentUpload .uploadingText {
  color: #8e8e8e !important;
  font-size: 18px;
  font-weight: 600;
}

.groupUpload .uploadFiledata .progressBar {
  display: flex;
  justify-content: space-between;
  gap: 0;
  width: 76%;
  text-align: left;
  flex-direction: column;
}

.groupUpload .uploadFiledata .progressBar .uploadMb {
  margin-top: 0px;
  display: flex;
  color: #a6a6a6;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Proxima Nova Sb";
}

.groupUpload .uploadFiledata .progressBar .uploadMbpecent {
  color: #a6a6a6;
  margin-top: 3px;
  font-size: 12px;
}

.groupUpload .deleteupload {
  margin-left: 17px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.groupUpload .deleteupload img {
  padding-right: 30px;
  cursor: pointer;
}

.groupUpload .deleteupload span {
  padding-left: 10px;
  padding-right: 10px;
  color: #424242;
}

.groupUpload .deleteupload span:before {
  content: "";
  position: absolute;
  height: 39px;
  background-color: #ccc;
  width: 1px;
  margin-top: -10px;
  margin-left: -10px;
}

.errorText {
  margin-left: 0px;
  margin-top: 26px;
  display: flex;
  align-items: center;
}

.errorText img {
  padding-right: 0px;
}

.errorText p:before {
  content: "";
  position: absolute;
  height: 39px;
  background-color: #f26a22;
  width: 1px;
  margin-top: -2px;
  margin-left: -15px;
}

.errorText p {
  line-height: 19px;
}

.errorText h6,
.errorText .h6 {
  padding-right: 40px;
  padding-left: 7px;
  font-size: 32px;
  color: #424242;
}

.errorText .errorFound {
  display: block;
  color: #424242;
}

.textColor {
  padding-left: 10px;
  padding-right: 10px;
  color: #424242;
}

.greenColor {
  color: #008459 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dt-orderable-none {
  color: #424242 !important;
  font-family: "metropolisbold" !important;
}

#myProgress {
  width: 90%;
  height: 4px;
  background-color: #d9d9d9;
  margin-top: 10px;
  border-radius: 6px;
  margin-right: 15px;
}

#myBar {
  width: 40%;
  height: 4px;
  background-color: #07760f !important;
  border-radius: 6px;
}

.topPostion {
  position: relative;
  top: 4px;
}

.nonecolor {
  color: #424242 !important;
  text-decoration: none;
  border-bottom: 1px solid #424242;
  padding-bottom: 3px;
}

.moreImg {
  text-decoration: none;
  color: #00895d;
  text-align: right;
  font-size: 16px;
  border-bottom: 1px solid #00895d;
  float: none;
  text-align: right;
}

.rotateImg180 {
  transform: rotate(180deg);
}

.text-block {
  display: none;
}

.dropdown-style i {
  font-size: 20px !important;
  color: #0e2746;
  margin-right: 20px;
}
.dropdown-style i .fa-sign-out {
  position: relative;
  top: 0px !important;
}

.progress-container {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 6px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #0053f1;
  transition: width 0.2s;
}

.dropdown-style .dropdown-item {
  padding: 7px 15px;
}

.header-dijin {
  display: flex;
  justify-content: space-between;
  flex: auto;
}

.left-side-data {
  background-color: #fff;
  box-shadow: 4px 4px 4px 0px rgba(168, 168, 168, 0.0901960784);
  max-width: 350px;
  padding: 0px 26px;
  transition: all 1s ease-out;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
}

.border-video {
  overflow-y: auto;
  min-height: 100%;
  padding: 10px 10px 0px 0px;
}

.left-main {
  display: flex;
  gap: 20px;
  align-items: center;
}

.left-uplad-top {
  display: flex;
  justify-content: space-between;
  padding: 19px 0px 23px 0px;
  align-items: center;
}

.left-side-button {
  color: #122b41;
  font-family: "Proxima Nova Sb";
  font-size: 24px;
  cursor: pointer;
}

.border-right {
  background-color: #dcdcdc;
  height: 30px;
  display: block;
  width: 2px;
}

.video-list-show {
  color: #122b41;
  font-family: "Proxima Nova Sb";
  font-size: 12px;
}

.select-content {
  margin: 0 auto;
}

.main-wrapper {
  display: flex;
  gap: 0px;
  text-align: center;
}

.right-side-panel {
  width: 60%;
}

.right-side-inner {
  max-width: 689px;
  margin: 0 auto;
}

.top-main-content {
  margin-top: 71px;
}
.top-main-content .text-hi {
  font-size: 20px;
  font-family: "Proxima Nova Sb";
  margin-bottom: 3px;
}
.top-main-content h3 {
  font-size: 32px;
  font-family: "Proxima Nova Sb";
  margin-bottom: 6px;
  font-weight: 900;
}
.top-main-content .select-content {
  font-size: 14px;
  line-height: 18px;
  max-width: 533px;
  font-family: "Proxima Nova Rg";
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.inner-panel {
  height: auto !important;
  justify-content: flex-end !important;
}

.inner-panel .box-inner-1 {
  border: 1px solid #abcdf2;
  padding: 9px 18px;
  border-radius: 45px;
  color: #7b7b7b;
}

.chart-div {
  display: flex;
  justify-content: center;
  gap: 32px;
  height: 60vh;
}
.chart-div .box-1 {
  background-color: #fff;
  max-width: 180px;
  padding-top: 20px;
  width: 100%;
  height: 97px;
  padding-left: 15px;
  border-radius: 11px;
  align-self: flex-end;
  font-size: 16px;
  color: #7b7b7b;
  padding-right: 15px;
  font-weight: 400;
  border: 1.3px solid #abcdf2;
}
.chart-div .box-1 p {
  text-align: left;
}
.chart-div .box-2 {
  font-size: 16px;
  color: #7b7b7b;
  background-color: #fff;
  max-width: 180px;
  align-self: flex-end;
  width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  height: 97px;
  border: 1.3px solid #abcdf2;
  border-radius: 11px;
}
.chart-div .box-2 p {
  text-align: left;
}
.chart-div .box-3 {
  font-size: 16px;
  color: #7b7b7b;
  align-self: flex-end;
  background-color: #fff;
  max-width: 180px;
  width: 100%;
  padding-top: 20px;
  height: 97px;
  padding-left: 15px;
  border-radius: 11px;
  padding-right: 15px;
  border: 1.3px solid #abcdf2;
}
.chart-div .box-3 p {
  text-align: left;
}

.chart-box-box {
  max-width: 689px;
  margin: 0 auto;
  margin-top: 0px;
  position: fixed;
  margin-top: 25px;
  bottom: 20px;
  width: 100%;
}
.chart-box-box input {
  border: 1px solid #abcdf2;
  max-width: 689px;
  height: 68px;
  outline: none;
  border-radius: 101px;
  padding: 25px 0px;
  font-family: "Proxima Nova Sb";
  width: 100%;
  color: #7b7b7b;
  font-size: 18px;
  padding: 10px 26px;
}

.chart-button {
  background-color: transparent;
  border: 0;
  position: absolute;
  left: auto;
  right: 22px;
  top: 21px;
}

.gapping {
  margin-right: 10px;
}

.inner-div-upload {
  background-color: #f1f6fb;
  width: 100%;
  padding: 8px;
  border-radius: 10px 0px 0px 10px;
}

.uploadFiledata::before {
  background-color: #f1f6fb;
  content: "";
  max-width: 308px;
  height: 69px;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 6px;
  top: 0;
}

.progress-bar-data {
  display: flex;
  z-index: 99;
}

.hide-input {
  display: none;
}

.video-section {
  position: relative;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.video-section img {
  border-image-source: url("../img/border-image.png");
}
.video-section span {
  position: absolute;
  right: -10px;
  top: -10px;
}

.video-b {
  display: block;
  margin-top: 11px;
  border-bottom: 0.75px solid #dcdcdc;
}

.video-box {
  max-width: 100%;
  width: 100%;
  position: relative;
  -o-border-image: linear-gradient(to right, #44f2f1 0%, #0678d9 100%) 1;
     border-image: linear-gradient(to right, #44f2f1 0%, #0678d9 100%) 1;
  border-radius: 10px !important;
  border-radius: 5px;
  /* this doesn't work */
  border-width: 3px;
  border-style: solid;
  padding: 0px;
  position: relative;
}

.video-box-none-border {
  border: 0 !important;
}

.sagar {
  transform: translate(-900px, 0px);
  transition: all 1s ease-out;
}

.chart-box-1 {
  text-align: left;
  margin-bottom: 20px;
  display: block;
}
.chart-box-1 .chat-1 {
  display: flex;
  gap: 19px;
  align-items: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 34px;
}
.chart-box-1 .chat-1 span {
  align-self: start;
}

.inner-text {
  font-size: 12px;
  color: #676767;
}

.upload-data {
  width: auto;
  text-align: left;
}

.video-box {
  text-align: left;
  line-height: 18px;
  position: relative;
  margin-bottom: 10px;
}

.video-box h3 {
  font-size: 10px;
  font-weight: 600;
  color: #122b41;
}

.red-color {
  color: red !important;
}

.video-box p {
  font-size: 12px;
  font-weight: 600;
  color: #848484;
}

.main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 0px 0px;
  position: relative;
}

.main-wrapper {
  display: flex;
  gap: 0px;
  text-align: center;
  padding-top: 0px;
}

#thumbnail-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 200px;
  overflow-y: auto;
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  padding: 10px;
}

.data-list li:first-child {
  border-top: 1px solid #f1f1f1;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px !important;
}

.hide-desk-bottom {
  display: none;
  animation-timing-function: ease-in-out;
  position: relative;
  z-index: 999;
}

.active-bottom {
  display: block;
  animation-timing-function: ease-in-out;
  /* Quick on the way out */
  transition: 0.2s;
}

.right-content {
  max-width: 450px;
  box-shadow: -4px 4px 4px 0px rgba(168, 168, 168, 0.0901960784);
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 24px;
  padding-right: 15px;
  margin-top: 50px;
  right: 0;
}

.right-content,
.left-side-data {
  min-height: 100vh;
}

.right-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
}

.right-header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.right-header-top span {
  padding-left: 20px;
}

.right-header-top button {
  background: none;
  position: relative;
  font-weight: 600;
  border: 0;
  width: auto;
  margin: 10px 0px;
  background-color: #0053f1;
  border-radius: 45px;
  color: #fff;
  padding: 11px 0px;
  white-space: nowrap;
}
.right-header-top button.gradient {
  background: linear-gradient(93.93deg, #44f2f1 -15.21%, #0053f1 89.8%);
}

.right-header-top button::after {
  content: "";
  background-color: #fff;
  height: 23px;
  width: 1px;
  position: absolute;
  left: 0;
  right: -53px;
  margin: 0 auto;
  top: 9px;
}

.right-header-top h2 {
  font-size: 24px;
  background: none;
  font-weight: 600;
  border: 0;
  padding: 10px 0px;
  color: #122b41;
}

.sticky-div {
  position: relative;
  border: 0.5px solid #ebebeb;
  margin-bottom: 3px;
}
.sticky-div button.remove {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 0;
  padding: 5px;
  cursor: pointer;
  background-color: #c6200a;
}

.sticky-div img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

video {
  -o-object-fit: fill;
     object-fit: fill;
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 695px;
  min-height: 60%;
}

.stick {
  position: absolute !important;
  top: -8px !important;
  right: -4px !important;
  background-color: #0053f1;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 45px;
  padding: 4px;
}

.video-box img {
  width: 100%;
  height: 100%;
}

.navbar-text {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.right-side-video {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.video-section-play-video {
  border-radius: 15px;
  height: 500px;
  width: 100%;
}

.video-section-play-video ul {
  display: flex;
  gap: 0px;
  padding: 0px 10px 0px 0px;
  flex-direction: column;
  z-index: 99;
}

.video-section-play-video ul li {
  cursor: pointer;
}

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

.right-header button {
  background: none;
  border: 0;
}

.data-list ul {
  margin-bottom: 20px;
}

.data-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  padding: 10px 10px;
  margin-bottom: 4px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0px 4px 4px 0px rgba(187, 187, 187, 0.2509803922);
}

.data-list li span {
  font-size: 24px;
  color: #122b41;
  font-weight: 800 !important;
}

.data-list li p {
  font-size: 16px;
  color: #122b41;
  font-weight: 600;
}

.table-data {
  width: 100%;
}

.table-data tr td {
  padding: 11px;
  color: #122b41;
}

.table-data tr {
  color: #122b41;
  font-weight: 800;
  text-align: left;
  border-bottom: 1px solid #c5c5c5;
}

.table-data tr th {
  color: #122b41;
  padding: 11px;
  font-weight: 800;
}

.table-data {
  padding: 10px;
  background-color: #f1f1f1;
}

.wearing {
  color: #0053f1;
}

.notwearing {
  color: #e3270e;
}

.heading-right {
  box-shadow: 0px 4px 4px 0px rgba(187, 187, 187, 0.2509803922);
  background-color: #fff;
  border: 1px solid #f1f1f1;
  height: 44px;
  padding: 10px;
  text-align: left;
}

.right-bottom h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #122b41;
}

.right-header-top {
  position: relative;
}

.dropdown-export {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 0px;
  display: none;
  width: 127px;
  border-radius: 7px;
  position: absolute;
  right: 0;
  top: 54px;
}

.dropdown-export li {
  cursor: pointer;
  list-style-type: none;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}

.dropdown-export li:last-child {
  border: 0;
}

.prcessing {
  color: #b1b1b1;
}

.gradient-box {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  color: #fff;
  background: #000;
  background-clip: padding-box;
  /* !importanté */
  border: solid 5px transparent;
  /* !importanté */
  border-radius: 1em;
}

.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, red, orange);
}

.select-option,
.form-select {
  border-radius: 45px;
  outline: none !important;
  box-shadow: none !important;
  padding: 7px 29px 7px 17px;
  border: 1px solid #c3c3c3;
}

.go-button {
  background: none;
  border: 0;
  background: url("../img/search.svg") no-repeat;
  height: 24px;
  width: 16px;
  right: 0;
  top: 0px;
  padding-left: 11px;
  left: auto;
  right: 7px;
}

.page-view {
  margin-left: 20px;
}

.searchbox {
  position: relative;
  align-items: center;
  display: flex;
  gap: 10px;
}

.input-search {
  position: relative;
}

.prview-page {
  background: url("../img/drapdown.svg") no-repeat;
  width: 20px;
  height: 15px;
  margin-right: 20px;
  border: 0;
  position: relative;
}
.prview-page::after {
  position: absolute;
  content: "";
  background-color: #122b41;
  height: 20px;
  width: 1px;
  top: -7px;
  right: -10px;
}

.next-view {
  background: url("../img/down-3.svg") no-repeat;
  width: 20px;
  height: 14px;
  border: 0;
  padding-left: 20px;
}

.minus {
  background: url("../img/minus.svg") no-repeat;
  width: 20px;
  height: 5px;
  border: 0;
}

.plus {
  background: url("../img/plus.svg") no-repeat;
  width: 20px;
  height: 14px;
  border: 0;
}

#pdf-container {
  overflow: auto;
  max-width: 905px;
  height: 100vh;
  margin: 0 auto;
  width: 100%;
  margin-top: 8% !important;
}

#pdf-container canvas {
  border-radius: 20px;
}

.button-group,
#zoom-controls,
#file-controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.button-group button,
#zoom-controls button,
#file-controls button,
#file-controls input[type=file] {
  margin: 0 5px;
  padding: 5px 10px;
  border: none;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.button-group button:hover,
#zoom-controls button:hover,
#file-controls button:hover,
#file-controls input[type=file]:hover {
  background-color: #0056b3;
}

#go-to-page-input,
#go-to-page-btn {
  margin-left: 1px;
  padding: 7px;
  border: 0;
  border-radius: 8px;
  outline: none;
}

/* Rest of your CSS rules */
.input-table {
  background-color: #fff;
  border: 1px solid #abcdf2;
  padding: 9px 9px;
  box-shadow: none !important;
  outline: none !important;
  color: #122b41;
  font-weight: 500;
  border-radius: 45px !important;
}

.logo {
  max-width: 105px;
  width: 100%;
  margin: 5px 0px;
}

.menu-icon {
  justify-content: end;
  display: flex;
  gap: 10px;
  margin-bottom: 34px;
}
.menu-icon .menu-icon-img-1 {
  background: url("../img/right-icon.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.menu-icon .menu-icon-img-2 {
  background: url("../img/right-icon-active.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.menu-icon .menu-icon-img-active {
  background: url("../img/menu-bottom.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.menu-icon .menu-icon-img-bottom {
  background: url("../img/active-bottom-menu.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.documentType {
  color: #000;
  font-weight: 600;
}

.menu-icon-tabs {
  margin-left: -25px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.menu-icon-tabs ul {
  display: flex;
}
.menu-icon-tabs ul li {
  flex: 1;
  padding: 14px 25px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #9d9d9d;
}
.menu-icon-tabs ul li.active {
  background: #0053f1;
  color: #fff;
  border: none;
}

.documentType-select {
  border: 1px solid #abcdf2;
  padding: 10px 18px;
  padding-right: 25px;
  color: #122b41;
  border-radius: 45px;
  outline: none !important;
  font-weight: 600 !important;
}
.documentType-select option {
  font-weight: 600;
}

.table-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-view thead th {
  background: #0053f1;
  color: #fff;
  padding: 11px 10px;
  font-weight: 600;
  width: 80px;
}

.table-view {
  width: 100%;
}
.table-view td {
  color: #122b41;
  font-weight: 600;
}

.table-view table {
  border-collapse: collapse;
  width: 100%;
}

.table-view td,
th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 12px 10px;
}

.table-view td .table-view td {
  border-right: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
}

::-moz-placeholder {
  color: #122b41;
}

::placeholder {
  color: #122b41;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 0;
  position: absolute;
  width: 100%;
  padding: 0px 10px;
  padding-left: 14px;
  background: linear-gradient(89.84deg, rgba(0, 84, 241, 0.084) 0%, rgba(0, 48, 139, 0.164) 100%);
  -webkit-backdrop-filter: blur(47.4000015259px);
          backdrop-filter: blur(47.4000015259px);
}

.zoom-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

#page-controls {
  max-width: 826px;
  width: 100%;
}

.bg-extraction {
  background-color: #fff !important;
  color: #0053f1 !important;
  font-size: 16px;
  border-radius: 45px;
  border: 1px solid #0053f1 !important;
  max-width: 159px !important;
  width: 100% !important;
}

.red-color {
  color: #e3270e;
}

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

button {
  background-color: none !important;
}

.details-sec * {
  font-size: 14px;
  text-align: initial;
}
.details-sec .details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 25px 0;
  margin-bottom: 13px;
}
.details-sec .details-body {
  padding: 10px;
  background: #e8f5fd;
}
.details-sec .details-body p {
  margin-bottom: 10px;
  color: #000;
}
.details-sec .details-body input,
.details-sec .details-body textarea {
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
}

.tabSec {
  display: none;
}
.tabSec.active {
  display: block;
}

.full-width-container {
  flex-direction: column;
}

.full-width-container #pdf-container {
  height: 450px;
  margin-top: 7%;
}
.full-width-container .table-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.full-width-container .right-content {
  width: 100%;
  max-width: 100%;
}
.full-width-container .table-content {
  justify-content: start;
  gap: 10px;
}
.full-width-container .menu-icon {
  margin-bottom: -10px;
}
.full-width-container .right-bottom {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 20px;
}
.full-width-container .right-bottom .bank-logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
}
.full-width-container .right-bottom .signature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
}
.full-width-container .right-bottom .data-list {
  overflow: scroll;
  width: 1440px;
}
.full-width-container .data-list {
  width: 100% !important;
  border: 1px solid #f89e18;
  border-radius: 7px;
  margin-top: 27px;
}
.full-width-container .data-list table {
  width: 100% !important;
  border: 1px solid #f89e18;
  border-radius: 7px;
}
.full-width-container .data-list table th {
  text-align: center;
  padding: 13px 0px;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
}
.full-width-container .data-list table td {
  text-align: center;
  border: 1px solid #c7c7c7;
  padding: 13px 0px;
  color: #474747;
}

.right-wrapper {
  display: flex;
}

.table-bottom {
  flex-direction: column;
}
.table-bottom .table-heading {
  font-size: 16px;
  font-weight: 600;
}
.table-bottom .data-list {
  margin: 0px !important;
}

.rotate-screen {
  display: flex;
  gap: 10px;
}

#rotate-left {
  border: 0;
  background: none;
  color: #43596d;
}

#rotate-right {
  border: 0;
  background: none;
}

.icon-upload {
  max-width: 55px;
  flex: 0 0 55px;
  width: 100%;
}
.icon-upload img {
  width: 100%;
  max-width: 100%;
}

.table-view.table-inputs input {
  background-color: #fff !important;
  border: 1px solid #c3c3c3 !important;
}

.preserve-header {
  background: linear-gradient(89.84deg, rgba(0, 84, 241, 0.084) 0%, rgba(68, 242, 241, 0.116) 100%);
  border-image-source: linear-gradient(89.84deg, rgba(0, 84, 241, 0.16) 0%, rgba(0, 48, 139, 0.16) 100%);
}

.preserve-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  padding: 0 15px;
  -webkit-backdrop-filter: blur(47.4000015259px);
          backdrop-filter: blur(47.4000015259px);
  min-height: 58px;
  position: relative;
}
.preserve-sec h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0046cc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card-sec {
  box-shadow: 4px 4px 4px 0px rgba(168, 168, 168, 0.0901960784);
  background-color: #fff;
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.preservation_status,
.storage-overview,
.document-type {
  text-align: center;
}
.preservation_status h2,
.storage-overview h2,
.document-type h2 {
  font-size: 20px;
  font-weight: 600;
  color: #122b41;
  margin-bottom: 10px;
}
.preservation_status p,
.storage-overview p,
.document-type p {
  font-size: 16px;
  font-weight: normal;
}

.status-details {
  margin-top: 20px;
}
.status-details ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.status-details ul li {
  background-color: #e8f2ff;
  padding: 15px;
  border-radius: 5px;
}
.status-details ul li span {
  font-size: 30px;
  font-weight: 600;
  color: #0053f1;
  margin-bottom: 10px;
  display: block;
}
.status-details ul li p {
  font-size: 16px;
  font-weight: normal;
  color: #122b41;
}

.progress-used {
  background: linear-gradient(90.02deg, #44f2f1 -36.51%, #0053f1 99.98%);
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  transition: width 0.5s ease-in-out;
}

.storage-overview {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.document-type ul {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 15px;
  position: relative;
}
.document-type ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #e0e0e0;
  transform: translateX(-50%);
}
.document-type ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.document-type .progress_track {
  flex: 0 0 110px;
}

.remove-after-before::before, .remove-after-before::after {
  display: none !important;
}

footer p {
  margin: 0;
  color: #8cb4ff;
  font-size: 16px;
}

.card-content.discover {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.card-content.discover .status-details ul {
  display: flex;
  flex-direction: column;
}
.card-content.discover .status-details ul li {
  text-align: left;
  padding-block: 25px;
}
.card-content.discover .status-details ul li select,
.card-content.discover .status-details ul li input {
  max-width: 720px;
  width: 100%;
  border: 1px solid #abcdf2;
  border-radius: 25px;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 18px;
  outline: none;
}
.card-content.discover .status-details ul li select::-moz-placeholder, .card-content.discover .status-details ul li input::-moz-placeholder {
  color: #a2a2a2;
}
.card-content.discover .status-details ul li select::placeholder,
.card-content.discover .status-details ul li input::placeholder {
  color: #a2a2a2;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.button-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.button-sec button,
.button-sec a.button {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 298px !important;
  padding: 10px 20px;
  height: auto;
  text-align: center;
  gap: 13px;
  border: 1px solid #b0b0b0 !important;
  color: #b0b0b0 !important;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1803921569);
  text-decoration: none;
}
.button-sec button img,
.button-sec a.button img {
  max-width: 25px;
  width: 100%;
}
.button-sec button.gradient,
.button-sec a.button.gradient {
  background: linear-gradient(93.93deg, #44f2f1 -15.21%, #0053f1 89.8%) !important;
  padding: 15px 40px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 45px;
  border: none !important;
}

.nexus-fixed-button {
  position: fixed;
  bottom: 88px;
  right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 1px; /* Border thickness */
  background: linear-gradient(91.01deg, #44f2f1 -25.17%, #0053f1 99.72%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nexus-fixed-button a {
  background: white; /* or any background */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nexus-fixed-button a img {
  max-width: 25px;
  width: 100%;
}

.chat-section {
  height: calc(100vh - 165px);
  max-width: 730px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chat-input {
  border: 1px solid #abcdf2;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 28px;
  display: flex;
  justify-content: space-between;
}
.chat-input input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.chat-list {
  padding: 50px 0;
  height: 100%;
  overflow-y: auto;
}
.chat-list ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.chat-list ul li {
  display: flex;
  gap: 20px;
}
.chat-list ul li.user {
  display: flex;
  flex-direction: row-reverse;
}
.chat-list ul li.user .icon {
  width: 30px;
  height: 30px;
  background-color: #0053f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
}
.chat-list ul li.user p {
  font-weight: 600;
}
.chat-list ul li.ai-answer p {
  line-height: 1.4;
}
.chat-list ul li.ai-answer p strong {
  font-weight: bolder;
}
.chat-list ul li .user-text {
  background-color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(200, 200, 200, 0.2509803922);
}
.chat-list ul li .user-text p {
  font-size: 18px;
  letter-spacing: 0.55px;
}

.nexus-wrapper {
  display: flex;
}
.nexus-wrapper .preserve-header .preserve-sec h2 {
  position: static;
  transform: none;
}

.left-sidebar {
  flex: 0 0 340px;
  max-width: 340px;
  padding: 15px;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(168, 168, 168, 0.0901960784);
  position: relative;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.left-sidebar.active {
  left: -19%;
}

.left-sidebar.active .close-btn {
  transform: rotate(180deg);
}

.left-sidebar.hide-sidebar {
  max-width: 0;
  flex: 0 0 0;
  margin-left: -15px;
}
.left-sidebar.hide-sidebar .all-details {
  padding: 0;
}
.left-sidebar.hide-sidebar .close-btn {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.left-sidebar .close-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: 10%;
  cursor: pointer;
}
.left-sidebar h2,
.left-sidebar p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3px;
}
.left-sidebar p {
  font-weight: normal;
}

.thumnail-sec {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.thumnail-sec .thumb {
  border-radius: 3px;
}
.thumnail-sec .thumb img {
  display: inline-block;
  max-width: 100%;
  background: linear-gradient(143.83deg, #0779d9 4.35%, #45f2f1 99.1%);
  padding: 2px;
}

.all-details ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.timeline-scale-sec {
  display: flex;
  gap: 25px;
  align-items: center;
}
.timeline-scale-sec h2,
.timeline-scale-sec span {
  font-size: 16px;
  font-weight: 700;
  color: #676767;
}

.timeline-scale {
  height: 26px;
  width: 100%;
  background-image: url("/img/timeline-scale.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
}
.timeline-scale .timeline_year {
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.timeline-scale #dragable {
  width: 18px;
  height: 50px;
  border: 1px solid #000;
  box-shadow: -6px 7px 3px 0px rgba(112, 112, 112, 0);
  background: rgba(0, 83, 241, 0.89);
  border-radius: 2px;
  margin-top: -15px;
  cursor: pointer;
}

.nexus_animation {
  display: flex;
  gap: 50px;
}
.nexus_animation .nexus-doc-preview {
  flex: 0 0 250px;
  max-width: 250px;
}
.nexus_animation .nex_anim_main {
  min-height: 690px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
}

.selected-image-wrraper {
  width: 100%;
}
.selected-image-wrraper .selected-preview-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
  width: 100%;
}
.selected-image-wrraper .text-data {
  max-width: 150px;
  width: 100%;
  position: absolute;
  width: 127px;
  transition: transform 0.3s ease-out;
  will-change: transform, opacity;
}
.selected-image-wrraper .text-data:nth-child(1) {
  left: 90%;
  top: 65%;
}
.selected-image-wrraper .text-data:nth-child(2) {
  right: 0;
  top: 10%;
}
.selected-image-wrraper .text-data:nth-child(3) {
  right: 0;
  top: 50%;
}
.selected-image-wrraper .text-data:nth-child(4) {
  left: 60%;
  top: 73%;
}
.selected-image-wrraper .text-data:nth-child(5) {
  left: 20%;
  top: 80%;
}
.selected-image-wrraper .text-data:nth-child(6) {
  left: 5%;
  top: 50%;
}
.selected-image-wrraper .text-data:nth-child(7) {
  left: 12%;
  top: 12%;
}
.selected-image-wrraper .text-data .data-heading {
  text-align: center;
}
.selected-image-wrraper .text-data .data-heading h2 {
  font-size: 10px;
  color: #fff;
  text-shadow: -0.6px -0.6px 0 #000, 0.6px -0.6px 0 #000, -0.6px 0.6px 0 #000, 0.6px 0.6px 0 #000;
  letter-spacing: 0.5px;
}
.selected-image-wrraper .text-data .data-descrip {
  background-color: #fff;
  border: 1px dashed #abcdf2;
  padding: 5px 10px;
  margin-top: 5px;
}
.selected-image-wrraper .text-data .data-descrip p {
  font-size: 10px;
}
.selected-image-wrraper .data-heading {
  position: relative;
}
.selected-image-wrraper .data-heading::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #67baff;
  position: absolute;
  top: -300%;
  left: 50%;
  transform: translateX(-50%);
}

[data-nexus-year] {
  display: none;
}

[data-nexus-year]:first-child {
  display: block;
}

.card-sec.secret {
  background: linear-gradient(89.84deg, rgba(195, 213, 247, 0.32) 0%, rgba(202, 237, 237, 0.39) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 48px;
  margin-block: 50px;
  border-radius: 12px;
}
.card-sec.secret h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #003db2;
  margin-bottom: 10px;
}
.card-sec.secret form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 350px;
  width: 100%;
  margin-inline: auto;
}
.card-sec.secret form input,
.card-sec.secret form button {
  padding: 13px 15px;
  font-size: 14px;
  border: none;
  background: #fff;
  border-radius: 25px;
  outline: none;
}
.card-sec.secret form input::-moz-placeholder, .card-sec.secret form button::-moz-placeholder {
  color: #a5a5a5;
}
.card-sec.secret form input::placeholder,
.card-sec.secret form button::placeholder {
  color: #a5a5a5;
}
.card-sec.secret form button {
  background: linear-gradient(94.1deg, #44f2f1 -9.52%, #0053f1 73.65%);
  color: #fff;
}

.secret-logo {
  max-width: 250px;
  width: 100%;
}

.all-details {
  max-height: 480px;
  height: 100%;
  padding-right: 15px;
  overflow-y: auto;
}

#documentCarousel  {
  max-width: 220px;
  width: 100%;
}

#leftSidebar {
  max-width: 300px;
  width: 100%;
}

#eventNodes .card-text {
  max-width: 195px;
  width: 100%;
}
#nexusGraph { height: 90%; }
#eventNodes .card-text {background-color: transparent; transition: all .5s ;}
#eventNodes .card-text:hover { transform: scale(1.3) !important;}
#eventNodes .card-text p { background: #fff; border: 1px dashed #ABCDF2; padding: 6px 8px; line-height: 1.1; font-size: 10px; display: none; }

#eventNodes .card-text.highlighted  p, #eventNodes .card-text:hover p  { display: block !important;  }

#eventNodes .card-text h4 {  font-size: 10px;font-weight: 700;color: #fff;margin-bottom: 5px;text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center; word-spacing: 1px;letter-spacing: 1.2px;line-height: 1.5; position: relative; }
    

#eventNodes .card-text h4::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #67baff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}


#sidebarDetails {
  height: calc(100% - 150px);
    overflow: auto;
    padding-right: 10px;
}

#timeline {
  position: relative;
}

#timelineIndicator {
  position: absolute;
  top: 50%;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
::-webkit-scrollbar {
  width: 5px;
  border-radius: 25px;
}
::-webkit-scrollbar-thumb {
  background: #0346cdba;
  border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0348cd;
}

#sidebarFileName {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }


@media (max-width: 1440px) {
  #pdf-container {
    overflow: auto;
    width: 660px !important;
    height: 100vh;
    margin: 0 auto;
    width: 100%;
  }
  #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 560px;
    height: 90%;
  }
}
@media (max-width: 1366px) {
  .input-file-box {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .uploadFiledata::before {
    background-color: #f1f6fb;
    content: "";
    max-width: 358px;
    height: 74px;
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px 0px 0px 10px;
    top: 0;
  }
}
@media (max-width: 1280px) {
  .groupUpload .uploadFiledata {
    padding: 5px;
  }
  .data-list li p {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .uploadFiledata::before {
    background-color: #f1f6fb;
    content: "";
    max-width: 358px;
    height: 69px;
    width: 95%;
    position: absolute;
    left: 0;
    border-radius: 10px 0px 0px 10px;
    top: 0;
  }
}
@media (max-width: 1280px) {
  .header-top {
    width: 80%;
  }
  .table-view {
    width: 80%;
  }
  .table-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1220px) {
  .header-top {
    width: 75%;
  }
  .table-view {
    width: 100%;
  }
  .right-content {
    max-width: 100%;
  }
  #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 517px;
    height: 90%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1220px) {
  .list-style-ul ul li {
    vertical-align: middle;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #53778e;
    width: 110px;
  }
  #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 463px;
    height: 90%;
  }
}
@media (max-width: 1200px) {
  .main-container {
    flex-direction: column;
  }
}
@media (max-width: 993px) {
  .right-wrapper {
    flex-direction: column;
  }
  .main-container {
    flex-direction: column;
  }
  .top-main-content {
    margin-top: 12px;
    margin-bottom: 40px;
  }
  .chart-div {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    height: 40vh;
  }
  .right-side-panel {
    width: 100%;
    padding: 20px;
  }
  .input-file-box {
    padding: 15px 0px;
    align-items: center;
    gap: 0;
  }
  .input-file-box {
    flex-direction: column;
  }
  .upload-data-1 {
    padding: 10px 9px;
    border-radius: 7px;
    border: 2px dashed #a5a5a5;
  }
  .left-side-data {
    background-color: #fff;
    width: 100%;
    animation-timing-function: ease-in-out;
    padding: 0px 26px;
    height: 100vh;
    justify-content: space-between;
  }
  .container {
    padding: 0;
  }
  .main-wrapper {
    display: flex;
    gap: 0px;
    text-align: center;
    flex-direction: column;
  }
  .ten-swits {
    width: 100%;
    margin-bottom: 20px;
    float: right;
  }
  .border-div {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .full-width-container .right-bottom {
    flex-direction: column;
    align-items: center;
  }
  .full-width-container .data-list table td {
    padding: 13px 20px;
    font-size: 14px;
  }
  .left-side-data {
    height: auto;
  }
  .full-width-container .right-bottom .bank-logo {
    font-size: 14px;
  }
  .full-width-container .right-bottom .signature {
    font-size: 14px;
  }
  .full-width-container .data-list table th {
    font-size: 14px;
  }
  .right-content {
    width: 100%;
    max-width: 100%;
  }
  .full-width-container .menu-icon {
    margin-bottom: 0;
  }
  #pdf-container {
    width: auto !important;
  }


  



  .right-button {
    justify-content: center;
  }
  .searchbox {
    padding-top: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .header-top {
    flex-direction: column;
    width: 100%;
  }
  .main-container {
    flex-direction: column;
    padding: 0px 0px;
  }
  .left-side-data {
    max-width: 100% !important;
  }
  .border-video {
    display: flex;
    justify-content: center;
  }
  .list-style-ul ul li {
    width: 152px;
  }
  .ten-swits {
    width: 100%;
    margin-bottom: 20px;
    float: right;
  }
  .border-div {
    margin-bottom: 20px;
  }
  .header-inner-text .positive {
    margin: 4px 4px;
  }
}
@media (max-width: 667px) {
  .table-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .uploadFiledata::before {
    background-color: #f1f6fb;
    content: "";
    max-width: 358px;
    height: 74px;
    width: 95%;
    position: absolute;
    left: 0;
    border-radius: 10px 0px 0px 10px;
    top: 0;
  }
  .left-side-data {
    background-color: #fff;
    max-width: 400px;
    padding: 0px 12px;
    transition: all 1s ease-out;
    justify-content: space-between;
    width: 100%;
  }
  .upload-data {
    width: auto;
  }
  .video-section-play-video ul {
    display: flex;
    gap: 3px;
    row-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
    padding: 20px 10px 10px 0px;
  }
  .groupUpload .uploadFiledata {
    padding: 12px;
  }
  .table-data {
    width: 100%;
  }
  .table-data tr td {
    padding: 6px;
    font-size: 14px;
  }
  .table-data tr th {
    padding: 6px;
    font-size: 14px;
  }
  #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 60%;
  }
  .main-container {
    flex-direction: column;
    padding: 0px 0px;
  }
  .left-side-data {
    max-width: 100% !important;
  }
  .border-video {
    display: flex;
    justify-content: center;
  }
  .list-style-ul ul li:first-child {
    width: 100px;
  }
  .list-style-ul ul li {
    width: 71px;
  }
  .ten-swits {
    width: 100%;
    margin-bottom: 20px;
    float: right;
  }
  .border-div {
    margin-bottom: 20px;
  }
  .header-inner-text .positive {
    margin: 4px 4px;
  }
}/*# sourceMappingURL=style.css.map */