@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Great+Vibes&display=swap");

/* Reset CSS  */
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
  display: inline;
}

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;
  margin-bottom: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: "Nunito", sans-serif; */
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  background: #f6f6f6;
}

/* Reset CSS  */

.innerLogo img {
  padding: 30px 0;
}

.pl-30 {
  padding-left: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.videoWithLogin {
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoWithLogin .login_left {
  flex: 0 0 50%;
  max-width: 50%;
}

.login_left video {
  width: 100%;
  height: 600px;
}

.videoWithLogin .login_right {
  flex: 0 0 50%;
  max-width: 50%;
  box-shadow: 0px 0px 30px #61616145;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 33px;
  opacity: 0.78;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
}

.videoWithLogin .login_right .loginWithMicrosoft {
  padding: 10px 30px;
  border: 2px solid #8993a4;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.videoWithLogin .login_right .loginWithMicrosoft:hover {
  background: #f6f6f6;
  border: 2px solid #8993a4;
}

.videoWithLogin .login_right img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.videoWithLogin .login_right a {
  font-size: 34px;
  font-size: 26px;
  color: #000000;
  text-decoration: none;
}

/* Multiple Page -------------------------- Style */
.forgetBtn {
  margin-top: 0;
}

.forgetBtn a {
  text-decoration: none;
}

.forgetInput {
  position: relative;
  width: 100%;
  padding: 0 25px;
}

.forgetInput svg {
  position: absolute;
  right: 13px;
  top: 20px;
  font-size: 19px;
  color: #999999;
  cursor: pointer;
}

.forgetPassBg {
  background: url(../img/Group\ 3462.png);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.forget_password_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.innerForgetPassword {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 450px;
  height: 500px;
  background: #ffffffd6;
  box-shadow: rgb(54 54 54 / 20%) 0px 7px 29px 0px;
  border-radius: 50px;
}

/* Index ---------------------------------- Style */
.headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  /* box-shadow: 1px 1px 9px #1193f1; */
}

.headerLeft {
  background: #00316b;
  border-top-right-radius: 61px;
  flex: 0 0 15%;
  max-width: 15%;
  padding: 12px 0;
}

.headerLeft a {
  display: block;
  text-align: center;
}

.headerLeft img {
  /* max-width: 100%; */
  max-width: 106px;
}

.headerMid {
  flex: 0 0 40%;
  max-width: 40%;
}

.tab-panels ul {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 0 0 35px;
}

.tab-panels ul li {
  color: #00316b;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0px;
}

.tab-panels ul li.active {
  color: #00316b;
  position: relative;
}

.headerRight {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: end;
  padding-right: 35px;
}

.menuBar svg {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: none;
}

.dropbtn {
  color: #00316b;
  background: #fff;
  padding: 7px 14px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  /* display: none;
  position: absolute; */
  background-color: #d4d4d4;
  min-width: 135px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 10px;
}

.dropdown-content .inner-dropdown-content {
  cursor: pointer;
  padding: 10px 10px;
}

.dropdown-content .inner-dropdown-content a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.dropdown-content .show {
  display: block !important;
}

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

.mainSection .sectionLeft {
  position: fixed;
  left: 0;
  /* top: 61px; */
  height: 100%;
  /* max-width: 15%; */
  max-width: 144px;
  padding-bottom: 95px;
  box-shadow: 0px 3px 6px #00316b4d;
  opacity: 1;
  background: #fff;
  border-top-right-radius: 25px;
  /* overflow: scroll; */
}

.inputHeading {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  padding: 0 20px;
}

.inputHeading h1 {
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
}

.inputHeading h2 {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
}

.inputHeading h2 span {
  font-size: 16px;
}

.inputHeading textarea {
  outline: none;
  padding: 5px;
  border: 1px solid #b9b8b8;
  width: 100%;
  margin-bottom: 20px;
}

.selectExp {
  margin-bottom: 20px;
}

.inputHeading input {
  outline: none;
  border: 1px solid #b9b8b8;
}

.inputHeading textarea:hover,
.inputHeading textarea:focus {
  outline: none;
}

.mainSection .sectionRight {
  /* flex: 0 0 85%; */
  flex: 0 0 100%;
  max-width: calc(100% - 145px);
  /* background: #f5f5ff; */
  /* padding: 0px 20px; */
  height: 100%;
  background: #fff;
}

.innerMaharashtra {
  margin-top: 10px;
  border: 1px solid #b9b8b8;
}

.input_with_icon_main,
.locationInformation,
.innerMaharashtra,
.noticePeriodContent,
.candidateStatusContent {
  display: none;
}

.input_with_icon_main.active,
.locationInformation.active,
.innerMaharashtra.active,
.noticePeriodContent.active,
.candidateStatusContent.active {
  display: block;
}

.inner_select_with_check label,
.location_withCheck_inner label {
  padding-left: 5px;
  font-weight: 600;
  font-size: 14px;
}

.inputWithIcon {
  border-bottom: 1px solid #b9b8b8;
  margin: 0 0 10px 0;
  padding: 5px 0;
  background: #fff;
  display: flex;
  align-items: center;
}

.innerMaharashtra .inputWithIcon {
  padding: 5px 0;
}

.inputWithIcon input {
  border: none;
  flex: 0 0 80%;
  max-width: 80%;
  font-size: 14px;
}

.inputWithIcon input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.inputWithIcon svg {
  font-size: 20px;
  color: #b9b8b8;
  flex: 0 0 20%;
  max-width: 20%;
}

.select_with_check .inner_select_with_check,
.innerMaharashtra .location_withCheck_inner,
.location_withCheck_main_2 .location_withCheck_inner {
  padding: 10px;
}

.innerMaharashtra .location_withCheck_inner label {
  font-size: 14px;
}

.location_withCheck_inner {
  padding: 10px 20px 10px 0;
}

.select_with_check .inner_select_with_check span {
  float: right;
  color: #5053a0;
  padding: 0 2px;
  font-weight: 500;
  background: #e7e9fe;
}

.location_withCheck_main_1 {
  display: flex;
  font-size: 18px;
}

.inputHeadingInner,
.locationHeadingInner,
.noticeperiod,
.candidateStatus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inputHeadingInner svg.toggle,
.locationHeadingInner svg.toggle,
.extraCss > svg.toggle,
.dropdown svg.toggle,
.noticeperiod svg.toggle,
.candidateStatus svg.toggle {
  transform: rotate(180deg);
}

.innerSelectExp select,
.innerSelectExp span {
  padding: 5px;
  font-size: 14px;
  outline: none;
}

.innerSelectExpDirect select,
.innerSelectExpDirect span,
.innerSelectExp span {
  padding: 5px;
  font-size: 14px;
  outline: none;
}

.innerSelectExp input[type="date"] {
  width: 100%;
}

.checkWithText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
}

.checkWithText input[type="checkbox"] {
  padding-right: 10px;
  /* accent-color: #8587f6; */
}

.checkWithText label {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}

.extraCss svg {
  float: right;
  margin-top: 5px;
}

/* .detaiilsTab {
  margin-top: 20px;
} */
.detaiilsTab .innerDetaiilsTabs {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detaiilsTab .innerDetaiilsTabs .imageSide {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}

.detaiilsTab .innerDetaiilsTabs .textSide {
  flex: 0 0 60%;
  max-width: 60%;
  /* padding-left: 25px; */
}

.detaiilsTab .innerDetaiilsTabs .textSide h1 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.detaiilsTab .innerDetaiilsTabs .textSide p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.detaiilsTab .leftDetaiilsTabs {
  background: #fff;
  width: 82px;
  height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 3px 20px #00316b42;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.detaiilsTab .leftDetaiilsTabs .imageSide .fa-users:before {
  width: 52.13px;
  height: 36.49px;
  color: #00316b;
}

.detaiilsTab .leftDetaiilsTabs .imageSide .fa-desktop:before {
  width: 52.13px;
  height: 36.49px;
  color: #00316b;
}

.detaiilsTab .leftDetaiilsTabs .imageSide .fa-users:before {
  width: 52.13px;
  height: 36.49px;
  color: #00316b;
}

.detaiilsTab .leftDetaiilsTabs .imageSide .fa-users:before {
  width: 52.13px;
  height: 36.49px;
  color: #00316b;
}

.detaiilsTab .leftDetaiilsTabs .textSide p {
  margin-top: 5px;
  font-size: 12px;
  color: #00316b;
}

.detaiilsTab .leftDetaiilsTabs.active {
  background: #00316b !important;
  position: relative;
}

.detaiilsTab .leftDetaiilsTabs.active p {
  color: #fff !important;
}

.detaiilsTab .leftDetaiilsTabs.active::after {
  content: " ";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-right: none;
  border-left: 13px solid #e30613;
  border-bottom: 8px solid transparent;
}

/* .detaiilsTab .settings-tab{
  position: relative;
  margin-top: 200px;
} */

.customer-id-align {
  position: relative;
  min-height: 240px;
  /* padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px; */
}

.customer-id-textfield {
  margin-top: 8px;
  border-radius: 11px;
  height: 36px;
}

.customer-id-textfield input {
  /* height: 45px; */
  font-size: 12px;
  border-bottom-left-radius: 11px;
  border-top-left-radius: 11px;
  border: 1px solid #8993a4;
  border-right: none;
  height: 36px;
}

.customer-id-textfield input:focus {
  box-shadow: none !important;
  border-color: unset !important;
}

.edit-customer-id-textfield {
  margin-top: 8px;
}

.edit-customer-id-textfield textarea {
  font-size: 14px;
  border-radius: 11px;
  border: 1px solid #8993a4;
  letter-spacing: 0px;
  color: #1d1d1f;
  resize: none;
  min-height: calc(7.5em + 2px);
}

.edit-customer-id-textfield textarea:focus {
  box-shadow: none !important;
  border-color: unset !important;
}

.incoming-id-textfield {
  margin-top: 8px;
  border-radius: 11px;
}

.incoming-id-textfield textarea {
  font-size: 16px;
  letter-spacing: 0px;
  color: #1d1d1f;
  resize: none;
}

.incoming-id-textfield textarea:focus {
  box-shadow: none !important;
  border-color: unset !important;
}

.customer-id-textfield textarea {
  font-size: 14px;
  letter-spacing: 0px;
  color: #1d1d1f;
  resize: none;
}

.customer-id-textfield textarea:focus {
  box-shadow: none !important;
  border-color: unset !important;
}

.outgoing-id-textfield {
  margin-top: 8px;
  border-radius: 11px;
}

.outgoing-id-textfield textarea {
  font-size: 16px;
  letter-spacing: 0px;
  color: #1d1d1f;
  resize: none;
  border: 1px solid #707070;
}

.outgoing-id-textfield textarea:focus {
  box-shadow: none !important;
  border-color: #707070 !important;
}

.customer-id-label {
  font-size: 14px;
  color: #00316b;
}

.customer-id-icon {
  background-color: #f6f6f6;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0 12px;
  height: 40px;
  border: 1px solid #8993a4;
  border-left: none;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  height: 36px;
}

.customer-id-icon img {
  max-width: 20px;
}

.customer-id-label .required {
  color: #e30613;
}

.customer-id-align .btn-add-cust {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  background-color: #07b659;
  font-size: 19px;
  color: #ffffff;
  font-weight: 600;
}

.customer-id-align .btn-cancel-cust {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  font-size: 19px;
  color: #00316b;
  border: 1px solid #00316b;
  font-weight: 600;
}

.customer-id-align .btn-add-cust:focus,
.customer-id-align .btn-cancel-cust:focus {
  box-shadow: none !important;
}

.customer-id-align .btn-add-cust:hover {
  background-color: #07b659;
  color: #ffffff;
}

.customer-id-align .btn-cancel-cust:hover {
  color: #00316b;
  border: 1px solid #00316b;
}

.mainSection .sectionRight .table-align {
  margin: 25px 0px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 22px;
}

.mainSection .sectionRight .table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #fff !important;
}

.mainSection .sectionRight .table-heading {
  padding: 18px 30px;
  color: #00316b;
  background: #f6f6f6;
  font-weight: 600;
}

.mainSection .sectionRight .table thead th {
  background-color: #f6f6f6;
  color: #00316b;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  border: none;
  text-align: center;
}

.mainSection .sectionRight .table thead th:nth-child(1) {
  border-top-left-radius: 22px;
}

.mainSection .sectionRight .table thead th:last-child {
  border-top-right-radius: 22px;
}

.mainSection .sectionRight .table td,
.table th {
  font-size: 15px;
  line-height: 20px;
  color: #363636;
  text-align: center;
  vertical-align: middle;
  border: none;
  padding: 13px 0 12px;
}

.mainSection .sectionRight .table tr {
  border-bottom: 1px solid #f6f6f6;
}

.mainSection .sectionRight .table tr:last-child {
  border-bottom: none;
}

.mainSection .sectionRight .customer-details {
  padding: 40px 120px;
  font-size: 16px;
  font-weight: 600;
}

.mainSection .sectionRight .customer-details .cust-list-group {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #00316b;
}

.mainSection .sectionRight .search-field {
  width: 100%;
  border: 1px solid #00316b;
  border-radius: 5px;
}

.mainSection .sectionRight .search-field .form-control {
  border-right: none;
}

.mainSection .sectionRight .search-cust-icon {
  background: #ffffff;
  color: #00316b;
}

.mainSection .sectionRight .btn-filter-cust {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  font-size: 15px;
  line-height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #00316b;
  opacity: 50%;
  border: 1px solid #00316b;
  height: 45px;
  margin-top: 8px;
}

.mainSection .sectionRight .in-prog-status {
  color: #ffb710 !important;
}

.mainSection .sectionRight .complete-status {
  color: #07b85a !important;
}

.mainSection .sectionRight .app-pend-status {
  color: #59c2ef !important;
}

.mainSection .sectionRight .btn-view-action-table {
  background: #009fe3;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
}

.mainSection .sectionRight .outcome-heading-align span {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.mainSection .sectionRight .pagination {
  display: flex;
  justify-content: end;
  align-items: center;
}

.mainSection .sectionRight .pagination .page-link {
  border: none;
  color: #00316b;
  font-weight: 600;
}

.leftDetaiilsTabs.active .sectionLeft-svg {
  fill: #ffffff;
}

.leftDetaiilsTabs:hover {
  background: #00316b;
  color: #fff;
}

.leftDetaiilsTabs:hover .textSide p {
  color: #fff;
}

.leftDetaiilsTabs:hover .sectionLeft-svg {
  fill: #ffffff;
}

/* My css */
.filterTab {
  display: flex;
}

.filterTab .firstHalf {
  flex: 0 0 40%;
  max-width: 40%;
}

.filterTab .secondHalf {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.filterTab .leftDIv {
  display: flex;
  align-items: center;
}

.filterTab .leftDIv label,
.midDIv label {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

.midDIv select {
  padding: 2px 10px;
  outline: none;
  border: 1px solid #9a9a9a;
}

.filterTab .leftDIv svg {
  font-size: 30px;
  cursor: pointer;
}

.rightDIv {
  padding: 0 20px;
}

.rightDIv span {
  background: #fff;
  padding: 5px;
  border: 1px solid #a6a5a5;
  border-radius: 10px;
}

.rightDIv svg {
  margin: 0 5px;
  font-size: 18px;
  cursor: pointer;
}

.width-100 {
  width: 100%;
}

/* Right Bar */
.selectAllBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px;
}

.selectAllBar .innerSelectLeft {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  align-items: center;
}

.selectAllBar .innerSelectLeft .selectAllSect label {
  padding-left: 5px;
  color: #8b95a5;
  font-size: 18px;
}

.midEmailSect {
  padding: 0 35px;
  display: flex;
}

.midEmailSect span {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 25px;
}

.midEmailSect svg {
  font-size: 30px;
  opacity: 0.5;
}

.midEmailSect label {
  padding: 0 10px 0 5px;
  font-size: 18px;
  color: #8b95a5;
}

.selectAllBar .innerSelectRight {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.innerSelectRight span {
  color: #8b95a5;
}

.innerSelectRight select {
  border: none;
  outline: none;
  color: #8b95a5;
}

.signIn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  background: url(../img/pageBg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.signIn .signInBox {
  position: relative;
  max-width: 440px;
  width: calc(100% - 40px);
  padding: 44px;
  margin-bottom: 28px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  min-width: 320px;
  /* min-height: 338px; */
  overflow: hidden;
}

.signIn .signInBox .signInHead h1 {
  color: #1b1b1b;
  line-height: 1.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 12px;
}

.signIn .signInBox .signInInput input {
  padding: 6px 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  height: 36px;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  padding-left: 0;
}

.signIn .signInBox .signInInput input::placeholder {
  opacity: 0.8;
}

.signIn .signInBox .signInInput input:focus,
.signIn .signInBox .signInInput input:hover {
  outline: none;
  box-shadow: none;
}

.signIn .signInBox .signInText {
  margin: 16px 0;
}

.signIn .signInBox .signInText p {
  font-size: 14px;
}

.signIn .signInBox .signInText a {
  font-size: 14px;
  text-decoration: none;
  margin-right: 2px;
}

.signIn .signInBox .signInText p a {
  font-size: 14px;
  text-decoration: none;
}

.signIn .signInBox .btnDuv {
  text-align: right;
}

.signIn .signInBox .btnDuv a {
  color: #fff;
  border-color: #0067b8;
  background-color: #0067b8;
  outline: none;
  padding: 6px 35px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  touch-action: manipulation;
}

.signIn .extraDiv {
  box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  background: #fff;
  max-width: 440px;
  width: calc(100% - 40px);
  padding: 8px 44px;
  cursor: pointer;
}

.signIn .extraDiv img {
  width: 38px;
  height: 38px;
}

.signIn .extraDiv span {
  font-size: 15px;
}

.signIn .extraDiv:hover {
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.1);
}

/* CheckBox CSS */
.checkbox-container {
  display: flex;
  align-items: center;
}

.select_with_check .checkbox-container {
  justify-content: space-between;
}

.checkbox-container label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkbox-container input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkbox-container label::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0.15em;
  margin-right: 0.5em;
  border: 0.05em solid black;
}

.checkbox-container input[type="checkbox"]:checked + label::before {
  content: "\002714";
  background: linear-gradient(#1472d2, #7f1ccc);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/* CheckBox CSS */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  /* background: #ffffff99 url(../img/Loader.gif) no-repeat center center; */
  /* z-index: 100; */
}

/* Swapnil css */
.cust_id_rw,
.cust_name_rw,
.cust_name_org {
  border: 1px solid #00316b;
  background: #f6f6f6;
}

.cust_id_rw {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.cust_name_rw {
  border-top: none;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

/* .cust_name_org{
  border-top: none;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
} */

.cust_id_rw span,
.cust_name_rw span,
.cust_name_org span {
  display: inline-block;
  padding: 15px 30px;
}

.cust_id_rw span:nth-child(1),
.cust_name_rw span:nth-child(1),
.cust_name_org span:nth-child(1) {
  width: 210px;
  font-weight: 600;
  font-size: 17px;
  color: #00316b;
}

.customer_info {
  border: 1px solid #f6f6f6;
}

.action_icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.action_icons span {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action_icons span:nth-child(1) {
  padding-right: 8px;
  position: relative;
}

.action_icons span:nth-child(1)::after,
.actions_icons_completed span:nth-child(1)::after {
  content: "";
  position: absolute;
  height: 26px;
  width: 1px;
  background: #00316b;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: block;
}

.action_icons span:nth-child(2) {
  padding-left: 8px;
}

.action_icons span:nth-child(3) {
  padding-left: 4px;
}

#incomingTable .MuiPaper-elevation2.MuiPaper-rounded {
  box-shadow: none;
  margin-top: -51px;
}

#incomingTable table thead tr th:nth-child(1) {
  border-top-left-radius: 11px;
}

#incomingTable table thead tr th:last-child {
  border-top-right-radius: 11px;
}

#incomingTable > div:nth-child(2) > div > div:nth-child(2) {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

#incomingTable table thead tr th {
  background: #f6f6f6;
  font-size: 12px;
  color: #00316b;
  font-weight: 600;
  text-align: center !important;
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}

#incomingTable table thead tr th .MuiTableSortLabel-icon {
  display: block;
  position: absolute;
  right: -22px;
}

#incomingTable table tr td {
  color: #363636 !important;
  font-size: 12px !important;
  text-align: center;
}

#incomingTable table tr td:last-child {
  text-align: left;
}

