/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.no-scroll {
  overflow: hidden;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom:10px;
  /* padding-left: 15px;
  padding-right: 15px; */
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Align items vertically centered */
  padding-top: 10px; /* Adjust padding as needed */
}


.nav-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-container nav a {
  margin-right: 10px; /* Adjust margin as needed */
}

.nav-item {
  margin-right: 60px; /* Adjust margin as needed */
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.column{
  border:1px solid red;
}
.row {
  /* margin-left: -15px;
  margin-right: -15px; */
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: visible;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  text-decoration: none;
}
.btn .icon {
  display: inline-block;
}
.btn.valign-top {
  vertical-align: top;
}
.btn.valign-bottom {
  vertical-align: bottom;
}
.btn.valign-base {
  vertical-align: baseline;
}
.btn-block {
  display: block;
}
.btn-normal {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-tiny {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-small {
  padding: 2px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-large {
  padding: 8px 18px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-huge {
  padding: 12px 24px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-generic {
  background-color: #f7fbff;
  border-color: #f7fbff;
}
.btn-generic,
a.btn-generic {
  color: #395b77;
}
.btn-generic:hover {
  background-color: #e3ecf5;
  border-color: #e3ecf5;
}
.btn-primary {
  background-color: #395b77;
  border-color: #395b77;
}
.btn-primary,
a.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  background-color: #4a7599;
  border-color: #4a7599;
}
.btn-secondary {
  background-color: #2E58C7;
  border-color: #2E58C7;
}
.btn-secondary,
a.btn-secondary {
  color: #fff;
}
.btn-secondary:hover {
  background-color: #2E58C7;
  border-color: #2E58C7;
}
.btn-highlight {
  background-color: #a0b751;
  border-color: #a0b751;
}
.btn-highlight,
a.btn-highlight {
  color: #fff;
}
.btn-highlight:hover {
  background-color: #a0b751;
  border-color: #a0b751;
}
.btn-cancel {
  background-color: #c3cad1;
  border-color: #c3cad1;
}
.btn-cancel,
a.btn-cancel {
  color: #fff;
}
.btn-cancel:hover {
  background-color: #e3ecf5;
  border-color: #e3ecf5;
}
.btn-link {
  background-color: transparent;
  border-color: transparent;
  border-color: #fff\9;
  color: #1141bf;
}
.btn-link:hover {
  text-decoration: underline;
  color: #12aaeb;
}
.btn-white {
  background-color: #fff;
  border-color: #c3cad1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-white,
a.btn-white {
  color: #1141bf;
}
.btn-white:hover {
  border-color: #b5bdc6;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.175);
}
a.btn.disabled,
.btn.disabled,
.btn[disabled] {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #999999;
  cursor: default;
}
a.btn.disabled:focus,
.btn.disabled:focus,
.btn[disabled]:focus,
a.btn.disabled:active,
.btn.disabled:active,
.btn[disabled]:active {
  outline: none;
}
a.btn.disabled:hover,
.btn.disabled:hover,
.btn[disabled]:hover {
  text-decoration: none;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
body {
  text-align: center;
  color: #333333;
  overflow-y: scroll;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
ol.default,
ul.default {
  padding-left: 40px;
  margin: 1em 0;
}
ol.inlined > li,
ul.inlined > li {
  float: left;
}
ol.default {
  list-style-type: decimal;
}
ul.default {
  list-style-type: disc;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.text-container{
  padding-top: 10px;
}

.popular-conversion-item a {
  color:#FFFFFF !important;
  font-size: 20px !important;
}

.section-conversions {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  padding: 20px; /* Adjust padding as needed */
}


.popular-conversion-item .additional-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.07px;
  letter-spacing: 10%;
  color: #FFFFFF;
  padding-top: 10px;
  width: 80%; /* Adjust as needed */
  white-space: normal; /* Allows text to wrap */
}
.vertical-center {
  display: flex; /* Activează Flexbox */
  flex-wrap: wrap; /* Permite trecerea pe mai multe rânduri */
  justify-content: center; /* Aliniază elementele pe centru */
  align-items: center; /* Centrează elementele vertical */
  gap: 20px; /* Spațiere între elemente */
}
.popular-conversion-item {
  /* width: 320px !important; */
  height: 140px !important;
  border-radius: 30px;
  background: linear-gradient(to bottom, #6885FF 0%, #9AADFC 100%, #C8D3FF 100%, #D9E1FF 100%);
  box-shadow: 0px 4px 8.4px -1px rgba(106, 134, 255, 0.37);
  flex: 0 1 calc(33.33% - 20px); 
  box-sizing: border-box; /* Include marginile și padding-ul în calculele de lățime */
  display: flex; /* Flex pentru interior */
  justify-content: center; /* Centrează conținutul */
  align-items: center; /* Centrează conținutul */
  margin:25px; 
}

.vertical-center .popular-conversion-item {
  flex: 1 1 calc(22.33% - 20px); /* Lățime de 33.33% minus gap */
  box-sizing: border-box; /* Pentru a include padding și border în lățime */
}

.view-more-container .popular-conversion-item {
  flex: 1 1 calc(22.33% - 20px); /* Lățime de 33.33% minus gap */
  box-sizing: border-box; /* Pentru a include padding și border în lățime */
}


/* .popular-conversion-item {
  background: linear-gradient(to bottom, #6885FF 0%, #9AADFC 100%, #C8D3FF 100%, #D9E1FF 100%);
  box-shadow: 0px 4px 8.4px -1px rgba(106, 134, 255, 0.37);
  flex: 0 1 calc(33.33% - 20px); 
  box-sizing: border-box; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin-bottom: 20px; 
} */
.custom-modal {
  display: none;
  position: fixed; 
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.6); 
}
.custom-modal-content {
  background: linear-gradient(180deg, #E1E7FE 0%, #F59D89 100%);
  box-shadow: 
    -4px -4px 4px 0px #00000017 inset, 
    6px 6px 4.3px 0px #FFFFFF40 inset; 
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
  max-width: 545px; 
  position: relative;
  border-radius: 20px; 
}

.modal-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px; 
}

.modal-left {
  flex: 1;
}

.modal-image {
  width: 200px; 
  height: auto;
}

.modal-right {
  align-items:center;
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-message {
  font-size: 14px;
  margin-bottom: 20px;
}

.btn-add-another-file {
  width: 70%;
  padding: 10px 15px;
  background: #3535DB;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 
    -2px -3px 6.8px 0px #00000040 inset, 
    4px 3px 6px 0px #FFFFFF40 inset;
  border-radius: 28px; 
}


.btn-add-another-file:hover {
  background: #2C2C9F; /* Darker shade on hover */
}

@media (max-width: 767px) {
  .modal-image {
    width: 80px; 
    height: auto;
  }

  .btn-add-another-file {
    width: auto;
    font-size: 12px; 
    padding: 8px 12px; 
  }
  .vertical-center{
    display: block;
  }
  
}


.close-btn {
  color: #756a6a;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.view-more-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.view-more-wrapper {
  display: flex; /* Align items horizontally */
  justify-content: center;
  align-items: center; /* Center vertically */
}

.view-more-btn {
  display: block;
  margin: 20px 0; /* Vertical spacing around the button */
  background-color: transparent; /* No background color */
  color: #939393; /* Text color */
  border: none;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif; /* Apply Montserrat font */
  font-weight: 500; /* Font weight */
  font-size: 18px; /* Font size */
  line-height: 21.94px; /* Line height */
  letter-spacing: 10%; /* Letter spacing */
  cursor: pointer;
  text-align: center; /* Center text inside the button */
  text-transform: uppercase;
}
.view-more-icon{
  font-size: 8px;
  transform: translateY(-2px); /* Adjust the value to move the icon horizontally */
}

.view-more-btn:hover {
  color: #707070; /* Darker color on hover */
}

/* .popular-conversion-item {
  width: 100%; 
  display: block;
  margin-bottom: 16px; 
} */

.item-content {
  /* padding-top:25px; */
  padding-left: 20px;
  display: flex; 
 
}

.icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
}

.icon {
  width: 18px; 
  height: auto;

}
.arrow-icon {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 4px; 
  height: auto;
}

.hidden {
  display: none;
  visibility: hidden;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-compact {
  letter-spacing: -1px;
}
.text-large {
  font-size: 18px;
  line-height: 1.5;
}
.text-normal {
  font-size: 14px;
  line-height: 1.42857143;
}
.text-small {
  font-size: 12px;
  line-height: 1.33333333;
}
.text-uc {
  text-transform: uppercase;
}
.text-lc {
  text-transform: lowercase;
}
.bold {
  font-weight: bold;
}
.semibold {
  font-weight: 600;
}
.display-tbl {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
}
.display-tbl.stretched {
  width: 100%;
}
.display-tbl.auto-layout {
  table-layout: auto;
}
.display-tbl.valign-top {
  vertical-align: top;
}
.display-tbl.valign-bottom {
  vertical-align: bottom;
}
.display-tbl.valign-base {
  vertical-align: baseline;
}
.display-tbl .display-tr {
  display: table-row;
  vertical-align: inherit;
}
.display-tbl .display-td {
  display: table-cell;
  vertical-align: inherit;
}
a,
.pseudo-link {
  color: #1141bf;
  text-decoration: none;
}
a:active,
.pseudo-link:active {
  color: #1141bf;
}
a:link,
.pseudo-link:link {
  color: #6B86F9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.07px;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block; 
  margin-right: 15px; 
}

a:link:last-of-type,
.pseudo-link:link:last-of-type {
  margin-right: 0;
}
a:visited,
.pseudo-link:visited {
  color: #6D8AFE;
  text-transform: uppercase;
}
a:hover,
.pseudo-link:hover {
  color: #1141bf;
}
a.ulink,
.pseudo-link.ulink {
  text-decoration: underline;
}
a.link:hover,
.pseudo-link.link:hover {
  text-decoration: underline;
}
a:hover,
.pseudo-link:hover {
  text-decoration: underline;
}
a.ulink:hover,
.pseudo-link.ulink:hover {
  text-decoration: none;
}
a.link,
.pseudo-link.link {
  text-decoration: none;
}
.pseudo-link {
  cursor: pointer;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table.table {
  width: 100%;
  margin: 12px 0;
}
table.table tbody {
  vertical-align: top;
}
table.table.valign-top tbody {
  vertical-align: top;
}
table.table.valign-middle tbody {
  vertical-align: middle;
}
table.table.valign-baseline tbody {
  vertical-align: baseline;
}
table.table th,
table.table td {
  padding: 6px 16px;
  border-bottom: 1px solid #e3ecf5;
}
table.table th.compact,
table.table td.compact {
  padding-right: 0px;
}
table.table th {
  background-color: #f7fbff;
  border-width: 5px;
  color: #284155;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}
html,
body {
  height: 100%;
}
#body-wrap {
  background-color: #F8F9FE;
  /* min-height: 100%; */
  height: auto !important;
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1.page-title {
  font-size: 30px;
  line-height: 1.1;
  color: #395b77;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 8px;
  margin-bottom: 20px;
}

h2.page-title {
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 10%;
  background: linear-gradient(90deg, #1141BF 0%, #4C77E8 100%);
  color: #FFFFFF; /* Gradient text color fallback */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
  margin-bottom: 20px;
  justify-content: center;
}
.center-container{
  display:flex; 
  justify-content:center
}
.send-message-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}

h1.page-title.bordered {
  padding-bottom: 16px;
  border-bottom: 1px solid #e3ecf5;
}
h1.page-title a {
  color: #395b77;
}
.notice {
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.notice.warn,
.notice.warning {
  border-color: #F2AB54;
  background-color: #FFECD3;
}
.notice.info {
  border-color: #00aaaa;
  background-color: #d7ffff;
}
.notice.error {
  border-color: #c30b1a;
  background-color: #fad5d8;
}
.notice.success {
  border-color: #00f;
  background-color: #d9d9ff;
}
.notice-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
#header {
  text-align: left;
  background-color: #F8F9FE;
}
#logo {
  float: left;
  line-height: 1;
}
#logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
#header-ads {
  margin-left: 240px;
  margin-right: 240px;
  height: 60px;
  text-align: center;
  line-height: 1;
}
#motto {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#motto .heading {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #395b77; 
  text-transform: uppercase;
  
  background: -webkit-linear-gradient(#1141BF 0%, #4C77E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  background: linear-gradient(#1141BF 0%, #4C77E8 100%);
  background-clip: text;
  text-fill-color: transparent;
}
/* #motto .heading {
font-size: 36px;
line-height: 1;
margin: 0 0 5px 0;
font-weight: bold;
color: #395b77;
} */

#motto .heading span {
  color: #599fd4;
}
#motto .subheading,
#motto .subheading2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0;
    letter-spacing: 0.1em;
    text-align: center;
}
.subheadingBelow{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0;
  letter-spacing: 0.1em;
  text-align: center;
}
#header .header-stripe {
  /* background-color: #F8F9FE; */
  /* border-bottom: 1px solid #c8d7e6; */
  /* padding-bottom: 230px; */
  /* margin-bottom: -230px; */
}

/* Existing styles */
#header .language-bar {
  float: right;
  /* margin-top: 20px; */
}
#header .language-bar:hover {
  /* margin-top: 20px; */
}


#header .language-bar-short {
  display: none;
}

/* New styles for the dropdown */
.language-dropdown {
  position: relative;
  display: inline-block;
  justify-content: center;
}

.language-dropdown-content {
  display: none;
  margin-top: 8px;
  border-radius: 6px;
  border:2px solid white;
  position: absolute;
  background-color: #F8F9FE;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.language-dropdown-content a {
  border-radius: 10p;
  padding: 10px;
  margin: 10px;
  color: #1141BF;
  text-decoration: none;
  display: block;
}

.language-dropdown-content a:hover {
  background-color: #FFFFFF;
}

/* .language-dropdown:hover .language-dropdown-content {
  display: block;
  z-index: 1000;
} */

.language-dropdown .dropbtn {
  background-color:white; /* Change as needed */
  padding: 5px 10px;
  border-radius: 4px;
  border:2px solid white;
  color: #1141BF;
  font-weight: 500;
  font-size: 12px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.language-dropdown .dropdown-icon {
  transition: transform 0.3s;
}

.language-dropdown .dropbtn.active .dropdown-icon {
  transform: rotate(180deg);
}



@media (max-width: 1199px) {
  #header-ads {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  #motto .heading {
    font-size: 30px;
  }
  #header .language-bar {
    float: none;
    /* margin-top: 20px; */
  }
}
@media (max-width: 575px) {
  #logo {
    max-width: 180px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .language-bar-long {
    display: none;
  }
  #header .language-bar-short {
    display: block;
  }
  #motto .heading {
    font-size: 24px;
  }
}
#footer {
  text-align: left;
  line-height: 24px;
  font-weight: bold;
  background-color: #F8F9FE;
  /* -------- SECTIONS -------- */
  /* -------- SOCIAL LINKS -------- */
}
#footer .footer-stripe {
  background-color: #2E58C7;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-stripe {
  background-color: #2E58C7;
  padding-top: 24px;
  padding-bottom: 24px;
}
#footer nav {
  /* display: inline-block; */
}
#footer nav a {
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .footer-stripe {
  font-size: 12px;
  text-align: center;
}
#footer section {
  margin-top: 12px;
  margin-bottom: 12px;
}