#incomingTable .action_iconsCust {
  display: block;
  min-width: 52px;
  margin: 0 auto;
}

#incomingTable .action_iconsCust span,
#outgoingTable .action_iconsCust span,
#customerTable .action_iconsCust span {
  cursor: pointer;
}

/* #incomingTable table tr td:last-child{
  text-align: left;
} */
#incomingTable .action_iconsCust span,
#incomingTable .action_iconsCust span img {
  display: inline-block;
}

#incomingTable .action_iconsCust span:nth-child(1) {
  padding-right: 8px;
  position: relative;
}

#incomingTable .action_iconsCust span:nth-child(2) {
  padding-left: 8px;
}

#incomingTable .incoming-table-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 135px;
}

.dashboard_logo {
  // background: #003463;
  border-top-right-radius: 25px;
  padding: 12px 0 !important;
  text-align: center;
  margin-bottom: 35px;
}

.mainSection .sectionRight .transfer-tab {
  position: relative;
}

.mainSection .sectionRight .transfer-tab .transfer-tab-one {
  position: absolute;
  top: -42px;
  left: 5px;
  width: 160px;
  height: 43px;
  background: #00316b;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top-right-radius: 10px;
}

/* .mainSection .sectionRight .transfer-tab .transfer-tab-one::after{
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  right: 5px;
  top: 4px;

} */

.mainSection .sectionRight .transfer-tab .transfer-tab-one svg {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.mainSection .sectionRight .inner_dashboard_header {
  height: 51px;
  display: flex;
  align-items: center;
  background: #eeeeee;
}

.mainSection .sectionRight .inner_dashboard_header .title {
  color: #00316b;
  font-size: 16px;
}

.mainSection .sectionRight .inner_dashboard_main_header {
  height: 61px;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.mainSection .sectionRight .inner_dashboard_main_header .title {
  color: #00316b;
  font-size: 16px;
}

.inner_dashboard_content {
  height: calc(100vh - 61px);
  overflow-y: auto;
}

.inner_dashboard_content .btn-refresh-status {
  background-color: #ff9e66;
  color: #ffffff;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 15px;
  border-radius: 10px;
  gap: 10px;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
}

.inner_dashboard_content .btn-refresh-status:hover {
  background-color: #ff9e66;
  color: #ffffff;
  box-shadow: 0px 3px 20px #00316b42;
}

.inner_dashboard_content .btn-refresh-status svg {
  fill: #fff;
}

.inner_dashboard_content .btn-refresh-status:hover svg {
  /* fill: #ff9e66; */
  fill: #ffff;
}

.inner_dashboard_content .btn-refresh-status:focus {
  box-shadow: none !important;
}

.inner_dashboard_content .btn-refresh-status:disabled {
  opacity: 0.5;
}

.file_points {
  gap: 12px;

  display: flex;
  justify-content: space-between;
  position: relative;
}

.file_points::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border: 1px dashed #00316b;
  opacity: 0.5;
  top: 63%;
  transform: translateY(-50%);
  z-index: 0;
}

.start_point_block p,
.end_point_block p {
  color: #00316b;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.end_point_block span p {
  margin-bottom: 0;
}

.end_point_block {
  position: relative;
}

.point_box {
  display: flex;
  flex-direction: column;
  background: #e5f5fc;
  /* width: 88px;
  height: 65px; */
  width: 130px;
  height: 70px;
  border-radius: 11px;
  box-shadow: 1px 1px 8px #00000029;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.point_box span,
.point_box span p {
  /* overflow-wrap: anywhere; */
  margin-bottom: 0px !important;
  font-size: 16px;
  color: #00316b;
  text-align: center;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  /* height: 100%;
  line-height: 50px; */
  text-overflow: ellipsis;
}

.point_box span {
  height: 15px;
  line-height: 15px;
}

.customer_box {
  background: #e5f5fc;
  /* width: 88px;
  height: 65px; */
  width: 130px;
  height: 70px;
  border-radius: 11px;
  box-shadow: 1px 1px 8px #00000029;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.customer_box span,
.customer_box span p {
  font-size: 12px;
  color: #00316b;
  text-align: center;
  opacity: 1;
}

.orange_arrow_circle {
  background: #ffb710;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.orange_arrow_circle svg {
  color: #fff;
}

.file_complete_stages {
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
  height: 100%;
  min-height: 180px;
  cursor: pointer;
}

.file_complete_stages::-webkit-scrollbar {
  height: 10px;
  background: #d4d4d4;
  padding: 3px;
  border-radius: 100px;
}

.file_complete_stages::-webkit-scrollbar-track {
  background: #d4d4d4;
  height: 10px;
  padding: 3px;
  border-radius: 10px;
}

.file_complete_stages::-webkit-scrollbar-thumb {
  background: #fff;
  height: 3px;
  border-radius: 10px;
  border: 2px solid #d4d4d4;
}

.stage {
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  height: 120px;
  position: relative;
  opacity: 0.5;
}

.stage.activeStage {
  opacity: 1;
}

.stage:not(:nth-child(1))::after {
  content: "";
  position: absolute;
  width: 100%;
  left: -43%;
  top: 43%;
  transform: translateY(-50%);
  border: 1px dashed #07b85a;
  display: block;
  z-index: 0;
}

.stage .stage_date {
  font-size: 11px;
  color: #00316b;
}

.stage .stage_name {
  font-size: 13px;
  color: #00316b;
  font-weight: 600;
  display: inline-block;
  width: 60%;
}

.tick_stage {
  width: 30px;
  height: 30px;
  /* background: #07b85a; */
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  position: relative;
  z-index: 1;
}

.tick_stage svg {
  color: #fff;
}

.top-heading-profile {
  text-align: end;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 20px;
}

/* Login page CSS */
.login_area {
  height: 100vh;
  background-image: url("images/login_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login_area .login_header {
  padding: 17px 18px;
  background: #fff;
}

.login_area .login_main_content {
  height: calc(100vh - 68px);
  /* background: #ffffff; */
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.login_area .login_main_content .login_box {
  width: 474px;
  max-width: 90%;
  padding: 25px 30px 15px;
  border-radius: 10px;
  background: #fff;
}

.login_area .login_main_content .login_box h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.login_area .login_main_content .login_box .form-element {
  position: relative;
  margin-bottom: 15px;
}

.login_area .login_main_content .login_box .form-element svg,
.user-icon-w-star {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.login_area .login_main_content .login_box .form-element input {
  padding-left: 45px;
  font-size: 16px;
  height: 45px;
}

.login_area .login_main_content .login_box .form-element .showHidePass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.login_area .login_main_content .login_box .form-element .showHidePass svg {
  left: -15px;
}

.login_area .login_main_content .login_box .form-element .btn-info {
  width: 100%;
  background: #009fe3;
  color: #fff;
  height: 45px;
}

.login_area .login_main_content .login_box .form-element input:focus,
.login_area .login_main_content .login_box .form-element .btn-info:focus {
  box-shadow: none;
}

/* Change Password page CSS */
.login_change_area {
  /* height: 100vh; */
  /* background-image: url('images/login_bg.png'); */
  background: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login_change_area .login_header {
  padding: 17px 18px;
  background: #fff;
}

.login_change_area .login_main_content {
  /* height: calc(100vh - 68px); */
  height: calc(100vh - 125px);
  /* background: #ffffff; */
  background-size: cover;
  background-position: center;
  display: block; /* Changed from flex */
  padding-left: 30px; /* Added to align with header */
}

.login_change_area .login_main_content .login_box {
  width: 474px;
  max-width: 100%;
  padding: 0px 30px;
  border-radius: 10px;
  margin: 0 auto 80px 0;
}

.login_change_area .login_main_content .login_box h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.login_change_area .login_main_content .login_box .form-element {
  position: relative;
  margin-bottom: 15px;
}

.login_change_area .login_main_content .login_box .form-element svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.login_change_area .login_main_content .login_box .form-element input {
  padding-left: 45px;
  font-size: 14px;
  height: 45px;
}

.login_change_area .login_main_content .login_box .form-element .showHidePass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.login_change_area
  .login_main_content
  .login_box
  .form-element
  .showHidePass
  svg {
  left: -15px;
}

.login_change_area .login_main_content .login_box .form-element .btn-info {
  width: 100%;
  background: #009fe3;
  color: #fff;
  height: 45px;
}

.login_change_area .login_main_content .login_box .form-element input:focus,
.login_change_area
  .login_main_content
  .login_box
  .form-element
  .btn-info:focus {
  box-shadow: none;
}

.outcoming_dashboard_content {
  height: calc(100vh - 136px);
}

.outcoming_header,
.outcome-heading-align button {
  display: flex;
  align-items: center;
}

.outcome-heading-align button {
  border: none;
  background: transparent;
}

.outcome-heading-align button img {
  margin-top: 1px;
}

.outcome-heading-align button:disabled,
.outcome-heading-align button[disabled] {
  color: #666666;
  opacity: 0.5;
}

.outcome-heading-align {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.outcoming_header {
  padding-left: 30px !important;
}

.outcome-heading-align:not(:last-child) {
  padding-right: 35px;
}

.outcome-heading-align span {
  margin-left: 7px;
  color: #00316b;
  font-weight: 400;
}

.search_box_btn {
  background: transparent;
}

.search_box_btn img {
  max-width: 70%;
}

.err-text {
  color: red;
  text-align: center;
  margin: 10px;
  font-size: 12px;
}

.pwd-eye-icon {
  cursor: pointer;
}

.mainSection .sectionRight .remove-file-cust {
  margin: 5px 0px 0px 0px;
}

.outgoing-start-point .remove-file-action,
.outgoing-end-point .remove-file-cust {
  position: absolute;
  bottom: -40px;
}

.mainSection .sectionRight .remove-file-action {
  margin: 5px 0px 0px 17px;
}

.log-bt__Container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 13px;
}

.log-bt__Container .sign-in-checkbox > span {
  margin: 7px 1px 10px 0px;
  padding: 0px;
}

.log-bt__Container .sign-in-checkbox > svg {
  color: #009fe3;
}

/* outcoming dropdown */
#basic-menu > div:nth-child(3) > ul {
  padding: 5px 10px;
}

.logoutBtn {
  color: #00316b !important;
  background: transparent !important;
}

.logoutBtn i {
  margin-right: 8px;
}

/* TEXTAREA DISABLED CSS*/
.disabled-textarea {
  margin-top: 35px;
}

.disabled-textarea .form-control:disabled {
  /* opacity: 0.5; */
}

.transfer-tabs {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}

.transfer-tabs::-webkit-scrollbar {
  height: 10px;
  background: #d4d4d4;
  padding: 3px;
  border-radius: 100px;
}

.transfer-tabs::-webkit-scrollbar-track {
  background: #d4d4d4;
  height: 10px;
  padding: 3px;
  border-radius: 10px;
}

.transfer-tabs::-webkit-scrollbar-thumb {
  background: #fff;
  height: 3px;
  border-radius: 10px;
  border: 2px solid #d4d4d4;
}

.transfer-tab-txt {
  padding: 10px;
  color: #fff;
  background: #003463;
  opacity: 0.5;
  position: relative;
  border-top-right-radius: 10px;
  margin-right: 5px;
  width: 195px;
  cursor: pointer;
}

.transfer-tab-txt.active {
  background-color: #003463;
  opacity: 1;
}

.transfer-tab-txt button {
  background: transparent;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 5px;
  border: none;
}

.transfer-tab-txt svg {
  font-size: 14px;
}

.transfer-tab-txt span {
  font-size: 14px;
  margin-left: 5px;
}

.stepByStep svg {
  color: #999 !important;
  fill: #999 !important;
  opacity: 0.5;
}

.stepByStep svg text {
  visibility: hidden;
}

.stepByStep svg.Mui-active {
  color: #ffb710 !important;
  fill: #ffb710 !important;
  opacity: 0.5;
}

.stepByStep svg.Mui-completed {
  color: #07b85a !important;
  fill: #07b85a !important;
  opacity: 1;
}

.stepByStep span {
  font-size: 13px;
}

.stepByStep > span > span {
  background: #fff;
  z-index: 1;
}

.stepByStep svg.Mui-error {
  color: #d00a1a !important;
  fill: #d00a1a !important;
}

.stepByStep > span.Mui-error > span:nth-child(2) > span:nth-child(1) {
  color: #00000099 !important;
}

.stepByStep > span.Mui-error > span:nth-child(2) > span:nth-child(2) {
  line-height: normal;
  margin-top: 5px;
  display: inline-block;
}

.stepByStep > span:nth-child(1) > span:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 50%;
}

.Mui-completed.stepByStep > span:nth-child(1) > span:nth-child(1)::before {
  display: none;
}

.stepByStep > span.Mui-error:nth-child(1) > span:nth-child(1)::before {
  display: none;
}

#outgoingTable {
  position: relative;
}

#outgoingTable .MuiPaper-elevation2.MuiPaper-rounded {
  box-shadow: none;
  margin-top: -51px;
}

#outgoingTable table thead tr th:nth-child(1) {
  border-top-left-radius: 11px;
}

#outgoingTable table thead tr th:last-child {
  border-top-right-radius: 11px;
}

#outgoingTable .MuiPaper-elevation2.MuiPaper-rounded div:nth-child(2) {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

#outgoingTable table thead tr th {
  background: #f6f6f6;
  font-size: 12px;
  color: #00316b;
  font-weight: 600;
  text-align: center !important;
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}

#outgoingTable table thead tr th .MuiTableSortLabel-icon {
  display: block;
  position: absolute;
  right: -22px;
}

#outgoingTable table tr td {
  color: #363636 !important;
  font-size: 12px !important;
  text-align: center;
}

#outgoingTable table tr td .outgoing-table-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 135px;
}

.MuiStepConnector-line.MuiStepConnector-lineHorizontal {
  border-style: dashed !important;
}

.file_complete_stages > div > div {
  position: relative;
}

.file_complete_stages > div > div > div:nth-child(even) {
  width: 80%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.incoming_file_stages,
.outgoing_file_stages {
  height: 83%;
  cursor: default;
}

.incoming_file_stages {
  height: 84%;
}

.incoming_file_stages > div > div > div:nth-child(even) {
  transform: translateX(-25%);
}

.outgoing_file_stages > div > div > div:nth-child(even) {
  transform: translateX(-13.5%);
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 99999;
}

.main-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

#basic-menu > div:nth-child(3) {
  right: 15px;
  width: 155px;
  /* right: 25px;
  width: 130px; */
  top: 53px !important;
  left: unset !important;
  border-radius: 20px;
}

#lock-menu > div:nth-child(3) > ul {
  padding: 0;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-cust-field {
  padding: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-add-cust-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 8px 8px;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-add-cust-field > button {
  height: 28px;
  font-size: 12px;
  background: #07b85a;
  color: #fff;
  padding-top: 4px;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-add-cust-field > span {
  font-size: 12px;
  color: #707070;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-cust-field > button,
#lock-menu > div:nth-child(3) > ul > div > div.input-cust-field > input {
  height: 28px;
  font-size: 12px;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-error-cust-field {
  font-size: 12px;
  padding: 0px 8px 8px 8px;
  color: #e30613;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-error-padd-cust-field {
  padding: 0px;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-cust-field > input {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 0 5px;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-cust-field > input:focus {
  outline: none;
  box-shadow: none;
}

#lock-menu > div:nth-child(3) > ul > div > div.input-cust-field > button {
  padding: 0;
  background: #008bc9;
  color: #fff;
  width: 52px;
  margin-left: 5px;
}

#lock-menu
  > div:nth-child(3)
  > ul
  > div
  > div.customer_listing
  > .customer-dropdown-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px;
  background: #e5f5fc;
}

.outgoing-customer-table {
  height: 132px;
  overflow-y: auto;
}

.outgoing-customer-table::-webkit-scrollbar {
  width: 3px;
}

.outgoing-customer-table::-webkit-scrollbar-track {
  background: #f6f6f6;
}

.outgoing-customer-table::-webkit-scrollbar-thumb {
  background: #999;
}

.outgoing-customer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e5f5fc;
}

#lock-menu
  > div:nth-child(3)
  > ul
  > div
  > div.customer_listing
  > .customer-dropdown-heading
  > div:nth-child(1),
.outgoing-customer-row > div:nth-child(1) {
  flex: 0 0 15%;
  max-width: 15%;
}

#lock-menu > div:nth-child(3) {
  transform: translateX(-80px) !important;
}

.outgoing-customer-row > div:nth-child(1) input {
  /* border: 1px solid #008BC9;
  outline: 1px solid #008BC9;
  border-radius: 100%; */
  cursor: pointer;
}

#lock-menu
  > div:nth-child(3)
  > ul
  > div
  > div.customer_listing
  > .customer-dropdown-heading
  > div:nth-child(2),
#lock-menu
  > div:nth-child(3)
  > ul
  > div
  > div.customer_listing
  > .customer-dropdown-heading
  > div:nth-child(3),
.outgoing-customer-row > div:nth-child(2),
.outgoing-customer-row > div:nth-child(3) {
  font-size: 12px;
  flex: 0 0 35%;
  max-width: 35%;
  color: #707070;
}

#lock-menu
  > div:nth-child(3)
  > ul
  > div
  > div.customer_listing
  > .customer-dropdown-heading
  > div:nth-child(2),
.outgoing-customer-row > div:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
  color: #707070;
}

.cust-btn-group {
  padding: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.cust-btn-group .close-btn {
  width: 47px;
  height: 26px;
  border: 1px solid #008bc9;
  outline: none;
  box-shadow: none;
  font-size: 12px;
  border-radius: 5px;
  background: #fff;
  color: #008bc9;
}

.cust-btn-group .next-btn {
  width: 47px;
  height: 26px;
  border: 1px solid #008bc9;
  font-size: 12px;
  border-radius: 5px;
  background: #008bc9;
  color: #fff;
}

.cust-btn-group .close-btn:focus,
.cust-btn-group .next-btn:focus {
  box-shadow: none;
  outline: none;
}

.inner_dashboard_header {
  position: relative;
}

.inner_dashboard_header > div > div.dropdown {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#basic-button {
  background: #fff;
  border-radius: 20px;
  font-size: 14px !important;
  padding: 6px 10px;
  color: #00316b;
  box-shadow: 0px 3px 6px #00000029;
  font-weight: 400;
  text-transform: capitalize;
  width: 155px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.logoutBtn {
  color: #00316b !important;
  /* justify-content: center !important; */
  border-radius: 20px !important;
  padding: 8px 0px !important;
  /* box-shadow: 0px 3px 6px #00000029; */
  width: 100%;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  font-size: 13px !important;
}

.logoutBtn svg {
  margin-right: 5px;
}

#customermodal {
  padding: 0px !important;
  border-radius: 10px !important;
}

#customermodal .modals-header {
  padding: 20px 0px;
  background-color: #efefef;
  text-align: center;
}