nav.footer-nav {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  margin-bottom: 15px; /* Adjust spacing below the nav */
}

nav.footer-nav a {
  margin-bottom: 10px; /* Spacing between nav items */
  text-align: center; /* Center text in each nav item */
  color: #ffffff; /* White color for text */
  text-decoration: none; /* Remove underline from links */
}

#footer .section-formats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.format-group-icon {
 font-size: 38px; /* Space between icon and title */
}

/* #footer .section-formats {
  width: 100%;
} */

/* .section-title {
  display: flex;
  justify-content: center;
  color: #395b77;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 6px;
  letter-spacing: 10%;
  background: linear-gradient(to right, #1141BF, #4C77E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */


#footer .section-title{
  display: flex;
  justify-content: center;
  color: #395b77;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 6px;
  letter-spacing: 10%;
  background: linear-gradient(to right, #1141BF, #4C77E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#footer .section-formats .format-group .section-formats-carousel  {
  border: 1px solid #FDFDFD;
  border-radius: 18px;
  background-color: #FDFDFD;
  box-shadow: 2px 3px 4.3px 0 rgba(0, 0, 0, 0.1), -6px -7px 4px 0 #FFFFFF;
  padding: 41px 20px;
  margin-bottom: 20px;
  /* Default width and height values */
  width: auto;
  height: auto;
  /* margin-right: 28px; */
}