#customermodal .modals-header .heading {
  color: #00316b;
  font-weight: 600;
  font-size: 21px;
}

#customermodal .modals-section {
  padding: 20px 50px;
}

#customermodal .modals-section .whitefullbox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 25px;
}

#confirmDialog {
  border-radius: 10px !important;
  padding: 25px 90px !important;
  line-height: 2rem;
  max-width: 95%;
}

#confirmDialog .confirm-heading {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  /* text-transform: uppercase; */
  /* text-transform: capitalize; */
}

#confirmDialog .confirmbtn {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#confirmDialog .confirmbtn .btn-yes {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  background-color: #00316b;
  font-size: 19px;
  color: #ffffff;
  border: none;
  height: 40px;
  font-weight: 600;
}

#confirmDialog .confirmbtn .btn-no {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  color: #00316b;
  border: 2px solid #00316b;
  font-size: 19px;
  background-color: #ffffff;
  height: 40px;
  font-weight: 600;
}

#incomingTable table tr .MuiTableCell-footer,
#customerTable table tr .MuiTableCell-footer,
#algoTable table tr .MuiTableCell-footer,
#outgoingTable table tr .MuiTableCell-footer {
  border-bottom: none;
}

#incomingTable table,
#customerTable table,
#algoTable table,
#outgoingTable table {
  /* box-shadow: 1px ; */
}

#customerTable .MuiPaper-elevation2.MuiPaper-rounded {
  box-shadow: none;
}

#customerTable table thead tr th:nth-child(1) {
  border-top-left-radius: 11px;
}

#customerTable table thead tr th:last-child {
  border-top-right-radius: 11px;
}

#customerTable > div > div:nth-child(2) {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

#customerTable table thead tr th {
  background: #f6f6f6;
  font-size: 12px;
  color: #00316b;
  font-weight: 600;
  text-align: center !important;
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
}

#customerTable table thead tr th .MuiTableSortLabel-icon {
  display: none;
}

#customerTable table tr td {
  color: #000000 !important;
  font-size: 12px !important;
  text-align: center;
}

.file_complete_stages > div > div > div {
  position: relative;
  top: 40px;
}

.file_complete_stages > div > div > div > span.timeStamp {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 500 !important;
}

.file_complete_stages .progress_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  min-height: 180px;
  overflow-x: auto;
}

.file_complete_stages .progress_flex .stepByStep {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.file_complete_stages .progress_flex::-webkit-scrollbar {
  height: 10px;
  background: #d4d4d4;
  padding: 3px;
  border-radius: 100px;
}

.file_complete_stages .progress_flex::-webkit-scrollbar-track {
  background: #d4d4d4;
  height: 10px;
  padding: 3px;
  border-radius: 10px;
}

.file_complete_stages .progress_flex::-webkit-scrollbar-thumb {
  background: #fff;
  height: 3px;
  border-radius: 10px;
  border: 2px solid #d4d4d4;
}

.filter-buttons {
  position: relative;
}

#demoFilter,
#demoFilter-ref-trans,
#demoQuarter {
  position: absolute;
  top: 45px;
  z-index: 99;
  width: 300px;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

#demoFilter .status-select__control--is-focused,
#demoSort .status-select__control--is-focused {
  box-shadow: none !important;
  border: 1px solid #cccccc !important;
}

.ref-filter-btn,
.quarter-filter-btn,
.ref-sort-btn {
  position: relative;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid #888;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}

#demoSort,
#demoFilter-ref-trans,
#demoQuarter {
  position: absolute;
  top: 45px;
  /* left: 80px; */
  z-index: 999;
  width: 300px;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.ref-sort-btn,
.quarter-filter-btn,
.ref-sort-btn {
  position: relative;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid #888;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}

/* Filter Css */

#demoFilter .label_date_title {
  font-size: 16px !important;
  font-weight: 600;
}

#demoFilter label {
  font-size: 14px;
  margin: 8px 0px;
  font-weight: 600;
}

#demoFilter .react-datepicker__input-container {
  position: relative;
}

#demoFilter .fa-calendar {
  position: absolute;
  top: 12px;
  left: 8px;
  color: #00316b;
}

#demoFilter input {
  width: inherit;
  padding: 10px 10px 10px 27px;
  border: 1px solid #b1c0d1;
  border-radius: 10px;
  font-size: 14px;
}

#demoFilter input:focus-visible {
  outline: none !important;
}

#demoFilter .status-select__value-container {
  padding: 0px 5px;
  font-size: 14px;
}

#demoFilter .status-select__value-container:focus {
  box-shadow: none;
  outline: none;
}

#demoFilter .css-1hb7zxy-IndicatorsContainer {
  display: -webkit-box;
}

#demoFilter .status-select__option {
  /* border-bottom: 1px solid #00316b; */
  border-bottom: 1px solid #bbb;
  color: #00316b;
  background-color: #ffffff;
  font-size: 14px;
}

#demoFilter .status-select__option:hover {
  cursor: pointer;
  color: #ffffff !important;
  background-color: #00316b !important;
}

#demoFilter .status-select__option:active {
  color: #ffffff !important;
  background-color: #00316b !important;
}

#demoFilter .status-select__option:last-child {
  border-bottom: unset !important;
}

#demoFilter .filter-btn-container {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 10px 0px;
}

#demoFilter .filter-btn-container .btn-apply-css {
  background-color: #00316b;
  color: #ffffff;
  padding: 0px 25px;
  border-radius: 10px;
  border-color: transparent;
  font-size: 13px;
  height: 35px;
}

#demoFilter .filter-btn-container .btn-reset-css {
  color: #00316b;
  border: 1px solid #00316b;
  background-color: #ffffff;
  padding: 6px 25px;
  border-radius: 10px;
  font-size: 14px;
}

#demoFilter .status-select__control .status-select__single-value {
  text-overflow: unset;
  overflow: unset;
}

/* Sort Css */

#demoSort label {
  font-size: 14px;
  margin: 8px 0px;
}

#demoSort .css-1hb7zxy-IndicatorsContainer {
  display: -webkit-box;
}

#demoSort .status-select__option {
  border-bottom: 1px solid #00316b;
  color: #00316b;
  background-color: #ffffff;
}

#demoSort .status-select__option:hover {
  cursor: pointer;
  color: #ffffff !important;
  background-color: #00316b !important;
}

#demoSort .status-select__option:active {
  color: #ffffff !important;
  background-color: #00316b !important;
}

#demoSort .status-select__option:nth-child(1) {
  border-bottom: 1px solid #00316b;
}

#demoSort .status-select__option:last-child {
  border-bottom: unset !important;
}

#demoSort .filter-btn-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0px;
}

#demoSort .filter-btn-container .btn-apply-css {
  background-color: #00316b;
  color: #ffffff;
  padding: 6px 25px;
  border-radius: 10px;
  font-size: 14px;
}

#demoSort .filter-btn-container .btn-reset-css {
  color: #00316b;
  border: 1px solid #00316b;
  background-color: #ffffff;
  padding: 6px 25px;
  border-radius: 10px;
  font-size: 14px;
}

#demoSort .status-select__control .status-select__single-value {
  text-overflow: unset;
  overflow: unset;
}

#incomingTable {
  position: relative;
}

.mainSection .sectionRight .operations_css {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-left: 325px;
  margin-top: 20px;
}

.mainSection .sectionRight .MuiToolbar-gutters {
  padding-left: 0px !important;
  padding-right: 0px !important;
  flex-direction: row-reverse;
}

.mainSection
  .sectionRight
  .MuiTableCell-footer.MuiTablePagination-root
  .MuiToolbar-gutters {
  flex-direction: unset;
}

.mainSection .sectionRight .MuiInput-underline:before,
.mainSection .sectionRight .MuiInput-underline:after {
  box-shadow: none !important;
  outline: none !important;
  border-bottom: none !important;
}

#outgoingTable > div:nth-child(2) > div > div > div:nth-child(3),
#customerTable > div > div:nth-child(1) > div:nth-child(2),
#incomingTable > div:nth-child(2) > div > div > div:nth-child(2) {
  border: 1px solid #00316b;
  border-radius: 10px;
  padding: 5px;
  height: 36px !important;
}

#incomingTable
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(1),
#outgoingTable
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(3)
  > div:nth-child(1),
#customerTable > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  height: 100%;
}

#incomingTable
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(3)
  > button,
#outgoingTable
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(3)
  > div:nth-child(1)
  > div:nth-child(3)
  > button,
#algoTable
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(3)
  > div:nth-child(1)
  > div:nth-child(3)
  > button,
#customerTable
  > div
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(3)
  > button {
  padding: 8px 10px;
}

.mainSection .sectionRight .MuiIcon-fontSizeSmall {
  color: #00316b;
  font-size: 25px;
}

.mainSection .sectionRight .ref-filter-btn,
.mainSection .sectionRight .ref-sort-btn {
  border: 1px solid #00316b;
  color: #00316b;
  padding: 10px;
  border-radius: 10px;
  height: 36px !important;
}

.mainSection .sectionRight .refresh-icon {
  border: 1px solid #00316b;
  padding: 6px 15px;
  border-radius: 10px;
  z-index: 2;
  cursor: pointer;
  /* height: 36px !important; */
}

.mainSection .sectionRight .ref-filter-btn .filter-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mainSection .sectionRight .ref-filter-btn .filter-icon img {
  margin: 0px 10px;
}

.mainSection .sectionRight .ref-sort-btn .sort-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mainSection .sectionRight .ref-sort-btn .sort-icon img {
  margin: 0px 10px;
}

/* Toaster css */
.customerError {
  color: red;
  font-size: 14px;
  margin-top: 20px;
}

.toast-position {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 364px !important;
}

.success-img {
  height: 30px;
  width: 30px;
  margin: auto;
  display: block;
}

.toastify-text {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}

.toast-position .Toastify__toast {
  padding: 12px !important;
  border-radius: 11px !important;
}

.toast-position .Toastify__progress-bar-theme--light {
  background: #003463 !important;
}

#outgoingTable > div:nth-child(2) > div > div > div:nth-child(1) > h6 {
  display: none;
}

.file_complete_stages > div > div:nth-child(1) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: self-start;
}

.stepByStep > span:nth-child(1) {
  flex-direction: column;
}

.stepByStep > span:nth-child(1) > span:nth-child(1) {
  padding-right: 0;
  position: relative;
}

.stepByStep > span:nth-child(1) > span:nth-child(2) {
  text-align: center;
  margin-top: 8px;
}

/* Toaster css */

.file_complete_stages > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.file_complete_stages > div > div > div.stepByStep {
  flex: 0 0 20%;
  max-width: 20%;
}

/*  */
.login-label {
  margin-bottom: 10px;
  font-size: 14px;
}

.req-field {
  color: #ff0000;
}

.passcriteria {
  color: #009fe3;
  font-size: 13px;
  margin-bottom: 20px;
}

.login_area .login_main_content .login_box .changePass-form-elem input {
  padding-left: 10px !important;
}

.detaiilsTab .leftDetaiilsTabs svg {
  stroke: #00316b;
}

.detaiilsTab .leftDetaiilsTabs:hover svg {
  stroke: #fff;
}

.detaiilsTab .leftDetaiilsTabs.active svg {
  stroke: #fff;
  fill: #fff;
}

.imageslideincoming #Rectangle_8,
.imageslideinout #Group_4796 {
  stroke: #fff;
}

.imageslideincoming #Rectangle_8,
.imageslideinout #Group_4796 path {
  fill: #fff;
}

.imageslideinout #Group_4796 path:nth-child(2) {
  stroke: #00316b;
}

.detaiilsTab .leftDetaiilsTabs:hover .imageslideincoming #Rectangle_8,
.detaiilsTab .leftDetaiilsTabs.active .imageslideincoming #Rectangle_8 {
  stroke: transparent;
  fill: #00316b;
}

.detaiilsTab
  .leftDetaiilsTabs:hover
  .imageslideinout
  #Group_4796
  path:nth-child(2),
.detaiilsTab
  .leftDetaiilsTabs.active
  .imageslideinout
  #Group_4796
  path:nth-child(2) {
  stroke: #fff;
}

.detaiilsTab .leftDetaiilsTabs:hover .imageslideinout #Group_4796 path,
.detaiilsTab .leftDetaiilsTabs.active .imageslideinout #Group_4796 path {
  fill: #00316b;
  stroke: transparent;
}

#Icon_ionic-ios-laptop {
  fill: #00316b;
}

.detaiilsTab .leftDetaiilsTabs:hover #Icon_ionic-ios-laptop,
.detaiilsTab .leftDetaiilsTabs.active #Icon_ionic-ios-laptop {
  fill: #fff;
}

.inner_dashboard_content::-webkit-scrollbar,
#customerTable
  > div
  > div:nth-child(2)
  > div
  > div:nth-child(1)::-webkit-scrollbar {
  width: 5px;
}

.inner_dashboard_content::-webkit-scrollbar-track,
#customerTable
  > div
  > div:nth-child(2)
  > div
  > div:nth-child(1)::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.inner_dashboard_content::-webkit-scrollbar-thumb,
#customerTable
  > div
  > div:nth-child(2)
  > div
  > div:nth-child(1)::-webkit-scrollbar-thumb {
  background: #00316b;
  border: none;
}

.login_main_content.forgot_pass_box {
  height: auto;
  padding-top: 25px;
  margin-top: 20px !important;
}

.login_change_area
  .login_main_content.forgot_pass_box
  .login_box
  .form-element
  input {
  padding-left: 20px !important;
}

/* Licence Validation CSS */
.vrf-lic-container.login_area
  .login_main_content
  .login_box
  .form-element
  input {
  padding-left: 10px;
}

.vrf-lic-container.login_area .login_main_content .login_box :last-child {
  margin-bottom: 0px;
}

.vrf-lic-container.login_area .login_main_content {
  height: 100vh !important;
  background: #cccccc !important;
}

.vrf-lic-container.login_area .login_main_content .login_box {
  box-shadow: 0px 8px 15px #00000029;
}

.vrf-lic-container.login_area
  .login_main_content
  .login_box
  .form-element
  .btn-info {
  background: #ff8f4e;
  border: #ff8f4e;
}

.refreshTooltip > div {
  font-size: 12px;
  padding: 8px 10px;
}

.refreshTooltip > div > span {
  color: #fff !important;
  top: 6px !important;
}

.refreshTooltip > div > span::before {
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.line_clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: default;
}

.MuiTooltip-tooltip {
  font-size: 12px !important;
}

.filter-buttons.table-filter.active button {
  background-color: #00316b;
  /* height: 40px !important; */
  color: #fff;
}

.mainSection .sectionRight .inner_dashboard_main_header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* Algo Explorer Table css */

/* .algo-explorer-link {
  color: #00316b;
} */

/* .algo-explorer-link:hover {
  color: #00316b;
} */

#algoTable table thead tr th:nth-child(1) {
  border-top-left-radius: 11px;
}

#algoTable table thead tr th:last-child {
  border-top-right-radius: 11px;
}

#algoTable .MuiToolbar-regular {
  min-height: 0px !important;
  margin-top: 50px;
}

#algoTable > div:nth-child(2) > div > div:nth-child(2) {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

#algoTable .MuiPaper-elevation2 {
  box-shadow: none !important;
}

#algoTable table thead tr th {
  background: #f6f6f6;
  font-size: 12px;
  color: #00316b;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}

#algoTable table thead tr > th:nth-child(2) {
  text-align: left;
}

/* #algoTable table thead tr > th:nth-child(3){
  text-align: left;
} */
#algoTable table thead tr > th:last-child {
  text-align: left;
}

#algoTable table tr > td:nth-child(2) {
  text-align: left;
}

#algoTable table thead tr th .MuiTableSortLabel-icon {
  display: block;
  position: absolute;
  right: -22px;
}

#algoTable table tr td {
  color: #363636 !important;
  font-size: 12px !important;
  text-align: center;
}

#algoTable table tr td:last-child {
  text-align: left;
}

#algoTable .action_iconsCust {
  display: block;
  max-width: 52px;
  margin: 0 auto;
}

#algoTable .action_iconsCust span,
#outgoingTable .action_iconsCust span,
#customerTable .action_iconsCust span {
  cursor: pointer;
}

/* #algoTable table tr td:last-child{
  text-align: left;
} */
#algoTable .action_iconsCust span,
#algoTable .action_iconsCust span img {
  display: inline-block;
}

#algoTable .action_iconsCust span:nth-child(1) {
  padding-right: 8px;
  position: relative;
}

#algoTable .action_iconsCust span:nth-child(2) {
  padding-left: 8px;
}

#algoTable .incoming-table-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 135px;
}

.algo-heading-align {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.outcoming_header {
  padding-left: 30px !important;
}

.algo-heading-align:not(:last-child) {
  padding-right: 35px;
}

.algo-heading-align .algo-explorer-link {
  margin-left: 7px;
  color: #fff;
  font-weight: 400;
}

.algo-heading-align button {
  background: #00316b;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}

.algo-heading-align button img {
  margin-top: 1px;
}

.algo-heading-align button:disabled,
.algo-heading-align button[disabled] {
  color: #666666;
  opacity: 0.5;
}

.algo-heading-align a {
  color: #009fe3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.algo-heading-align .algo-explorer-heading {
  color: #1d1d1f;
  font-weight: 700;
  font-size: 16px;
  margin-left: 5px;
}

#algoTable .top-table h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1d1d1f;
  opacity: 1;
  margin: 15px 0px;
}

#algoTable .top-table .algo-card {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  /* margin-left: 15px; */
}

#algoTable .top-table .algo-card .tab-col {
  position: relative;
  padding: 10px 20px;
  position: relative;
}

#algoTable .top-table .algo-card .tab-th {
  background: #f6f6f6;
  color: #00316b;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
}

#algoTable .top-table .algo-card .tab-td {
  text-align: center;
  font-size: 12px;
}

#algoTable .top-table .algo-card .tab-td:last-child {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@-moz-document url-prefix() {
  html,
  .dashboardtable
    > div:nth-child(2)
    > div
    > div:nth-child(2)
    > div
    > div
    .customers-table
    > div:nth-child(2)
    > div
    > div:nth-child(2)
    > div
    > div
    .analytics_months
    > div:nth-child(2)
    > div:nth-child(2)
    > div
    > div
    > div,
  .file_complete_stages,
  .inner_dashboard_content {
    scrollbar-color: #00316b #e6e6e6 !important;
    scrollbar-width: thin !important;
  }

  .file_complete_stages {
    scrollbar-color: #e6e6e6 #d4d4d4 !important;
  }
}

.transfer-card {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  height: 98px;
  overflow: hidden;
  padding: 15px 15px 10px;
}

.transfer-card .bold-font {
  font-size: 26px;
  font-weight: 700;
}

.transfer-card img {
  height: 45px !important;
}

.link-card-container {
  padding: 0px 9px;
  margin: 0 0 20px !important;
  /* Remove the fixed width properties */
  flex: 1 1 auto; /* Allow flex items to grow and shrink as needed */
  max-width: none; /* Remove the max-width constraint */
  width: auto; /* Let Bootstrap's grid system handle the width */
  background: white;
}

.transfer-card-container {
  padding: 0px 9px;
  margin: 0 0 20px !important;
  /* Remove the fixed width properties */
  flex: 1 1 auto; /* Allow flex items to grow and shrink as needed */
  max-width: none; /* Remove the max-width constraint */
  width: auto; /* Let Bootstrap's grid system handle the width */
  background: white;
}

.transfer-card .small-font-500 {
  color: #525252;
  font-size: 13px;
  font-weight: 500;
}

.parentcardcontainer {
  padding: 15px 8px;
  border-radius: 11px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.table-heading-custom {
  /* box-shadow: 0px 3px 6px #0000001C; */
  padding: 18px 25px;
  color: #646464;
  background: #f6f6f6;
  font-weight: 600;
  font-size: 18px;
}

.analytics-dropdown .status-select__indicator-separator {
  background: transparent;
}

.analytics-dropdown .status-select__control {
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}

.analytics-dropdown
  > div:nth-child(2)
  > div.status-select__control
  > div
  > div.status-select__placeholder,
.analytics-dropdown
  > div:nth-child(1)
  > div.status-select__control
  > div
  > div.status-select__single-value,
.analytics-dropdown
  > div:nth-child(3)
  > div.status-select__control
  > div
  > div.status-select__placeholder,
.analytics-dropdown
  > div:nth-child(4)
  > div.status-select__control
  > div
  > div.status-select__placeholder {
  color: #646464;
  font-weight: 400;
}

.analytics-dropdown
  > div:nth-child(1)
  > div.status-select__control
  > div
  > div.status-select__single-value {
  display: flex;
  align-items: center;
}

.analytics-dropdown .status-select__indicator.status-select__dropdown-indicator,
#demoFilter
  .status-select
  .status-select__indicator.status-select__dropdown-indicator {
  transition: 200ms;
}

.analytics-dropdown
  .status-select__control--menu-is-open
  .status-select__indicator.status-select__dropdown-indicator,
#demoFilter
  .status-select
  .status-select__control--menu-is-open
  .status-select__indicator.status-select__dropdown-indicator {
  rotate: 180deg !important;
}

.analytics-dropdown .status-select__menu,
.analytics-dropdown div:nth-child(2) button {
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
}

.analytics-dropdown .status-select:first-child {
  width: 119px !important;
  margin-right: 10px;
}

.analytics-dropdown > div:nth-child(2),
.analytics-dropdown > .status-select:nth-child(3) {
  margin-right: 10px;
}

.analytics-dropdown > .status-select:nth-child(4) {
  margin-right: 5px;
}

.analytics-dropdown .status-select:nth-child(2) {
  width: 135px !important;
  margin: 0px 10px;
}

.analytics-dropdown .status-select__value-container {
  padding-right: 0px !important;
}

.analytics-dropdown .status-select__menu-list {
  max-height: 168px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.analytics-dropdown.action-ellipsis .status-select__menu-list {
  width: 70px;
}

.analytics-dropdown .status-select__menu-list::-webkit-scrollbar {
  width: 4px;
}

.analytics-dropdown .status-select__menu-list::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.analytics-dropdown .status-select__menu-list::-webkit-scrollbar-thumb {
  background: #00316b;
}

.analytics-dropdown .status-select__option {
  cursor: pointer;
}

.analytics-dropdown .status-select__option:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.analytics-dropdown .status-select__option:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.analytics-btn {
  width: 80px;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  border: none;
  height: 40px;
  font-weight: 600;
  margin: 0px 5px;
}

.analytics-btn.btn-blue {
  background-color: #00316b;
  color: #ffffff;
}

.analytics-btn.btn-white {
  background-color: #ffffff;
  color: #00316b;
  border: 2px solid #00316b;
}

.table-head-statistics {
  padding: 9px 25px !important;
}

.analytics-dropdown {
  font-size: 14px !important;
}

.dateFilter #demoFilter {
  top: 38px !important;
  right: 0px !important;
}

.asterisk {
  color: #ff0000;
}

#demoFilter div.react-datepicker__header > div:nth-child(1) {
  justify-content: space-between !important;
  margin: 10px 10px 15px;
}

#demoFilter div.react-datepicker__header > div:nth-child(1) button {
  border: none;
  background: transparent;
}

#demoFilter div.react-datepicker__header > div:nth-child(1) button svg {
  font-size: 18px;
}

#demoFilter div.react-datepicker__header > div:nth-child(1) select {
  width: 85px;
  border: 1px solid #646464;
  border-radius: 5px;
  font-size: 12px;
  padding: 1px 0px;
  color: #646464;
  padding-left: 2px;
}

#demoFilter div.react-datepicker__header > div:nth-child(1) select:focus {
  border: 1px solid #00316b;
  outline: none;
}

#demoFilter div.react-datepicker__header > div.react-datepicker__day-names {
  background: #fff;
}

#demoFilter div.react-datepicker__header {
  background: #f6f6f6;
  border-bottom: none;
}

#demoFilter div.react-datepicker {
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

#demoFilter div.react-datepicker .react-datepicker__triangle::before {
  border-bottom-color: transparent;
}

#demoFilter div.react-datepicker .react-datepicker__triangle::after {
  border-bottom-color: #f6f6f6;
}

#demoFilter .filter-btn-container .btn-apply-css:disabled {
  background-color: #7b98bb;
}

.react-datepicker__day {
  font-weight: normal;
}

/* Custom */
.dateFilter #demoFilter .status-select__control {
  width: 90px;
  height: 0px !important;
  border: 1px solid #646464;
  border-radius: 5px;
  font-size: 12px;
  padding: 1px 0;
  color: #646464;
  margin: 0px 5px;
  min-height: 25px;
}

#demoFilter div.react-datepicker .react-datepicker__day--keyboard-selected {
  background: unset !important;
  color: unset !important;
}

#demoFilter div.react-datepicker .react-datepicker__day--today {
  color: #216ba5 !important;
}

.dateFilter #demoFilter .status-select__value-container {
  padding: 0px 5px;
  justify-items: start;
  display: grid;
}

.dateFilter #demoFilter .status-select__control .status-select__single-value {
  text-overflow: unset;
  overflow: unset;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -7px;
}

.dateFilter #demoFilter .status-select__control--is-focused {
  box-shadow: none !important;
  border: 1px solid #646464 !important;
}

.dateFilter #demoFilter .status-select__indicators {
  display: inline-flex;
  height: 30px;
}

.dateFilter #demoFilter .status-select__indicators span {
  display: none;
}

.dateFilter #demoFilter .status-select__indicators > div {
  padding: 0px 5px;
}

.dateFilter #demoFilter .status-select__indicators {
  height: 22px;
}

.dateFilter #demoFilter .status-select__indicators > div > svg {
  width: 15px;
  height: 15px;
  fill: unset;
}

.dateFilter #demoFilter .status-select .status-select__menu {
  width: 90%;
  left: 5px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.dateFilter #demoFilter .status-select .status-select__menu-list {
  padding: 0px;
  border: 1px solid #646464;
  max-height: 253px;
  border-radius: 5px;
}

.dateFilter #demoFilter .status-select .status-select__menu-list > div {
  padding: 4px 0px;
  font-size: 12px;
  font-weight: 400;
}