.format-group{
  border: 1px solid #FDFDFD;
  border-radius: 18px;
  background-color: #FDFDFD;
  box-shadow: 2px 3px 4.3px 0 rgba(0, 0, 0, 0.1), -6px -7px 4px 0 #FFFFFF;
  padding: 41px 20px;
  margin-bottom: 20px;
  width: auto;
  height: auto;
  margin-right: 28px;
}
.format-group-content{
  display: grid;
}
.format-group-title {
  font-family: Montserrat, sans-serif; 
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px; 
  letter-spacing: 10%; 
  color: #6B86F9; 
}
.format-group-title-container{
  display: flex;
  justify-content: center;
}
.format-group-icon-container{
  display: flex;
  justify-content: center;
}

.section-formats-carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#carouselFormats {
  position: relative;
  width: 300px;
  overflow: hidden;
}
.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 40px;
  height: 40px; */
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.carousel-control-prev {
  left: 20px;
}
.carousel-control-next {
  right: 20px;
}
.icon {
  width: 14px; /* Adjust as needed */
  height: 18px; /* Adjust as needed */
}
#footer .section-formats  .format-group:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

#footer .section-formats .format-group:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}

#footer .section-formats .format-group:nth-child(3) {
  grid-area: 2 / 4 / 3 / 5;
}

#footer .section-formats .format-group:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

#footer .section-formats .format-group:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}

#footer .section-formats .format-group:nth-child(6) {
  grid-area: 2 / 1 / 3 / 2;
}

/* Carousel styles */
.carousel-container {
  display: none; /* Hide by default */
}

.regular-container {
  display: block; /* Display regular container by default */
}

.slick-slide {
  margin: 0;
  padding: 0;
}

/* Media query to handle responsive behavior */
@media (max-width: 768px) {
  .carousel-container {
    display: block; /* Show carousel on smaller screens */
  }

  .regular-container {
    display: none; /* Hide regular container on smaller screens */
  }

  .carousel-container .format-group {
    margin-right: 0; /* Remove margin for carousel items */
  }
  

  #footer .section-formats-carousel .format-group {
    margin:10px;
    width: 288px !important;
    height: 230px !important;
  }
}
#footer .section-faq ul {
  padding-left: 20px;
  list-style: disc outside;
}
#footer #copyright {
  display: flex;
  justify-content: center;
  color: #fff;
}
#copyright {
  display: flex;
  justify-content: center;
  color: #fff;
}
#footer .social-links {
  text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  gap: 15px;
}
.social-links a {
  color: white;

}
.social-links a:hover {
  transition: transform 0.5s ease;
  transform: scale(1.3);

}
#footer .link-social {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#footer .link-social + .link-social {
  margin-left: 10px;
}
#footer .icon-social {
  font-size: 18px;
}
@media (min-width: 768px) {
  #footer .footer-stripe {
    text-align: left;
  }
  #copyright {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #footer .social-links {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  #footer nav a {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #footer nav a:nth-child(n+3) {
    margin-top: 6px;
  }
}
#menu {
  text-align: center;
  background-color: #F8F9FE; 
  border: 1px solid #c3cad1; 
  box-shadow: 0 2px 8.5px rgba(154, 173, 252, 0.62);
  padding: 10px; 
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 25px;
  margin-left: 25px;
}

#menu .tab-navigator {
  display: inline-block;
  /* -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid #c3cad1;
  border-bottom: none;
  background-color: #f7fbff; */
}
#menu .tab {
  text-align: center;
  position: relative;
  z-index: 3;
  /*background-color: @panel-bg;*/
  display: inline-block;
  /*border: 1px solid @color-border;*/
  min-width: 220px;
}
#menu .tab a {
  display: block;
  padding: 12px 24px;
  text-transform: uppercase;
  text-decoration: none;
}
#menu .tab.active {
  z-index: 4;
  border-bottom-color: #fff;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

@media (max-width: 768px) {
  #menu .tab.active {
    display: none;
  }
  #menu {
    text-align: initial;
    background-color: initial; 
    border: initial; 
    box-shadow: initial; 
    padding: initial; 
    border-radius: initial;
    margin-bottom: initial;
    margin-right: initial;
    margin-left: initial;
  }
}


.tab-viewer {
  /* Styles for the 'viewer' tab */
}



#menu .tab.active a {
  color: #6D8AFE;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 4px solid; /* Set the border width */
  border-image: linear-gradient(to right, #E1E6FE, #91A6FF, #E1E6FE) 1; /* Apply the gradient */
}
/* #menu .tab.active:first-child {
  border-right: 1px solid #c3cad1;
}
#menu .tab.active:last-child {
  border-left: 1px solid #c3cad1;
} */
#menu .tab-inner {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
#menu .secondary-list {
  float: right;
  padding-right: 16px;
  margin-top: 18px;
}
#menu .secondary-list a {
  display: inline-block;
  font-weight: bold;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #menu .secondary-list {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #menu .tab-navigator {
    width: 100%;
  }
  #menu .tab {
    width: 50%;
  }
  #menu .tab a {
    padding: 12px;
  }
}
/* @media (max-width: 442px) { */
  @media (max-width: 768px) {
  #menu .tab {
    width: 100%;
  }
  #menu .tab.active a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: none; /* Set the border width */
    border-image: linear-gradient(to right, #E1E6FE, #91A6FF, #E1E6FE) 1; /* Apply the gradient */
  }
  #menu .tab-index:first-child,
  #menu .tab-viewer:last-child {
    border: none;
    border-bottom: 1px solid #c3cad1;
  }
  .tab-index {
    /* Styles for the 'index' tab */
    background-color: #6D8AFE;
    padding: 10px;
  }

  .tab-viewer {
      /* Styles for the 'viewer' tab */
      /* background-color: #e0e0e0; */
  }
  .tab-viewer{
    /* Styles for the 'index' tab */
    background-color: #6D8AFE;
    padding: 10px;
    color: white;
  }

  .tab.active {
      /* Styles for the active tab */
      font-weight: bold;
      border-bottom: 2px solid #007bff;
  }

  .tab-inner {
      /* Common styles for the tab titles */
      /* padding: 10px; */
      cursor: pointer;
  }

  #menu .tab-navigator{
    padding-right: 40px;
    padding-left: 40px;
  }


  #menu .secondary-list{
    display: none;
  }
#menu .tab-index a {
  color: white;
  border-bottom: none;
}
#menu .tab-viewer a {
  color: white;
  border-bottom: none;
}
#menu .tab-index {
  z-index: 4;
  border-radius: 12px;
  /* margin-left: 10px;
  margin-right: 10px;*/
  margin-bottom: 20px; 
}
#menu .tab-viewer {
  z-index: 4;
  border-radius: 12px;
  /* margin-left: 10px;
  margin-right: 10px;*/
  margin-bottom: 20px; 
}
}
#content {
  margin-right: 30px;
  margin-left: 30px;
}

#content {
  /* position: relative; */
  /* overflow: hidden;
  padding-top: 15px;
  margin-top: -1px;
  min-height: 200px;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #FCFCFE 100%, #E1E7FE 100%);
  box-shadow: 8px 7px 20.1px rgba(0, 0, 0, 0.05);
  z-index: 1; */
}
#content .page-title {
  margin-left: 15px;
  color: #395b77;
}


.uploadForm.mainform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 52px;
  padding-bottom: 20px;
  padding-left: 99px;
  padding-right: 99px;
  border-radius: 15px;
}
.bottom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.uploadForm {
  width: 100%;
  background-image: linear-gradient(to top, #FCFCFE 0%, #E1E7FE 100%);
  position: relative;
  box-shadow: 8px 8px 20.1px rgba(0, 0, 0, 0.05); /* Drop shadow as specified */
}
.select-format-container {
  background: #FFFFFF; /* White background */
  box-shadow: 
      inset 0px 0px 7.4px 0px rgba(0, 0, 0, 0.08), /* Inner shadow */
      8px 7px 20.1px 0px rgba(0, 0, 0, 0.05); /* Drop shadow */
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px;
}
#template-filelist {
  background: linear-gradient(to bottom, #E1E7FE 100%, #FCFCFE 0%);
  box-shadow: 8px 7px 20.1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px;

}
.input-text {
  background-color: #FFFFFF;
  outline: none; 
  color: #000000; 
  border: none; 
  box-shadow: inset 0px 0px 3.9px 0px rgba(0, 0, 0, 0.08); 
  padding: 8px; 
  width: 50%;
}

.mail-label {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #454545;
}
.input-file-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Aligns items to the right */
  transform: translateX(90px);
}
.add-file-icon-mobile{
  display: none;
}
.hidden-message {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 10px;
}

.hidden-message .title {
  font-family: 'Montserrat', sans-serif; /* Font style */
  font-weight: 600; /* Font weight */
  font-size: 16px; /* Font size */
  line-height: 19.5px; /* Line height */
  letter-spacing: 10%; /* Letter spacing */
  color: #FFFFFF; /* Text color */
  text-align: center; /* Center align text */
}

.hidden-message .description {
  font-family: 'Montserrat', sans-serif; /* Font style */
  font-weight: 400; /* Font weight */
  font-size: 12px; /* Font size */
  line-height: 14.63px; /* Line height */
  letter-spacing: 10%; /* Letter spacing */
  color: #FFFFFF; /* Text color */
  text-align: center; /* Center align text */
}

.file-button {
  display: inline-flex;
  align-items: center;
  color: #1141BF;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  outline: none;
}

#tblFileList .select-file-format {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  /* margin-bottom: 10px; */
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.btn-submit {
  width: 100%;
  background-color: #2E58C7;
  box-shadow:
      inset -1px -1px 4px rgba(0, 0, 0, 0.25),
      inset 2px 2px 4px rgba(255, 255, 255, 0.25);
  border: none;
  color: #FFFFFF;
  padding: 9px 32px ;
  font-family: Montserrat, sans-serif; /* Font family */
  font-weight: 500; /* Font weight */
  font-size: 12px; /* Font size */
  line-height: 19.5px; /* Line height */
  text-align: center; /* Align text */
  border-radius: 11px;
  margin: 6px 0; /* Paragraph spacing */
  cursor: pointer;
}

@media (max-width: 768px) {
  /* .uploadForm.mainform {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    background-image: linear-gradient(to top, #6D8AFE 0%, #6D8AFE 100%);
    position: relative;
    box-shadow: 8px 8px 20.1px rgba(0, 0, 0, 0.05); 
  } */
  .uploadForm.mainform {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    background-image: linear-gradient(to top, #6D8AFE 0%, #6D8AFE 100%);
    position: relative;

    /* Outer drop shadow */
    box-shadow: 
        0px 4px 4px 0px rgba(0, 0, 0, 0.05), /* X 0, Y 4, Blur 4, Spread 0, Color #000000, 5% opacity */
        
        /* Inner shadows */
        inset -2px -2px 4px 0px rgba(0, 0, 0, 0.13), /* X -2, Y -2, Blur 4, Spread 0, Color #000000, 13% opacity */
        inset 2px 2px 5.3px 0px rgba(255, 255, 255, 0.71); /* X 2, Y 2, Blur 5.3, Spread 0, Color #FFFFFF, 71% opacity */
}
  /* .uploadForm {
    padding-top: 26px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    transform: scale(0.8); 
  }  */
  .select-format-container{
    background: #FFFFFF; /* White background */
    box-shadow: 
        inset 0px 0px 7.4px 0px rgba(0, 0, 0, 0.08), /* Inner shadow */
        8px 7px 20.1px 0px rgba(0, 0, 0, 0.05); 
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .file-button{
    padding: 5px 10px;
  }

  #tblFileList .select-file-format {
    width: 100%;
    /* margin-bottom: 10px; */
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  #template-filelist {
    background: linear-gradient(to bottom, #E1E7FE 100%, #FCFCFE 0%);
    box-shadow: 8px 7px 20.1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    transform: scale(0.9);
  }
  .bottom-row {
    display: block;
    /* flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; */
  }
  .add-file-button-text{
    display: none;
  }
  .input-file-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    justify-content: flex-start; 
    position: absolute; 
    top: -20px; 
    right: 90px;
  }
  .mail-label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: white;
  }
  .input-text {
    text-align: center;
    background-color: #FFFFFF; 
    color: #000000; 
    border: none; 
    box-shadow: inset 0px 0px 3.9px 0px rgba(0, 0, 0, 0.08); 
    padding: 8px; 
    width: 100%;
    border-radius: 10px;
  }
  .add-file-icon{
    display: none;
  }
  .add-file-icon-mobile{
    display: block;
    width: 18px;
  }
  .btn-submit {
    width: 70%;
  }
  /* .uploadForm.mainform {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 52px;
    padding-bottom: 20px;
    padding-left: 99px;
    padding-right: 99px;
    border-radius: 15px;
  } */
}