.dateFilter
  #demoFilter
  div.react-datepicker
  .react-datepicker__triangle::after {
  border-bottom-color: #e30613;
}

.react-datepicker__navigation {
  top: 8px !important;
}

.status-select__option--is-selected {
  background-color: #00316b !important;
  color: #fff !important;
}

.dateFilter
  #demoFilter
  div.react-datepicker
  .react-datepicker__day--today.react-datepicker__day--selected {
  color: #fff !important;
}

.downloader {
  padding: 15px;
}

.downloadStatus {
  margin-right: 10px !important;
}

.emptyDnList {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-loading {
  /* font-weight: bold; */
  display: inline-block;
  /* font-family: monospace; */
  font-size: 16px;
  color: #fff;
  clip-path: inset(0 1ch 0 0);
  animation: l 1s steps(4) infinite;
}

@keyframes l {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}

.message-loader {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.message-loader .custom-msg {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.hlth-chk-failed-txt {
  color: red;
  font-weight: 400;
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.customer-id-input-div p {
  text-align: center;
  margin: 10px auto 30px auto;
  font-weight: 500;
  width: 80%;
  line-height: 22px;
}

.login_box svg {
  color: #009fe3;
}

.user-icon-w-star {
  height: 18px;
}

#algoTable .top-table .algo-card .tab-th {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-align: left;
}

#algoTable .top-table .algo-card .tab-td {
  text-align: left;
}

#algoTable table thead tr th {
  text-align: left;
  padding: 10px 20px;
}

#algoTable table tr td {
  text-align: left;
  padding: 10px 20px;
}

.wrap-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  border: none;
  background: #fff;
  cursor: default !important;
}

.transfer-overview-filename {
  max-width: 150px;
}

.transfer-overview .refresh-icon {
  width: fit-content;
  display: inline-block;
  margin-left: 15px;
  padding: 4px 8px !important;
  height: auto !important;
}

.transfer-overview h3 {
  display: inline-block;
}

.transfer-overview .refresh-icon svg {
  height: 16px;
  display: inline-block;
  vertical-align: top;
}

#algoTable {
  padding-bottom: 30px;
}

.login-loader {
  width: 98% !important;
  border-radius: 0 0 50px 50px;
  margin: 0 auto;
}

.white-logo {
  display: inline-block;
  width: 100px;
}

.err-text {
  line-height: 15px !important;
}

.dashboard_logo img {
  width: 116;
}

.okay-btn {
  width: 120px !important;
}

.outgoing-customer-table {
  scrollbar-width: thin !important;
}

@-moz-document url-prefix() {
  .outgoing-customer-row {
    padding-right: 0;
  }
}

.code-input__each {
  width: 35px;
  margin-right: 12px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #8c8a8a;
}

.cr-pointer {
  cursor: pointer !important;
}

.close__modal {
  margin: 12px 16px;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  top: 0px;
  right: 0;
}

.btn-mfa-req {
  background: none;
  border: none;
  max-width: fit-content;
}

.text__fw-regular {
  font-weight: 500;
}

button.btn-mfa-req {
  outline: none !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.mfa-container__redirect__action {
  font-size: 13px;
}

.mfa-container__error-container {
  min-height: 20px !important;
}

.mfa-container__heading-secondary {
  display: block;
  text-align: center;
  font-weight: 500;
}

.link:hover {
  text-decoration: underline;
}

.link {
  cursor: pointer;
}

.forgot__main-container__redirect {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.comment-area {
  display: block;
}

.input-group.customer-id-textfield.comment-area textarea,
.edit-customer-id-textfield.comment-area textarea {
  width: 100%;
  border-radius: 10px !important;
}

.max-char-txt {
  text-align: right;
  margin-top: 5px;
  font-size: 10px;
  color: grey;
}

.customer-id-textfield.comment-area textarea::-webkit-scrollbar,
.edit-customer-id-textfield.comment-area textarea::-webkit-scrollbar,
.outgoing-id-textfield.comment-area textarea::-webkit-scrollbar {
  height: 10px;
  background: #d4d4d4;
  padding: 3px;
  border-radius: 100px;
}

.customer-id-textfield.comment-area textarea::-webkit-scrollbar-track,
.edit-customer-id-textfield.comment-area textarea::-webkit-scrollbar-track,
.outgoing-id-textfield.comment-area textarea::-webkit-scrollbar-track {
  background: #d4d4d4;
  height: 10px;
  padding: 3px;
  border-radius: 10px;
}

.customer-id-textfield.comment-area textarea::-webkit-scrollbar-thumb,
.edit-customer-id-textfield.comment-area textarea::-webkit-scrollbar-thumb,
.outgoing-id-textfield.comment-area textarea::-webkit-scrollbar-thumb {
  background: #fff;
  height: 3px;
  border-radius: 10px;
  border: 2px solid #d4d4d4;
}

.customer-id-textfield.comment-area textarea,
.edit-customer-id-textfield.comment-area textarea {
  border-radius: 5px !important;
}

.input-group.customer-id-textfield.comment-area {
  height: fit-content;
}

.forgot__content-notify {
  font-size: 14px;
  color: #009fe3;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.forgot__content-notify .required-arterisk {
  margin-right: 2px;
  color: red;
}

.forgot-content .form-control {
  padding-left: 10px !important;
}

.forgot__main-container__redirect span {
  color: #009fe3;
}

.outgoing-comment-box {
  width: 100% !important;
  border-radius: 10px !important;
}

.outgoing-comment-footer {
  display: flex;
  justify-content: space-between;
}

.outgoing-comment-error {
  font-size: 12px;
  margin-top: 5px;
}

#demoFilter.outgoing-trxn-hist-filter
  .react-datepicker__day--selected.react-datepicker__day--today {
  color: #fff !important;
}

#demoFilter.outgoing-trxn-hist-filter
  .filter-btn-container
  .btn-reset-css:disabled {
  opacity: 0.5;
}

.outgoing-file-dropbox {
  justify-content: flex-start;
}

.outgoing-file-dropbox span {
  display: block;
  overflow: visible;
  line-height: 18px;
}

.outgoing-file-dropbox.file-present span {
  overflow: hidden;
  line-height: 15px;
}

.outgoing-file-dropbox.file-present {
  justify-content: center;
}

.end-point-customer-text {
  line-height: 18px;
}

.transfer-overview-table table th:first-of-type {
  width: 25% !important;
}

.transfer-overview-table table th:nth-child(2) {
  width: 50% !important;
}

@-moz-document url-prefix() {
  .customer_listing .receiver-id {
    margin-left: 5px;
  }
}

.file_complete_stages > div > div > div > span.timeStamp {
  line-height: 18px;
}

.incoming_file_stages > div > div > div:nth-child(even) {
  transform: translateX(-34%);
}

.forgotPassLogin.link {
  color: #009fe3;
}

.username-navbar {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.incoming_file_stages.failed-transfer > div > div > div:nth-child(even) {
  transform: translateX(-29%) !important;
}

.outgoing_file_stages.failed-transfer > div > div > div:nth-child(even) {
  transform: translateX(-13.5%) !important;
}

.algo-card .tab-td {
  line-height: 16px;
}

.cust-btn-group .next-btn:disabled {
  opacity: 0.65;
}

/*  */

/* .manage-account-btn svg {
  font-size: 18px;
}

.manage-account-cards {
  display: flex;
  gap: 20px;
}

.mng-acc-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px 20px;
  border-radius: 10px;
}

.plan-upgrade {
  display: block;
  padding: 0 !important;
  margin: 30px 0;
}

.upgrade-input {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.upgrade-inputs {
  margin: 30px 0;
  display: flex;
  gap: 20px;
  padding: 0 !important;
}

.upgrade-input input {
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}

.manage-account-container {
  padding: 30px;
} */

.outgoing-start-point .point_box,
.incoming-start-point .point_box {
  background: #fff;
  box-shadow: none;
  border: 1px solid #707070;
}

.outgoing-end-point .point_box,
.incoming-end-point .point_box {
  background: #fff;
  border: 1px solid #707070;
  box-shadow: none;
  width: 200px;
}

.outgoing-end-point .point_box input {
  border: none;
  width: 100%;
  padding: 20px 10px;
  font-size: 16px;
}

.outgoing-end-point .point_box input:focus-visible {
  outline: none;
}

.outgoing-start-point .point_box span,
.outgoing-end-point .point_box span,
.outgoing-end-point .point_box input {
  color: #a9a9a9;
}

.outgoing-start-point p,
.outgoing-end-point p,
.incoming-start-point p,
.incoming-end-point p {
  color: #000;
  opacity: 1;
  text-align: left;
}

.end-point-err {
  font-size: 12px !important;
}

.outgoing-end-point .remove-file-cust.is-err {
  bottom: -60px;
}

.outgoing-comment-container {
  margin-top: 50px;
}

.registration-form h3 {
  font-weight: 600;
}

.registration-form .form-element svg {
  left: 25px !important;
}

.outgoing-end-point-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.orange_arrow_circle {
  left: 38%;
}

.file_points::after {
  width: 80%;
}

.outgoing-end-point select {
  background: #fff;
  border: 1px solid #707070;
  box-shadow: none;
  border-radius: 10px;
  height: 100%;
  max-height: 65.6px;
  min-width: 84px;
  color: #707070;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill=''><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.outgoing-end-point-mobile select {
  min-height: 65.6px;
}

.outgoing-end-point select:focus-visible {
  outline: none;
}

.file-expiry-container {
  display: flex;
  flex-direction: column;
  width: 100px;
}

.outgoing-end-point {
  display: flex;
  gap: 20px;
}

.outgoing-end-point p {
  width: 100%;
}

.outgoing-file-dropbox span,
.outgoing-end-point-container input {
  color: #707070 !important;
}

.incoming-start-point .point_box,
.incoming-end-point .point_box {
  background-color: #eeeeee;
  color: #6e6e6e;
  border: 1px solid #8993a4;
}

.disabled-textarea .form-control:disabled {
  /* opacity: 0.5; */
  background-color: #eeeeee;
  border: 1px solid #8993a4;
}

.incoming-comment-area textarea:disabled {
  background-color: #eeeeee;
  border: 1px solid #8993a4;
  opacity: 1 !important;
}

.outgoing-end-point input:disabled {
  background-color: transparent;
}

.incoming-header {
  justify-content: space-between;
  padding: 0 30px;
}

.incoming-header .file-expiry-txt {
  font-size: 14px;
  color: #00316b;
}

#outgoingTable table tr td .outgoing-table-file-name,
#incomingTable .incoming-table-file-name {
  margin: 0 auto;
}

.setup-mfa-screen .custom-orderd-ul {
  list-style: disc;
  padding: 0 20px;
}

.setup-mfa-screen .custom-orderd-ul li {
  line-height: 24px;
  list-style: decimal !important;
}

.setup-mfa-screen strong {
  font-weight: bold;
}

.authenticator-modal .checkmark {
  stroke: #0d6efd;
  height: 90px;
}

.terms-header {
  background-color: #217ae2;
  color: #fff;
  padding: 20px;
  font: normal normal 600 20px/27px Nunito;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#registration-terms-modal {
  overflow: hidden !important;
}

.registration-terms {
  max-height: 500px;
  padding: 15px;
  overflow-y: auto;
}

.registration-terms .terms-text,
.terms-checkbox-container .confidentiality-text {
  margin-left: 2px;
  margin-top: 10px;
}

.e-signature-container h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.e-signature-container .signature-input input {
  border: 1px solid #363636;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 16px;
  width: 300px;
  max-width: 50%;
}

.e-signature-container .signature-input input:focus-visible {
  outline: none;
}

.e-signature-container .signature-input .confirm-sign-btn {
  background-color: #217ae2;
  color: #fff;
  font-size: 16px;
}

.terms-action-btn {
  text-align: right;
  margin-top: 20px;
}

.terms-action-btn button,
.signature-input .confirm-sign-btn,
.reg-success-continue,
.reg-disagree-continue,
.reg-disagree-cancel {
  padding: 10px 30px;
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  margin-left: 10px;
}

.terms-action-btn .back-btn,
.reg-disagree-cancel,
.customer-update-information-div .button-container .logout-btn {
  background-color: transparent;
  border: 1px solid #00316b;
  color: #00316b;
}

.terms-action-btn .disagree-btn,
.reg-success-continue,
.reg-disagree-continue,
.customer-update-information-div .button-container .continue-btn {
  color: #fff;
  background-color: #00316b;
  border: 1px solid #00316b;
}

.terms-action-btn .submit-reg-btn {
  color: #fff;
  background-color: #12b983;
  border: 1px solid #12b983;
}

.reg-signature {
  font-family: "Great Vibes", cursive;
  font-size: 20px !important;
}

.signature-input {
  display: flex;
  align-items: center;
  height: 50px;
}

.terms-action-btn button:disabled,
.signature-input .confirm-sign-btn:disabled {
  opacity: 0.5;
}

.reg-success-content,
.reg-disagree-content {
  text-align: center;
  padding: 15px;
  max-width: 90%;
}

.reg-success-content p,
.reg-disagree-content p {
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 500;
}

.login-pg-reg-link,
.forgot__main-container__redirect a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #009fe3;
}

.login-pg-reg-link:hover,
.forgot__main-container__redirect a:hover {
  color: #009fe3;
  text-decoration: none;
}

.code-input__each {
  font-size: 20px;
}

.bundle-cards-container {
  padding: 30px;
}

.bundle-card {
  box-shadow: 0px 9px 26px #22224733;
  height: 500px;
  border-radius: 10px;
  padding: 0;
}

.bundle-card .card-header {
  height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #36516c;
}

.bundle-card .bundle-price {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 500;
}

.bundle-card .bundle-qty,
.bundle-card .bundle-pro-h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.bundle-card .bundle-pro-h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}