/* .step-container, .input-file-wrap {
  flex: 1;
} */
/* .input-file {
  height: 473px;
  width: 100%;
  opacity: 0;
} */
.content-top {
  justify-content: center;
  /* padding: 0 15px; */
}
.content-bottom {
  /* padding: 0 15px 15px 15px; */
}
.big-or {
  font-family: Montserrat;
  font-weight:bold;
  font-size: 16px;
  text-align: center;
  color: #9AADFA;
}
.upload-wrap {
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 20px;
  /* border: 2px dashed #c3cad1; */
}
.upload-wrap:hover,
.upload-wrap.highlighted {
  /* background: #f7fbff;
  border: 2px dashed #a6b1bb; */
  background: linear-gradient(to bottom, #FCFCFE 0%, #E1E7FE 100%);
  box-shadow: 8px 7px 20.1px 0 rgba(0, 0, 0, 0.05);
}
.upload-wrap.disabled {
  background-color: #f7fbff;
  border-color: #a6b1bb;
  color: #e3ecf5;
}
.upload-wrap.disabled .btn-browse-file {
  background-color: #e3ecf5;
}

.file-converter {
  width: 357px;
  height: 111px;
  border-radius: 20px;
  background-color: #6D8AFE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), inset -2px -2px 4px 0 rgba(0, 0, 0, 0.13), inset 2px 2px 5.3px 0 rgba(255, 255, 255, 0.71);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.converter-text {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.file-converter.expanded {
  /* height: 290px; */
}

/* Style for the responsive container */
#responsive-container {
  width: 357px;
  height: 111px;
  /* top: 343px;
  left: 22px; */
  border-radius: 20px;
  background-color: #6D8AFE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin: 20px auto;
}

#responsive-container.expanded {
  width: 357px;
  height: 290px;
}

#responsive-container .converter-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 111px; /* Center text vertically */
}

#responsive-container .expanded-content {
  display: none;
  padding: 20px;
}

#responsive-container.expanded .expanded-content {
  border:1px solid red;
  display: block;
}

#responsive-container .input-file {
  display: block;
  margin: 10px 0;
  width: 100%;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border: 1px solid red;
  border-radius: 4px;
}

#responsive-container .select-format-container {
  display: flex;
  flex-direction: column;
}

#responsive-container .select-file-format {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#responsive-container .select-preset-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#responsive-container .select-preset-label {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
}

#responsive-container .select-preset-container {
  /* flex: 1; */
}

#responsive-container .select-file-preset {
  /* width: 100%; */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.clear {
  clear: both;
}

@media (max-width: 768px) {
  .upload-wrap {
      display: none;
  }
  .input-file {
    /* height: 400px;
    width: 100%;
    opacity: 0; */
  }
  
  .row.select-format-container {
      display: none;
  }

  #responsive-container {
      /* width: 100%; */
      /* height: 111px; */
      margin: 20px auto;
  }

  #responsive-container.expanded {
      height: 290px;
  }

  #responsive-container .converter-text {
      font-size: 14px;
  }

  #responsive-container .expanded-content {
      display: none;
  }

  #responsive-container.expanded .expanded-content {
      /* width: 357px;
      height: 290px;
      border:1px solid red;
      display: block; */
  }

  #responsive-container .input-file,
  #responsive-container .select-file-format,
  #responsive-container .select-file-preset {
      width: 100%;
  }

  /* .input-file {
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 10px;
    border: 1px solid red;
    border-radius: 4px;
  } */
}

.upload-description {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.upload-description-convert {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.upload-wrap-convert {
  height: 400px;
}
.file-container {
  /* width: 100%; */
}

.input-file-wrapper {
  height: 473px;
  /* background-image: linear-gradient(to bottom, #FCFCFE 0%, #E1E7FE 100%); */
}



.add-file-button-text {
  font-size: 14px;
  margin-right: 8px; 
}
.add-file-icon {
 width: 28px;
}
.drag-and-drop-icon{
  width: 48px;
  padding-bottom: 20px;
}

.icon {
  font-size: 18px; /* Adjust size of the "+" icon */
}

.input-file {
  /* height: 100%;
  width: 100%; */
  opacity: 0;
  /* position: absolute; */
  cursor: pointer; /* Optional: to indicate clickable area */
}
.input-file-viewer{
  height: 400px;
  width: 100%;
  opacity: 0;
  cursor: pointer; 
}
.input-file-convert{
  height: 400px;
  width: 100%;
  opacity: 0;
  cursor: pointer; 
}
.row.select-format-container {
  display: flex;
  align-items: center;
}

.file-cell {
  flex: 1;
}

.formats {
  display: flex;
  flex: 2;
  gap: 10px; /* Adjust the gap as needed */
}

.source-format-container,
.dest-format-container {
  display: flex;
  /* flex: 1; */
}
.btn-browse-file {
  display: inline-block;
  padding: 6px 40px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  border-radius: 10px;
  color: #fff;
  background-color: #1141BF;
}
.upload-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24.38px;
  margin-bottom: 6px; /* Assuming "Paragraph 6px" means bottom margin */
  letter-spacing: 10%;
  text-align: center;
  color: #9AADFA;
}
.contact-form{
  display:flex; 
  justify-content:center
}
.btn-submit-viewer {
  width: 100%;  
  border: none;
  background-color: transparent; 
  color: #1141BF;
}

#submit-wrap {
  display: flex; 
  /* align-items: center;  */
  justify-content: center;
}

/* Style for the button */
.btn-submit-viewer {
  display: flex; /* Use flexbox to align icon and text */
  align-items: center; /* Vertically center the icon and text */
  border: none;
  background-color: transparent;
  cursor: pointer; /* Change cursor to pointer to indicate clickability */
  padding: 10px; /* Adjust padding as needed */
}

/* Style for the icon */
.icon-find-in-page {
  background-image: url('/css/icons/find_in_page.png'); /* Path to your icon */
  background-size: contain; /* Ensure the icon fits the container */
  background-repeat: no-repeat; /* Prevent repeating the icon */
  width: 18px; /* Adjust icon size */
  height: 18px; /* Adjust icon size */
  margin-right: 8px; /* Space between icon and text */
  display: inline-block; /* Ensure it displays inline with text */
  margin-left: 15px;
}


.btn-submit:disabled {
  background-color: #c3cad1;
}
.actions-container.bordered {
  /* border-top: 1px solid #c3cad1; */
}
.actions-container + .actions-container {
  margin-top: 15px;
}
/* .actions {
  display: none;
  margin-top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #c3cad1;
  background-color: #fff;
  color: #395b77;
} */
.actions {
  display: none;
  margin-top: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-image: linear-gradient(to top, #FCFCFE 0%, #FCFCFE 100%);
  box-shadow: 8px 8px 20.1px rgba(0, 0, 0, 0.05);  
}
.converted-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 14.63px;
  letter-spacing: 30%;
  color: #353535;
}
.actions + .actions {
  /* border-top: 1px solid #c3cad1; */
}
#process {
  margin-top: 15px;
  margin-bottom: 6px;
  color: #395b77;
}
.progress-bar {
  display: none;
  position: relative;
  padding: 0;
}
.bar-wrap {
  max-width: 360px;
  height: 12px;
  margin-top: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #e3ecf5;
}
.bar-percentage {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #365976, #20688E 25%, #0A82B4 50%, #0297D1 75%, #02AFEF);
}
.bar-info {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cancel-upload {
  align-self: center;
}
#cancel-upload .icon-cancel-upload {
  font-size: 20px;
  color: #cb5c59;
}
#results {
  display: none;
}
#results > h3 {
  margin-left: 15px;
}
#results .result-group {
  border-radius: 15px;
  margin: 15px;
  background-color: #FEFEFE;
  box-shadow: inset 0px 0px 7.4px 0px rgba(0, 0, 0, 0.08);
}
#results .onerow {
  position: relative;
  padding: 10px 15px;
}
#results .icon {
  position: absolute;
  color: #c3cad1;
}
#results .info-wrap {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  /* display: flex;
  justify-content: space-between;
  margin-left: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

/* data.output.url */

#results .icon a {
  color: #395b77;
}
#results .status-text {
  display: flex;
  font-weight: bold;
  align-items: center;
  margin-right: 20px;
}

.download-icon {
  width: 18px; /* Adjust the width */
  height: 18px; /* Adjust the height */
  margin-left: 10px;
}

#results .right-column .status-text {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
#results .size.disabled {
  display: none;
}
#results .progress-info {
  position: absolute;
  top: 0;
  right: 0;
}
#results .bar-wrap {
  height: 8px;
  margin-top: 6px;
  margin-right: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#results .bar-percentage {
  border-radius: 3px;
  background: #00abea url("/images/progress-bar.png") scroll repeat 0 0;
}
#results .icon-status {
  margin-left: 10px;
}
#results .processing .icon-status {
  color: #599fd4;
}
#results .success .icon-status {
  color: #5DB35A;
}

@media (max-width: 991px) {
  .step-heading .step-text {
    margin-left: -40px;
  }
  .step-label-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .progress-bar .bar-info {
    text-align: center;
  }
  .progress-bar .bar-wrap {
    position: relative;
    left: 0;
    margin: 6px auto;
  }
}
@media (max-width: 768px) {
  #content {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media (max-width: 575px) {
  .step-heading .step-text {
    display: none;
  }
}
.privacy-terms {
  padding: 0 15px 15px 15px;
}
.privacy-terms li.term-item,
.privacy-terms li.term-item .term-item-title {
  color: #395b77;
  font-weight: bold;
}
.privacy-terms li.term-item * {
  color: #333333;
  font-weight: normal;
}
.privacy-terms .block-highlight-fill {
  background: #f7fbff;
  margin: -1px -1px -14px -40px;
  padding: 1px 1px 1px 40px;
}
.privacy-terms li.bold {
  font-weight: bold;
}
.response-text {
  margin-bottom: 10px;
  font-weight: bold;
  color: #cb5c59;
}
#form-contacts {
  margin-left: 15px;
}
#form-contacts .label-wrap {
  text-align: right;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  color: #395b77;
}
#form-contacts .field {
  margin-bottom: 12px;
}
#form-contacts .required-mark {
  color: #cb5c59;
}
/* #form-contacts .input {
  width: 100%;
  padding: 6px;
  border-radius: 2px;
  border: 1px solid #c3cad1;
  background: #e3ecf5;
} */
#form-contacts .input {
  width: 100%;
  outline: none;
  border-radius: 15px;
  background-color: #F8F9FE;
  box-shadow: 0 2px 8.5px 0 rgba(154, 173, 252, 0.62);
  border: 1px solid #c3cad1;
  padding: 10px;
}

#form-contacts .input::placeholder {
  color:#6885FF70;
  text-align: center; /* Center-aligns the placeholder text */
}
#form-contacts .btn-submit {
  font-size: 12px;
  line-height: 1.33333333;
}
#form-contacts .note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.33333333;
  text-align: right;
  font-weight: bold;
}
.answers {
  padding: 0 15px 15px 15px;
}
.answers.ulist {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.answers.ulist li {
  width: 50%; /* 2 columns */
  box-sizing: border-box;
  padding: 10px; /* Adjust padding as needed */
}
.faq-item {
  position: relative;
  padding: 20px 20px 20px 60px;
}
.faq-item .faq-expand {
  position: absolute;
  left: 20px;
  top: 26px;
  font-size: 12px;
  color: #c3cad1;
}
.faq-item .faq-close {
  float: right;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  border: none;
  color: #c3cad1;
}
.faq-item .answer-title {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  letter-spacing: 10%;
  color: #6E89FF;
  padding-bottom: 21px;
}
.faq-item .faq-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px; 
  border: 1px solid #6E89FF; 
  font-size: 32px;
  border-radius: 50%;
  padding: 10px 21px; 
  text-align: center;
  margin-right: 27px; 
  box-sizing: border-box; 
}
.faq-item:hover,
.faq-item.highlighted {
  background: #f7fbff;
}
.faq-item .answer {
  margin-left: 80px;
  display: block;
  margin-right: 20px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: 10%;
  color: #515151;
  width: 60%;
}
.faq-item.collapsed:hover {
  cursor: pointer;
}
.faq-item.collapsed .answer {
  display: none;
}
.faq-item.collapsed .faq-close {
  display: none;
}
.faq-item.expanded .faq-expand {
  display: none;
}
.faq-item.expanded .answer {
  display: block;
}
@media screen and (max-width: 500px) {

  .page-title {
    display: flex;
    justify-content:center ;
    text-align: center;
    font-size: 24px;
  }
  #footer .section-title {
    display: flex;
    justify-content:center ;
    text-align: center;
    font-size: 24px;
  }
  .faq-item .answer {
    margin: auto;
    padding-bottom: 20px;
    display: none;
  }
  .answers.ulist{
    flex-direction: column;
    align-items: center;
  }
  .answers.ulist li{
    width: 75%;
    margin-bottom: 16px;
  }
  .faq-item {
    align-items: center;
    font-size: 14px;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
    background: linear-gradient(to bottom, #FCFCFE 0%, #E1E7FE 100%);
    box-shadow: inset -3px -3px 7.4px rgba(0, 0, 0, 0.09), 
                inset 6px 7px 7.6px rgba(255, 255, 255, 0.64);
  }
  
  .faq-item .answer-title{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4px;
  }

  /* Add the arrow icon */
  .answer-title::after {
    content: '';
    position: absolute;
    margin-top: 10px;
    right: 10px; 
    transform: translateY(-50%) rotate(180deg); 
    width: 10px; 
    height: 10px; 
    background: url('/css/icons/keyboard_arrow_down.png') no-repeat center center; 
    background-size: contain; 
    transition: transform 0.3s ease; 
  }

  .faq-item.collapsed .answer-title::after {
    transform: translateY(-50%) rotate(0); 
  }
  
  .faq-item .faq-count{
    display: none;
  }

  .faq-item.collapsed {
    width: 100%;
    display: block;
    transition: transform 0.3s ease; 
  }
  .faq-item.collapsed .answer {
    width: 100%;
    display: block;
    transition: transform 0.3s ease; 
  }

  .answer-title {
    cursor: pointer;
  }

  /* .answer-title::after {
    content: ' (tap to expand)';
    font-size: 0.8em;
    color: #888;
  } */
/* 
  .faq-item.collapsed .answer-title::after {
    content: ' (tap to collapse)';
  } */
}
#conversion-types {
  position: relative;
  margin-bottom: 30px;
}
#conversion-types:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #c3cad1;
}
#conversion-types .input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
#conversion-types .input-group + .input-group {
  margin-top: 30px;
}
#conversion-types .input-group-title {
  color: #395b77;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