.bundle-card.card-1 .card-main-content {
  background: url("./images/bundle-card-1.png") center no-repeat;
}

.bundle-card.card-2 .card-main-content {
  background: url("./images/bundle-card-2.png") center no-repeat;
}

.bundle-card.card-3 .card-main-content {
  background: url("./images/bundle-card-3.png") center no-repeat;
}

.bundle-card .card-main-content {
  position: relative;
  background-size: cover !important;
  height: 300px;
  padding: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bundle-card .card-main-content li {
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 18px;
}

.bundle-card .card-main-content li svg {
  font-size: 18px;
}

.bundle-card .card-main-content .buy-now-btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 9px 26px #22224733;
  font-size: 14px;
  font-weight: 500;
  color: #1b6bc9;
  white-space: nowrap;
  background-color: #fff !important;
}

.contact-card .card-main-content {
  background-color: #003463;
  display: flex;
  //  align-items: center;
}

.contact-card .card-main-content h3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.contact-card h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.registration-terms h4,
.terms-content h4,
.privacy-content h4,
.cookie-content h4 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 700;
}

.registration-terms h4:first-of-type,
.terms-content h4:first-of-type,
.privacy-content h4:first-of-type,
.cookie-content h4:first-of-type {
  margin-top: 0;
}

.registration-terms p,
.terms-content p,
.privacy-content p,
.cookie-content p {
  font-size: 12px;
}

.registration-terms b,
.terms-content b,
.privacy-content b,
.cookie-content b {
  font-weight: 700;
}

.registration-terms ul,
.terms-content ul,
.privacy-content ul,
.cookie-content ul {
  padding: 10px 20px;
  line-height: 20px;
  font-size: 12px;
}

.registration-terms ul li,
.terms-content ul li,
.privacy-content ul li,
.cookie-content ul li {
  list-style: disc !important;
}

.terms-checkbox-container {
  margin-top: 10px;
  margin-left: -3px;
}

.registration-form .org-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  height: 24px;
}

.payment-summary-div {
  padding: 20px;
}

.bundle-info,
.payment-total {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.payment-details {
  border: 0.5px solid #707070;
  border-radius: 5px;
}

.payment-details h2 {
  font-size: 18px;
  color: #2e2e2e;
  padding: 20px;
  border-bottom: 0.5px solid #707070;
  font-weight: 500;
}

.payment-total {
  background-color: #efefef;
}

.payment-details h4 {
  font-size: 15px;
}

.payment-summary-div .paypal-container {
  padding: 20px;
}

.paypal-container {
  padding: 20px;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 9px;
  max-height: 350px;
  overflow-y: auto;
}

.paypal-container h2 {
  font-size: 16px;
  color: #363636;
  margin-bottom: 20px;
  font-weight: 600;
}

.dark-blue-btn {
  background-color: #00316b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
}

.payment-summary-div .btn-container {
  text-align: center;
}

.mng-acc-card img {
  height: 50px;
}

.mng-acc-cards {
  padding: 30px;
}

.mng-acc-card {
  width: 220px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}

.mng-acc-card h3 {
  text-align: left;
  color: #525252;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.mng-acc-card .card-num {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}

.mng-acc-card .card-num h2 {
  font-size: 26px;
  font-weight: 700;
}

.purchase-credit-link {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  transform: translate(-50%, 50%);
  white-space: nowrap;
  background: #42a5f5 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  left: 50%;
  bottom: -12px;
}

.purchase-credit-link:hover {
  color: #fff;
}

.inner_dashboard_header.purchase-hist-header {
  margin-top: 20px;
}

.nav-available-cred-txt {
  color: #646464;
  font-size: 14px;
  margin-right: 20px;
  text-transform: capitalize;
}

.manage-account-btn svg {
  font-size: 18px;
}

.transaction-complete-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.transaction-complete-container svg {
  font-size: 60px;
  color: #12b983;
}

.transaction-complete-container h3 {
  font-size: 24px;
  font-weight: 500;
}

p.spl-char-text {
  color: #009fe3;
  font-size: 10px;
  margin-top: 5px;
}

.already-registered-user-text {
  color: #707070;
  text-align: center;
  font-size: 13px;
}

.already-registered-user-text a,
.already-registered-user-text a:hover {
  color: #009fe3;
  display: inline-block;
}

.no-transfer-creds-modal-div button {
  width: auto !important;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.blue-txt-btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #00316b;
  border: 1px solid #00316b;
}

.no-transfer-creds-modal-div .confirm-heading {
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
}

.no-transfer-creds-modal-div .modaL_buttonContainer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

#no-transfer-creds-modal {
  padding: 20px 40px !important;
}

.no-transfer-creds-modal-div .blue-txt-btn {
  background-color: transparent;
}

#confirmDialog .confirm-heading {
  text-transform: none !important;
}

.already-registered-user-text a {
  display: inline-block;
}

.mng-acc-breadcrumb,
.mng-acc-breadcrumb:hover {
  display: inline-block;
}

.pdf-viewer .pdf-viewer-footer {
  padding: 20px;
  text-align: right;
}

.outgoing-end-point select {
  padding: 5px;
}

.login_area.login,
.login_area.register,
.login_area.forgot {
  overflow: hidden;
}

.invoice-pdf-iframe {
  width: 100%;
  height: 600px;
}

.forgotPassLogin.link:hover {
  text-decoration: none;
}

.incoming-sections .file_points::after {
  width: 100%;
}

.incoming-sections .file_points .orange_arrow_circle {
  left: 45%;
}

.incoming-end-point .point_box span {
  width: 100%;
}

.manage-account-btn img {
  margin-right: 5px;
}

.login-pg-reg-link {
  width: fit-content;
  margin: 0 auto;
}

.transfer-initiated {
  background-color: #eeeeee !important;
}

.incoming_file_stages > div > div > div:nth-child(even) {
  transform: translateX(-29%);
}

.download-expired {
  cursor: default !important;
}

.terms-checkbox-container {
  flex-direction: column;
}

.terms-checkbox-container .sign-in-checkbox {
  display: flex;
  align-items: flex-start;
}

.terms-checkbox-container {
  margin-bottom: 10px;
}

.outgoing-status-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.outgoing-status-note {
  font-size: 13px;
  color: #00316b;
  font-weight: 600;
}

.registration-terms,
.terms-content,
.privacy-content,
.cookie-content {
  line-height: 18px;
}

.setup-authenticator-txt {
  text-align: left;
  color: #fff;
}

.authenticator-list-info {
  background: transparent;
  border: none;
  color: #4185f5;
  margin-left: 5px;
}

.mfa-modal-open .authenticator-list-tooltip {
  z-index: 100000 !important;
}

.authenticator-list-tooltip ul,
.authenticator-list-tooltip ul li {
  list-style: disc !important;
  color: #000000;
  margin: 5px 0;
}

.authenticator-list-tooltip .MuiTooltip-tooltip {
  padding: 5px 20px;
}

.authenticator-modal .mfa-header {
  height: 60px;
}

.logo_area {
  display: flex;
  align-items: center;
}

.beta-logo {
  max-width: 80px !important;
  margin-left: 10px;
}

.transfer-expiry-content {
  display: flex;
  width: max-content;
  align-items: center;
}

.transfer-expiry-info {
  background-color: transparent;
  border: none;
  color: #217ae2;
  margin-left: 3px;
  margin-bottom: 8px;
}

.transfer-expiry-info-incoming {
  display: flex;
  align-items: center;
  gap: 5px;
}

.transfer-expiry-info-incoming button {
  margin-bottom: 0;
}

.outcome-heading-align.start-transfer-btn-container {
  justify-content: flex-end;
  margin-top: 20px;
}

.outcome-heading-align.start-transfer-btn-container button {
  background-color: #24b885;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
}

.outcome-heading-align.start-transfer-btn-container span {
  color: #fff;
  cursor: unset !important;
}

.outcome-heading-align.start-transfer-btn-container button:disabled {
  cursor: default !important;
}

button.purchase-credits-btn-header {
  background-color: #009fe3;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 14px;
}

.resume-icon {
  color: #00316b;
  font-size: 18px;
}

.shimmerBG {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 1200px 100%;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}

.transfer-credits-loading-fallback {
  width: 200px;
  height: 30px;
  margin-right: 20px;
}

.ref-code-icon {
  height: 20px !important;
  z-index: 9;
}

.start-transfer-btn-container {
  cursor: default;
}

.referral-code-select {
  width: 100%;
  border-radius: 10px !important;
}

.referral-code-select svg {
  position: static !important;
  transform: none !important;
  color: #707070;
}

.referral-code-select:hover,
.referral-code-select:focus-visible {
  outline: none;
  border: none;
}

.referral-code-select #demo-simple-select {
  padding: 10px 32px 10px 45px;
  font-size: 14px;
  color: #707070;
}

.referral-code-select #demo-simple-select:focus-visible {
  outline: none !important;
}

.referral-code-select .MuiOutlinedInput-root {
  outline: none;
}

.login_area .login_main_content .login_box .form-element input {
  border-radius: 10px;
}

.referral-code-select fieldset {
  border: 1px solid #ced4da !important;
}

.referral-code-select fieldset:focus {
  border: 1px solid #86b7fe !important;
}

[aria-labelledby="referral-code-select-label"] {
  border: 1px solid #ced4da;
  overflow: hidden;
}

[aria-labelledby="referral-code-select-label"] li {
  border-bottom: 1px solid #ced4da;
  color: #707070;
  font-size: 14px;
}

[aria-labelledby="referral-code-select-label"] li:last-child {
  border-bottom: none;
}

.clear-ref-icon-container {
  position: absolute !important;
  top: 50%;
  right: 78px !important;
  left: unset !important;
  border: none;
}

.clear-referral-code-icon {
  font-size: 18px !important;
  color: #707070 !important;
  cursor: pointer;
}

.referral-code-select .select__control {
  border-radius: 10px;
}

.referral-code-select .select__placeholder {
  font-size: 14px;
}

.referral-code-select .select__value-container {
  padding-left: 45px;
  /* max-height: 45px; */
  overflow: hidden;
}

.referral-code-select .select__control--is-focused,
.referral-code-select .select__control--menu-is-open {
  border: 1px solid #86b7fe !important;
  box-shadow: none;
}

.referral-code-select .select__single-value {
  color: #707070;
}

.referral-code-select .select__input {
  max-height: 35px;
}

.referral-code-select .select__option {
  font-size: 14px;
}

.referral-code-select .select__menu-list {
  max-height: 150px;
}

.long-text #confirmDialog {
  padding: 25px 20px !important;
}

.long-text #confirmDialog .confirm-heading {
  font-size: 16px;
}

.plans_pricing_promotion {
  text-align: center;
  background-color: #fff;
}

.plans_pricing_promotion .actual-amount {
  font-size: 26px;
  color: #b5b3b3;
  text-decoration: line-through;
  margin-bottom: 10px;
}

.plans_pricing_promotion .promotional-text {
  color: #e30613;
  font-size: 20px;
  font-weight: 700;
  /* white-space: nowrap; */
  margin-bottom: 10px;
}

.plans_pricing_box .plans_pricing_cost {
  height: 250px;
}

.plans_pricing_box .plans_pricing_cost {
  padding: 44px 20px 58px !important;
}

.cookie-notice-container {
  padding: 5px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
  color: rgb(255, 255, 255);
  background: #ed1c24;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.cn-text-container {
  margin: 0 0 6px;
}
.cn-buttons-container,
.cn-text-container {
  display: inline-block;
}
#cookie-notice .cn-set-cookie {
  background-color: #009fe3;
  letter-spacing: 0.25px;
  margin: 0 0 0 10px;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}

button#cn-accept-cookie {
  margin: 0 15px;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  font-family: inherit;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

svg.cancel_cookie {
  fill: #989898;
  float: right;
  margin-top: -25px;
  cursor: pointer;
}
svg.cancel_cookie:hover {
  fill: #a4a4a4;
}

.terms-content,
.privacy-content,
.cookie-content {
  color: #36516c;
  margin-top: 20px;
}

.cookie-content i,
.cookie-header i {
  font: revert !important;
}

.payment-terms-container {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 20px;
}

.payment-terms-container a {
  color: #707070;
}

.payment-summary-div .paypal-container {
  margin-bottom: 20px;
}

.payment-terms-container a:hover {
  color: #217ae2;
  text-decoration: underline;
}

.privacy-content ul {
  list-style-type: disc;
}

.download_tc_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background-color: #efeff0;
}