#conversion-types .input-group-note {
  margin-top: 5px;
  margin-left: 10px;
  font-style: italic;
  color: #395b77;
}
#conversion-types .input-group-extensions {
  padding-top: 4px;
  line-height: 1.5;
  font-weight: bold;
}
#conversion-types .input-group-extensions .extension {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#conversion-types .input-group-extensions .extension.active,
#conversion-types .input-group-extensions .extension:hover {
  border-radius: 8px;
  text-decoration: none;
  background-color: #395b77;
  color: #fff;
}
#conversion-types .output-format-groups {
  padding-left: 100px;
}
#conversion-types .output-group {
  color: #395b77;
}
#conversion-types .formats-group {
  display: none;
}
#conversion-types .formats-group.active {
  display: block;
}
#conversion-types .output-group-input-title,
#conversion-types .output-group-input-description {
  font-weight: bold;
}
#conversion-types .output-group-input-title {
  font-size: 28px;
  line-height: 1.5;
}
#conversion-types .output-group-title {
  color: #a0b751;
  margin-top: 16px;
  margin-bottom: 16px;
}
#conversion-types .output-group-title .icon {
  vertical-align: middle;
  margin-right: 8px;
}
#conversion-types .output-group-extensions .extension-description-list {
  position: relative;
  margin: 8px 0;
}
#conversion-types .output-group-extensions .extension-term {
  position: absolute;
  left: 0;
  font-weight: bold;
}
#conversion-types .output-group-extensions .extension-description {
  margin-left: 54px;
}
#conversion-types .output-group-extensions .dash {
  margin-right: 6px;
  margin-left: -14px;
  color: #599fd4;
  font-weight: bold;
}
@media (max-width: 991px) {
  #conversion-types .output-format-groups {
    padding-left: 40px;
  }
  #form-contacts .label-wrap {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #conversion-types:before {
    content: none;
  }
  #conversion-types .output-group-title .icon {
    display: block;
  }
  #conversion-types .output-format-groups {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    border-top: 1px solid #c3cad1;
  }
  #conversion-types .output-group-extensions {
    text-align: left;
  }
  #conversion-types .formats-group.active {
    display: inline-block;
    margin: 0 auto;
  }
  #tblFileList {
    text-align: center;
  }
  .select-file-format {
    text-align: left;
  }
  .input-text {
    width: 100%;
  }
  .faq-item {
    padding: 16px 10px 16px 30px;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .faq-item .faq-expand {
    top: 20px;
    left: 10px;
  }
  .faq-item .faq-close {
    font-size: 14px;
  }
  .faq-item .answer-title {
    font-size: 14px;
    line-height: 1.42857143;
  }
  .faq-item .answer {
    font-size: 12px;
    line-height: 1.33333333;
  }
}
.step + .step {
  margin-top: 30px;
}
.step > .row + .row {
  margin-top: 10px;
}
.step-heading {
  text-align: center;
  margin-bottom: 10px;
}
.step-heading .step-text {
  margin-right: 10px;
  font-weight: bold;
  color: #395b77;
}
.step-heading .step-nr {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #395b77;
}
.step-label-container {
  text-align: center;
}
.step-label {
  display: block;
  margin-top: 6px;
  cursor: pointer;
  font-weight: bold;
  font-style: italic;
  color: #3387c7;
}
.step-label .icon {
  margin-right: 4px;
}
.step-label .note {
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: bold;
}
.select-preset-wrap {
  margin-top: -5px;
  font-size: 12px;
  line-height: 1.33333333;
}
.select-preset-wrap .select-preset-label {
  width: 50px;
  margin-top: 10px;
  text-align: center;
  float: left;
}
.select-preset-wrap .output-preset {
  width: 300px;
  padding: 6px 12px;
}
.select-preset-wrap .output-preset .select-title {
  font-size: 12px;
  line-height: 1.33333333;
}


.input-file-wrap-viewer {
  height: 400px;
}

.input-email {
  /* min-width: 240px; */
}
.input-file-url {
  width: 100%;
  padding-right: 30px;
}

.input-text:disabled {
  background-color: #f0f0f0; 
  color: #a0a0a0; 
  border: 1px solid #d0d0d0; 
  cursor: not-allowed;
  opacity: 0.5; 
}


.input-checkbox {
  width: 16px;
  height: 16px;
}
.input-url-wrap {
  position: relative;
}

.burger-menu {
  display: none;
}
.close-icon {
  position: absolute;
  top: 35px;
  right: 27px;
  cursor: pointer;
}

.overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0; 
  width: 100%; 
  height: 100vh; 
  background: rgba(0, 0, 0, 0.3); 
  z-index: 999; 
}

#burger-button {
  width: 20px;  
  height: 25px; /* Adjust the height as needed */
  background: url('/css/icons/menu.png') no-repeat center center;
  background-size: contain;  /* Ensure the icon scales properly */
  border: none;   /* Remove the border */
  outline: none;  /* Remove the outline */
  cursor: pointer; /* Add a pointer cursor on hover */
}

/* Styles for the burger menu content */
.burger-menu-content {
  display: none; /* Initially hidden */
  background: linear-gradient(to top, #2e58c7, #5f7ff2); 
  position: fixed; 
  top: 0;
  right: 0; 
  width: 80%; 
  height: 100vh;
  z-index: 1000;
  overflow-y: auto; 
  border-top-left-radius: 25px; 
  border-bottom-left-radius: 25px;
  padding-top: 107px;
  padding-left: 44px;
}
.burger-menu-content .nav-item {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333; /* Adjust color as needed */
}
.burger-menu-list li a{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 19.5px;
  letter-spacing: 20%;
  color: #FFFFFF;
}
.burger-menu-list li{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 19.5px;
  letter-spacing: 20%;
  color: #FFFFFF;
  margin-bottom: 21px; /* Space between items */
}
.separator {
  width: 194px;
  border-top: 1px solid #FFFFFF;
  margin-top: 38px;
  padding-bottom: 39px; /* Space after the line */
}

.burger-menu-content .nav-item:hover {
  background-color: #f0f0f0; /* Optional hover effect */
}

/* Show burger menu content when the burger button is clicked */
.burger-menu.open .burger-menu-content {
  display: block;
}
.regular-menu {
  display: flex;
  align-items: center;
}

/* Show burger menu for screens less than 500px */
@media (max-width: 767px) {
  .header-content {
    padding-left: 10px;
    padding-right: 20px;
  }
  .regular-menu {
    display: none;
  }
  
  .burger-menu {
    display: block;
    /* Add additional styles for your burger menu here */
  }
}


.btn-set-url {
  position: absolute;
  top: 8px;
  right: 6px;
  font-size: 18px;
  color: #30c873;
}
.btn-set-url.disabled {
  pointer-events: none;
  color: #c3cad1;
}
.mail-block {
  position: relative;
  width: auto;
}
.mail-block input,
.mail-block label {
  vertical-align: middle;
}
.mail-block label {
  display: block;
  margin-bottom: 10px;
}
#tblFileList {
  width: 100%;
}

.file-cell {
  /* margin: 8px auto; */

}
.file-cell .filename {
  color: #1141BF;
  font-weight: bold;
}
.file-cell .btn-remove-file {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
  color: #cb5c59;
}
.drag-and-drop-icon{
  width: 50px; 
  /* height: auto;
  margin-right: 10px; 
  vertical-align: middle;  */
}


#template-filelist .file-cell {
  float: right;
}
#viewer-body{
  display: flex;
  justify-content: center;
}
.container-viewer {
  display: flex;
  justify-content: center;
  border-image-slice: 1;
  border-radius: 10px;
  border-width: 5px;
  background-image: linear-gradient(to top, #FCFCFE 0%, #E1E7FE 100%);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 900px;
  box-shadow: 8px 8px 20.1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .container-viewer {
    display: block; 
    justify-content: initial; 
    border-image-slice: initial;
    border-radius: 0; 
    border-width: 0; 
    background-image: none; 
    width: auto; 
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    box-shadow: none; 
  }
}
#toolbar {
  color: #395b77;
}

/* toolbar-pages */


.group {
  line-height: 32px;
}
.toolbar-controls{
  display: flex;
  flex-direction: column;
}
.toolbar-pages{
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.zoom-btn-icon{
  width: 31px;
  margin-bottom: 20px;
}
#toolbar-controls  {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px; /* Adjust the value to control the spacing */
}
#toolbar-controls .fakeselect {
  width: 120px;
}
#toolbar-controls .toolbar-controls-right {
  display: flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically center items */
  justify-content: center; /* Horizontally center items */
  gap: 16px; /* Space between items, adjust as needed */
  padding: 10px; /* Padding around the container, adjust as needed */
}
#toolbar-controls .toolbar-btn,
#toolbar-controls .field-wrap {
    display: inline-block;
    font-family: 'Montserrat', sans-serif; /* Apply the Montserrat font */
    font-weight: 400; /* Set font weight to 400 */
    font-size: 12px; /* Set font size to 20px */
    line-height: 24.38px; /* Set line height to 24.38px */
    gap: 6px; /* Space between elements */
    color: #000;
}
#toolbar-controls .field-wrap {
  vertical-align: middle;
}
#toolbar-controls .toolbar-btn .btn-icon {
  font-weight: bold;
  vertical-align: middle;
  color: #395b77;
}
#toolbar-controls .btn-zoomin .btn-icon,
#toolbar-controls .btn-zoomout .btn-icon {
  font-size: 22px;
}
#toolbar-controls .btn-begin .btn-icon,
#toolbar-controls .btn-end .btn-icon {
  font-size: 28px;
}
#toolbar-controls .btn-previous,
#toolbar-controls .btn-next {

}
#toolbar-controls .field {
  border: none;
  background-color: transparent;
}

.icon-chevron-left {
  background-image: url('/css/icons/chevron_left.png'); /* Path to Chevron left icon */
}

.icon-chevron-right {
  background-image: url('/css/icons/chevron_right.png'); /* Path to Chevron right icon */
}

.viewer {
  transform: translateX(40px);
  width: 70%;
  display: block;
  position: relative;
  visibility: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  background-color: white;
}
.viewer .viewport {
  /* display: grid; */
  justify-content: center;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  height: 700px;
  text-align: center;
  cursor: move;
  cursor: -moz-grab;
  clear: both;
}
.viewer .container-holder {
  position: relative;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.viewer .pages-container {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.viewer .page-wrap {
  position: absolute;
  left: 50%;
}
.viewer .page {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
}
.viewer .page img {
  margin: 0 auto;
}
.view-another-file {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  margin-top: 10px;
}
#toolbar {
  transform: translateX(40px);
  margin: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column-reverse; /* Stack items from the bottom */
  justify-content: flex-start; /* Ensure items start from the bottom */
}

/* @media (max-width: 768px) {
  #toolbar {
    display: none;
  }
} */
#permalink-wrap {
  position: relative;
}
#permalink-wrap .btn-main {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
#permalink-wrap .toggled-panel {
  z-index: 999;
  position: absolute;
  bottom: 40px;
  left: -60px;
  width: 320px;
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c3cad1;
  background-color: #e3ecf5;
}
#permalink-wrap .toggled-panel .note {
  text-align: center;
  font-weight: bold;
  color: #000;
}
#permalink-wrap .toggled-panel .text-field {
  max-height: 24px;
  width: 100%;
  font-size: 12px;
  line-height: 1.33333333;
}
#permalink-wrap .toggled-panel .arrow-box {
  position: absolute;
  bottom: 0px;
  left: 80px;
  height: 1px;
  display: block;
}
#permalink-wrap .toggled-panel .arrow-box .arrow,
#permalink-wrap .toggled-panel .arrow-box .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  pointer-events: none;
}
#permalink-wrap .toggled-panel .arrow-box .arrow {
  border-top-color: #c3cad1;
  margin-left: -10px;
  border-width: 8px 10px 0 10px;
  bottom: -8px;
  left: 50%;
}
#permalink-wrap .toggled-panel .arrow-box .arrow:after {
  border-top-color: #e3ecf5;
  bottom: 1px;
  margin-left: -9px;
  border-width: 7px 9px 0px 9px;
  content: " ";
}
.btn-view-another {
  display: none;
  width: 100%;
}
#file-cell .empty-cell-filler {
  width: 1px;
  /* height: 92px; */
}
#file-cell .filename {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 19.5px;
  color: #000000;
  font-weight: bold;
}

#file-cell .icon-file {
  margin-right: 8px;
}
@media (max-width: 991px) {
  #toolbar {
    display: none;
  }
  #toolbar .toggled-panel {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #toolbar .toggled-panel .arrow-box {
    display: none;
  }
  #toolbar .group {
    text-align: center;
  }
  #toolbar #toolbar-controls .toolbar-controls-left,
  #toolbar #toolbar-controls .toolbar-controls-right {
    padding-top: 10px;
    text-align: center;
  }
  #toolbar .btn-previous,
  #toolbar .btn-next {
    width: 70px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 991px) {
  .share-counters {
    margin-bottom: 10px;
  }
  .share-counters .btn-social {
    float: none;
    display: inline-block;
  }
  .share-counters .btn-facebook-like {
    max-width: 130px;
  }
  .share-counters .btn-retweet {
    max-width: 60px;
    margin-left: 10px;
  }
}
.fakeselect {
  display: inline-block;
}
.fakeselect span,
.fakeselect div {
  font-size: 14px;
  font-weight: 600;
  color: #1141BF;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
}
.fakeselect .caret-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 12px;
  margin-top: -8px;
}
@media (max-width: 480px) {
  .fakeselect span,
  .fakeselect div {
    font-size: 10px;
  }
}
div.fakeselect {
  position: relative;
}
.fakeselect .text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 18px;
  display: block;
}
select.fakeselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fakeselect.btn .caret-icon {
  right: 8px;
}
.fakeselect {
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #c3cad1;
}
.fakeselect.disabled {
  background-color: #f7fbff;
}
.fakeselect.disabled .select-title {
  color: #c3cad1;
  
}
.select-title{
  color: red;
}
.fakeselect.language-fakeselect {
  border: 0;
  padding-right: 30px;
}
.fakeselect.language-fakeselect .caret-icon {
  margin-top: -6px;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/* ************************ SCROLLBAR CUSTOMIZED **************************** */
.scrollbar-customized > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-customized > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-customized > .scroll-element {
  background-color: #fcfdff;
}
.scrollbar-customized > .scroll-element,
.scrollbar-customized > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.scrollbar-customized > .scroll-element .scroll-element_outer,
.scrollbar-customized > .scroll-element .scroll-element_size,
.scrollbar-customized > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-customized > .scroll-element .scroll-element_inner,
.scrollbar-customized > .scroll-element .scroll-bar,
.scrollbar-customized > .scroll-element .scroll-bar div {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-customized > .scroll-element .scroll-element_outer,
.scrollbar-customized > .scroll-element .scroll-element_size,
.scrollbar-customized > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-customized > .scroll-element .scroll-bar_body {
  background: none !important;
}
.scrollbar-customized > .scroll-element.scroll-x {
  border-top: solid 1px #fcfdff;
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;

  /* display: none; */
}
.scrollbar-customized > .scroll-element.scroll-y {
  border-left: solid 1px #fcfdff;
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  bott
  width: 16px;
}
.scrollbar-customized > .scroll-element.scroll-x .scroll-bar {
  min-width: 16px;
  height: 8px;
  top: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #c3cad1;
}
.scrollbar-customized > .scroll-element.scroll-y .scroll-bar {
  min-height: 16px;
  width: 8px;
  left: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #c3cad1;
}
/* SCROLL ARROWS */
.scrollbar-customized > .scroll-element .scroll-arrow {
  display: none;
}
.scrollbar-customized > .scroll-element.scroll-element_arrows_visible .scroll-arrow {
  display: block;
  z-index: 12;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
  height: 100%;
  width: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
  height: 100%;
  left: auto;
  right: 0;
  width: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
  left: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_inner {
  left: -34px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size {
  left: -34px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
  width: 100%;
  height: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
  width: 100%;
  top: auto;
  bottom: 0;
  height: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
  top: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner {
  top: -34px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
  top: -34px;
}
/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */
.scrollbar-customized > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner {
  left: -17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner {
  top: -17px;
}
/* PROCEED OFFSET IF ARROWS & ANOTHER SCROLL */
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more {
  right: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner {
  left: -51px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size {
  left: -51px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more {
  bottom: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner {
  top: -51px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size {
  top: -51px;
}