.download_tc_header h3 {
  color: #00316b;
  font-weight: 600;
  font-size: 20px;
}

.download_tc_header button,
#freshworks-support-modal .close-icon {
  background: transparent;
  border: none;
  font-size: 36px;
  color: #00316b;
  position: absolute;
  right: 10px;
}

#download-tc-table-id {
  margin: 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.download_tc_table {
  padding: 30px;
}

#download-tc-table-id table thead tr th:nth-child(1),
#download-tc-table-id table tbody tr td:nth-child(1),
#download-tc-table-id table thead tr th:nth-child(2),
#download-tc-table-id table tbody tr td:nth-child(2) {
  text-align: left !important;
  width: 40% !important;
}

.download_tc_tooltip,
.logout_tooltip_terms {
  z-index: 99999 !important;
}

.download_tc_button {
  background: transparent;
  border: none;
}

.referral-code-select.select--is-disabled .select__dropdown-indicator svg {
  opacity: 0.5;
}

.message-popup-long-text #confirmDialog {
  width: 600px !important;
  padding: 25px 70px !important;
}

.mobile-browser-modal-div {
  text-align: center;
  padding: 20px;
}

.mobile-browser-modal-div p {
  margin-top: 20px;
  line-height: 20px;
}

#freshworks-support-modal iframe {
  height: 500px;
  width: 100%;
}

#freshworks-support-modal iframe .feedback-wrapper {
  margin: 0 !important;
}

.need-support-btn {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 10px;
  background: transparent;
  border: none;
  font-size: 13px;
  color: #707070;
  text-align: center;
}

.support-container {
  height: 500px;
}

.support-container iframe {
  width: 100%;
  height: 100%;
  margin-top: 15px;
}

#freshworks-support-modal .close-icon {
  right: 0;
  top: 2px;
}

.customer-id-align {
  border-right: 2px solid #e4e2e2;
}

.send_mfa_req_conf #confirmDialog {
  padding: 25px 80px !important;
}

.customer-update-information-div header {
  background-color: #217ae2;
  color: #fff;
  padding: 20px;
  font-size: 20px;
}

.customer-update-information-div .main-text-container {
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}

.customer-update-information-div .main-text-container p {
  line-height: 20px;
  font-size: 16px;
}

.customer-update-information-div .button-container {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  gap: 20px;
}

.customer-update-information-div .button-container .continue-btn,
.customer-update-information-div .button-container .logout-btn {
  padding: 10px 20px;
  border-radius: 10px;
  width: 100px;
}

.terms-header .logout-btn {
  background: transparent;
  border: none;
}

.registration-success-modal #registration-success-modal {
  width: 650px !important;
}

#download-tc-table-id .MuiTableBody-root {
  display: table-caption;
  max-height: 150px;
  overflow-y: auto;
}

#download-tc-table-id .MuiTableBody-root::-webkit-scrollbar {
  width: 8px;
}

#download-tc-table-id .MuiTableBody-root::-webkit-scrollbar-thumb {
  background: #00316b;
}

#menu- {
  z-index: 99999 !important;
}

#download-tc-table-id .MuiTableCell-footer {
  border-top: 2px solid #f7f1fe;
}

.tooltip-btn {
  background: transparent;
  border: none;
  cursor: default !important;
}

.table-data-with-ellipsis {
  color: #000000 !important;
  white-space: nowrap;
  width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.need-support-btn:hover {
  color: #009fe3;
}

.incoming-file-conf #confirmDialog,
.outgoing-file-conf #confirmDialog {
  padding: 25px 70px !important;
}

.outgoing_file_stages > div > div > div:nth-child(even) {
  transform: translateX(-10.5%);
}

.incoming_file_stages > div > div > div:nth-child(even) {
  transform: translateX(-18%);
}

.incoming_file_stages.failed-transfer > div > div > div:nth-child(even) {
  transform: translateX(-19%) !important;
}

.outgoing_file_stages.failed-transfer > div > div > div:nth-child(even) {
  transform: translateX(-10.5%) !important;
}

#decryption-process-modal {
  padding: 30px !important;
  overflow: hidden !important;
  max-width: 90%;
}

#decryption-process-modal .decryption-dynamic-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  height: 80px;
}

#decryption-process-modal .decryption-dynamic-content h1 {
  font-size: 22px;
  font-weight: bold;
  color: #00316b;
}

.decryption-process-offline-img {
  max-width: 120px;
}

/* stepper css */

.incoming_file_stages.incoming_file_download_failed
  > div
  > div
  > div:nth-child(even) {
  transform: translateX(-19%) !important;
}

.download-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  user-select: none;
}

.stepper-container {
  position: relative;
  height: 100%;
}

.file-download-count {
  position: absolute;
  right: 60px;
  bottom: 35px;
  color: #00316b;
  font-size: 13px;
}

.outgoing-stepper-container .file-download-count {
  bottom: 50px;
}

.incoming_file_stages.file-download-expired-without-download-incoming
  > div
  > div
  > div:nth-child(even) {
  transform: translateX(-30%);
}

.outgoing_file_stages.file-download-expired-without-download-outgoing
  > div
  > div
  > div:nth-child(2n) {
  transform: translateX(-12.5%);
}

.outgoing_file_stages.decryption-failed-outgoing-stepper
  > div
  > div
  > div:nth-child(2n) {
  transform: translateX(-10.5%) !important;
}

#algoTable .MuiTablePagination-toolbar {
  margin-top: 5px;
}

/* decryption process animation */

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/*  */

.incoming-table-transfer-status {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.decryption-process-warning {
  text-align: center;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
}

.file-decryption-modal-portal
  .ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(5px);
}
.sectionLeft {
  transition: transform 0.3s ease-in-out;
}

.sectionLeft.d-none {
  transform: translateX(-100%);
}

.sectionLeft.d-block {
  transform: translateX(0);
}

.d-lg-none {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1001;
}

.d-lg-none.btn-primary {
  background-color: #003463;
  border-color: #007bff;
}

.dashboard_links {
  cursor: pointer;
  background: #fff;
  fill: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.dashboard_links:hover {
  border: 2px solid #00316b; /* Initial border */
}

.dashboard_links span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.dashboard_links:hover span {
  transform: scale(1.05) !important;
}

.dashboard_links svg {
  transition: transform 0.3s ease;
}

.dashboard_links:hover svg {
  transform: scale(1.05);
}

.item-flex {
  flex-basis: 25%; /* 25% width for each item to fit 4 in a row */
  max-width: 25%; /* Prevents them from growing beyond this width */
}

/* MFA Styles */
.mfa-options {
  margin-top: 1rem;
}

.mfa-option {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.mfa-option:hover {
  border-color: #009fe3;
}

.radio-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.radio-container input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.radio-container label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.mfa-hint {
  margin: 0 0 0 30px; /* Removed top margin */
  color: #666;
  font-size: 14px;
}

.phone-input {
  margin-top: 15px;
  margin-left: 30px;
}

.phone-input .form-control {
  max-width: 300px;
}

.current-mfa-section {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.current-mfa-section p {
  color: #666;
  font-size: 1rem;
  margin: 0.5rem 0;
}

.mfa_box {
  width: 474px;
  max-width: 100%;
  padding: 15px 30px; /* Changed from 15px 0 to match login_box */
  border-radius: 10px;
}

.mfa_main_content {
  display: block;
  padding-left: 30px;
  margin: 0;
}

.sms-terms-content {
  max-height: 80vh; /* Changed from 70vh to 80vh */
  overflow-y: auto;
}

.sms-terms-content p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.sms-terms-content::-webkit-scrollbar {
  width: 8px;
}

.sms-terms-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.sms-terms-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.sms-terms-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sms-terms-button {
  text-align: center;
  margin-top: 2rem !important;
}

.sms-terms-button button {
  width: auto !important;
  min-width: 200px;
}

.sms-terms-content a {
  display: inline;
  margin: 0 4px; /* Add a small margin for spacing between text and links */
}

.inline-link {
  display: inline !important;
}

.terms-content a {
  display: inline !important;
}

/* Add these classes for specific cases where we need different display behavior */
.nav-link,
.dashboard_links,
.navbar-brand {
  display: block;
}

/* Add this with other modal styles */
.ReactModal__Content p,
.ReactModal__Content div,
.ReactModal__Content span {
  line-height: 1.5;
  white-space: normal;
}

.ReactModal__Content a {
  display: inline;
  margin: 0 4px;
}

/* Fix for specific modal content */
.terms-content p,
.privacy-content p,
.cookie-content p,
.registration-terms p,
.sms-terms-content p {
  white-space: normal;
  line-height: 1.5;
}

.modify-mfa-section {
  margin-top: 2rem;
}

.modify-mfa-section h4 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
}

.current-mfa-section p strong {
  color: #333;
}

.current-mfa-section h4,
.modify-mfa-section h4 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
}

.current-mfa-section {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.current-mfa-section p {
  color: #666;
  font-size: 1rem;
  margin: 0.5rem 0;
}

.modify-mfa-section {
  margin-top: 2rem;
}

/* Update anchor styles to remove extra spacing */
.sms-terms-content a {
  display: inline;
  margin: 0; /* Remove margin */
  padding: 0; /* Remove padding */
}

/* Update checkbox container styles */
.sign-in-checkbox {
  display: flex;
  align-items: center; /* Vertically center */
  gap: 12px; /* Space between checkbox and text */
}

/* Update checkbox container styles */
.sign-in-checkbox input[type="checkbox"] {
  width: 20px; /* Make checkbox larger */
  height: 20px; /* Make checkbox larger */
  margin: 0; /* Remove default margins */
  cursor: pointer;
}

/* Update checkbox container styles */
.sign-in-checkbox label {
  margin: 0; /* Remove default margins */
  cursor: pointer;
  line-height: 1.5;
}

.sms-terms-content a {
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: none; /* Remove any transition effects */
}

.sms-terms-content a:hover {
  margin: 0;
  padding: 0;
  text-decoration: underline; /* Just underline on hover */
}

/* Override any other hover effects */
.sms-terms-content a:hover,
.sms-terms-content a:focus,
.sms-terms-content a:active {
  margin: 0;
  padding: 0;
  transform: none;
  background: none;
}

/* Remove all hover effects and spacing from SMS terms links */
.sms-terms-content a {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
  transition: none;
  color: #009fe3;
  line-height: inherit !important;
  vertical-align: baseline !important;
}

.sms-terms-content a:hover,
.sms-terms-content a:focus,
.sms-terms-content a:active {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
  transform: none !important;
  background: none !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
}

/* Remove any inherited link styles */
.ReactModal__Content .sms-terms-content a {
  margin: 0;
  padding: 0;
}

/* Remove the existing rule that was adding margins */
.ReactModal__Content a {
  display: inline;
  margin: 0; /* Changed from margin: 0 4px */
}

/* Remove all existing link style rules first */
.sms-terms-content a,
.ReactModal__Content a,
.ReactModal__Content .sms-terms-content a {
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: none;
  color: #009fe3;
  line-height: inherit;
  vertical-align: baseline;
}

/* Override hover states */
.sms-terms-content a:hover,
.sms-terms-content a:focus,
.sms-terms-content a:active,
.ReactModal__Content a:hover,
.ReactModal__Content a:focus,
.ReactModal__Content a:active {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
  transform: none !important;
  background: none !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
}

.mfa-hint {
  margin: 0 0 0 30px; /* Removed top margin */
  color: #666;
  font-size: 14px;
}

/* Add specific override for phone input hints */
.phone-input .mfa-hint {
  margin-left: 0; /* Remove left margin for phone number format text */
}

/* Remove all existing link style rules first */
#sms-terms-modal .authenticator-modal .sms-terms-content a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  transition: none !important;
  color: #009fe3 !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
  transform: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}

#sms-terms-modal .authenticator-modal .sms-terms-content a:hover,
#sms-terms-modal .authenticator-modal .sms-terms-content a:focus,
#sms-terms-modal .authenticator-modal .sms-terms-content a:active {
  text-decoration: underline !important;
}

/* Remove all other conflicting rules */
.sms-terms-content a,
.ReactModal__Content a,
.ReactModal__Content .sms-terms-content a {
  /* Remove these rules */
}

.sms-terms-content a:hover,
.sms-terms-content a:focus,
.sms-terms-content a:active,
.ReactModal__Content a:hover,
.ReactModal__Content a:focus,
.ReactModal__Content a:active {
  /* Remove these rules */
}

/* Remove all previous link style rules */
.sms-terms-content a,
.ReactModal__Content a,
.ReactModal__Content .sms-terms-content a,
.sms-terms-content a:hover,
.sms-terms-content a:focus,
.sms-terms-content a:active,
.ReactModal__Content a:hover,
.ReactModal__Content a:focus,
.ReactModal__Content a:active {
  /* Remove all these conflicting rules */
}

/* Single strict rule for SMS modal links */
#sms-terms-modal a {
  all: unset !important;
  display: inline !important;
  color: #009fe3 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

#sms-terms-modal a:hover {
  text-decoration: underline !important;
}

.sms-terms-content a {
  color: #009fe3;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.sms-terms-content a:hover {
  text-decoration: underline;
}

.disabled-btn {
  color: #6c757d !important;
  pointer-events: none;
}
