@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
/* ===================================
    Fonts
====================================== */
/* ===================================
    Reset
====================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "montserrat", serif;
  color: black;
  font-size: 14px;
  color: #0f222f;
  font-weight: 400;
  line-height: 24px;
}

body, html {
  -moz-osx-font-smoothing: grayscale;
}

a, a:active {
  color: #11416c;
  text-decoration: underline;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

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

input, textarea, select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
}

input[type=button], input[type=text], input[type=email], input[type=search], input[type=password], textarea, input[type=submit] {
  -webkit-appearance: none;
  outline: none;
}

input:focus, textarea:focus {
  border-color: #585858;
  outline: none;
}

input[type=button]:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

iframe {
  border: 0;
}

p {
  margin: 0 0 10px;
  /*word-spacing: 1px;*/
}

b, strong {
  font-weight: 700;
}

.height-50 {
  height: 50%;
}

.height-100 {
  height: 100%;
}

.height-100vh {
  height: 100vh;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.alt-font strong {
  font-weight: 700;
}

.white-space {
  white-space: normal;
}

.word-wrap {
  word-wrap: break-word;
}

.no-word-wrap {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.modal-full {
  max-width: 94vw;
}

.no-padding {
  padding: 0;
}

.white {
  color: white;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

li::marker {
  color: #0f222f;
}

::-moz-selection {
  color: #000;
  background: #dbdbdb;
}

::selection {
  color: #000;
  background: #dbdbdb;
}

::-moz-selection {
  color: #000;
  background: #dbdbdb;
}

::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}

.half-gutter {
  margin: 0 -8px;
}

.half-gutter > [class*=col-] {
  padding: 7px;
}

/* ===================================
    Typography
====================================== */
/* font family */
.alt-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-font {
  font-family: "Open Sans", sans-serif;
}

/* font size */
.font-size10 {
  font-size: 10px;
}

.font-size11 {
  font-size: 11px;
}

.font-size12 {
  font-size: 12px;
}

.font-size13 {
  font-size: 13px;
}

.font-size14 {
  font-size: 14px;
}

.font-size15 {
  font-size: 15px;
}

.font-size16 {
  font-size: 16px;
}

.font-size17 {
  font-size: 17px;
}

.font-size18 {
  font-size: 18px;
}

.font-size19 {
  font-size: 19px;
}

.font-size20 {
  font-size: 20px;
}

.font-size22 {
  font-size: 22px;
}

.font-size24 {
  font-size: 24px;
}

.font-size26 {
  font-size: 26px;
}

.font-size28 {
  font-size: 28px;
}

.font-size30 {
  font-size: 30px;
}

.font-size32 {
  font-size: 32px;
}

.font-size34 {
  font-size: 34px;
}

.font-size36 {
  font-size: 36px;
}

.font-size38 {
  font-size: 38px;
}

.font-size40 {
  font-size: 40px;
}

.font-size42 {
  font-size: 42px;
}

.font-size44 {
  font-size: 44px;
}

.font-size46 {
  font-size: 46px;
}

.font-size48 {
  font-size: 48px;
}

.font-size50 {
  font-size: 50px;
}

.font-size55 {
  font-size: 55px;
}

.font-size60 {
  font-size: 60px;
}

.font-size80 {
  font-size: 80px;
}

.font-size100 {
  font-size: 100px;
}

.font-size120 {
  font-size: 120px;
}

.font-size130 {
  font-size: 130px;
}

.font-underline {
  text-decoration: underline;
}

.font-strikethrough {
  text-decoration: line-through;
}

/* text color */
.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-extra-dark-gray {
  color: #232323;
}

.text-dark-gray {
  color: #626262;
}

.text-extra-medium-gray {
  color: #757575;
}

.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-light-gray {
  color: #d6d5d5;
}

.text-very-light-gray {
  color: #ededed;
}

.text-default-color {
  color: #6f6f6f;
}

/* letter spacing */
.no-letter-spacing {
  letter-spacing: 0px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

/* font weight */
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

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

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-bold {
  font-weight: bold;
}

/* line height */
.line-height-normal {
  line-height: normal;
}

.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/* ===================================
    Background color
====================================== */
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-extra-dark-gray {
  background-color: #1c1c1c;
}

.bg-dark-black {
  background-color: #232323;
}

.bg-medium-dark-gray {
  background-color: #191919;
}

.bg-dark-gray {
  background-color: #757575;
}

.bg-extra-medium-gray {
  background-color: #939393;
}

.bg-medium-gray {
  background-color: #dbdbdb;
}

.bg-extra-light-gray {
  background-color: #e0e0e0;
}

.bg-medium-light-gray {
  background-color: #ededed;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-very-light-gray {
  background-color: #fafafa;
}

.bg-grey {
  background-color: #f9f9f9;
}

.bg-red {
  background-color: #ed1b24;
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(96%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(96%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, rgb(255, 255, 255) 96%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 );
}

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0)), color-stop(96%, rgb(0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0)), color-stop(96%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgb(0, 0, 0) 96%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-black-opacity-light {
  background-color: rgba(0, 0, 0, 0.5);
}

/* ===================================
    Custom
====================================== */
.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 90px 0;
  overflow: hidden;
  background: #fff;
}

.big-input, .big-textarea, .big-select select {
  padding: 18px 25px;
  font-size: 14px;
  border-radius: 0;
}

.medium-input, .medium-textarea, .medium-select select {
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}

.small-input, .small-textarea {
  padding: 12px 15px;
  font-size: 11px;
  line-height: normal;
}

.small-select select {
  padding: 15px 15px;
  line-height: normal;
}

.medium-input-light, .medium-textarea-light, .medium-select-light select {
  padding: 12px 25px;
  font-size: 12px;
  line-height: normal;
}

.required-error {
  border: 1px solid #ee2323 !important;
}

.input-border-bottom.required-error {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #ee2323 !important;
}

#success-contact-form {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

/* separator */
.separator-line-vertical-extra-small {
  width: 1px;
  height: 8px;
}

.separator-line-vertical-small-thick {
  width: 17px;
  height: 3px;
}

.separator-line-vertical-small {
  width: 1px;
  height: 13px;
}

.separator-line-vertical-small-thick2 {
  width: 64px;
  height: 7px;
}

.separator-line-vertical-large {
  width: 1px;
  height: 20px;
}

.separator-line-vertical-extra-large {
  width: 1px;
  height: 30px;
}

.separator-line-vertical-medium-thick-full {
  width: 8px;
  height: 40px;
}

.separator-line-vertical-large-thick {
  width: 109px;
  height: 11px;
}

.separator-line-horizontal-medium-light {
  width: 36px;
  height: 3px;
}

.separator-line-horizontal-medium-light2 {
  width: 50px;
  height: 1px;
}

.separator-line-horizontal-medium-light3 {
  width: 18%;
  height: 1px;
}

.separator-line-horizontal-medium-thick {
  width: 50px;
  height: 5px;
}

.separator-line-horizontal-full {
  width: 100%;
  height: 1px;
}

/* divider */
.divider-full {
  width: 100%;
  height: 1px;
  display: inline-block;
}

/* opacity */
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}

.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}

.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}

.opacity1 {
  opacity: 0.1;
}

.opacity2 {
  opacity: 0.2;
}

.opacity3 {
  opacity: 0.3;
}

.opacity4 {
  opacity: 0.4;
}

.opacity5 {
  opacity: 0.5;
}

.opacity6 {
  opacity: 0.6;
}

.opacity7 {
  opacity: 0.7;
}

.opacity8 {
  opacity: 0.8;
}

.opacity9 {
  opacity: 0.9;
}

/* box-shadow */
.btn-shadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.box-shadow-light {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.box-shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.box-shadow-dark {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.box-shadow-large {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.box-shadow-primary {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* z-index */
.z-index-1111 {
  z-index: 1111;
}

.z-index-111 {
  z-index: 111;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-9 {
  z-index: 9;
}

.z-index-0 {
  z-index: 0;
}

.z-index-minus2 {
  z-index: -2;
}

/* ===================================
    Border
====================================== */
.border-all {
  border: 1px solid #ededed;
}

/* boder width */
.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

.border-width-20 {
  border-width: 20px !important;
}

/* boder align */
.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-lr {
  border-left: 1px solid;
  border-right: 1px solid;
}

.border-tb {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* border color */
.border-color-white {
  border-color: #fff !important;
}

.border-color-black {
  border-color: #000 !important;
}

.border-color-extra-dark-gray {
  border-color: #232323 !important;
}

.border-color-medium-dark-gray {
  border-color: #363636 !important;
}

.border-color-dark-gray {
  border-color: #939393 !important;
}

.border-color-extra-medium-gray {
  border-color: #dbdbdb !important;
}

.border-color-medium-gray {
  border-color: #e4e4e4 !important;
}

.border-color-extra-light-gray {
  border-color: #ededed !important;
}

.border-color-light-gray {
  border-color: #f5f5f5 !important;
}

.border-color-light-white {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-color-light-black {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* boder style */
.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-none {
  border-style: none !important;
}

.border-hidden {
  border-style: hidden !important;
}

.border-transperent {
  border-color: transparent !important;
}

.no-border-all {
  border: none !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

/* border for inner box */
.inner-border {
  border: 8px solid rgba(255, 255, 255, 0.35);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
  position: absolute;
}

.inner-border2 {
  border: 8px solid rgba(255, 255, 255, 0.35);
  height: calc(100% - 80px);
  width: calc(100% - 110px);
  left: 55px;
  top: 40px;
  position: absolute;
}

/* transparent border */
.border-black-light {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* border radius */
.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-100 {
  border-radius: 100%;
}

.border-radius-none {
  border-radius: 0 !important;
}

/*================================
    Responsive Media Query
================================*/
@media screen and (max-width: 1199px) {
  section {
    padding: 70px 0;
  }
  .md-height-auto {
    height: auto;
  }
  /* typography */
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 18px;
    padding: 0;
    letter-spacing: 0;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  /* line height */
  .md-line-height-normal {
    line-height: normal;
  }
  .md-line-height-10 {
    line-height: 10px;
  }
  .md-line-height-13 {
    line-height: 13px;
  }
  .md-line-height-18 {
    line-height: 18px;
  }
  .md-line-height-20 {
    line-height: 20px;
  }
  .md-line-height-24 {
    line-height: 24px;
  }
  .md-line-height-22 {
    line-height: 22px;
  }
  .md-line-height-26 {
    line-height: 26px;
  }
  .md-line-height-28 {
    line-height: 28px;
  }
  .md-line-height-30 {
    line-height: 30px;
  }
  .md-line-height-35 {
    line-height: 35px;
  }
  .md-line-height-40 {
    line-height: 40px;
  }
  .md-line-height-45 {
    line-height: 45px;
  }
  .md-line-height-50 {
    line-height: 50px;
  }
  .md-line-height-55 {
    line-height: 55px;
  }
  .md-line-height-60 {
    line-height: 60px;
  }
  .md-line-height-65 {
    line-height: 65px;
  }
  .md-line-height-70 {
    line-height: 70px;
  }
  .md-line-height-75 {
    line-height: 75px;
  }
  .md-line-height-80 {
    line-height: 80px;
  }
  .md-line-height-85 {
    line-height: 85px;
  }
  .md-line-height-90 {
    line-height: 90px;
  }
  .md-line-height-95 {
    line-height: 95px;
  }
  .md-line-height-100 {
    line-height: 100px;
  }
  .md-line-height-110 {
    line-height: 110px;
  }
  .md-line-height-120 {
    line-height: 120px;
  }
  /* font size */
  .md-font-size11 {
    font-size: 11px;
  }
  .md-font-size12 {
    font-size: 12px;
  }
  .md-font-size13 {
    font-size: 13px;
  }
  .md-font-size14 {
    font-size: 14px;
  }
  .md-font-size15 {
    font-size: 15px;
  }
  .md-font-size16 {
    font-size: 16px;
  }
  .md-font-size17 {
    font-size: 17px;
  }
  .md-font-size18 {
    font-size: 18px;
  }
  .md-font-size19 {
    font-size: 19px;
  }
  .md-font-size20 {
    font-size: 20px;
  }
  .md-font-size22 {
    font-size: 22px;
  }
  .md-font-size24 {
    font-size: 24px;
  }
  .md-font-size26 {
    font-size: 26px;
  }
  .md-font-size28 {
    font-size: 28px;
  }
  .md-font-size30 {
    font-size: 30px;
  }
  .md-font-size32 {
    font-size: 32px;
  }
  .md-font-size34 {
    font-size: 34px;
  }
  .md-font-size36 {
    font-size: 36px;
  }
  .md-font-size38 {
    font-size: 38px;
  }
  .md-font-size40 {
    font-size: 40px;
  }
  .md-font-size42 {
    font-size: 42px;
  }
  .md-font-size44 {
    font-size: 44px;
  }
  .md-font-size46 {
    font-size: 46px;
  }
  .md-font-size48 {
    font-size: 48px;
  }
  .md-font-size50 {
    font-size: 50px;
  }
  .md-font-size55 {
    font-size: 55px;
  }
  .md-font-size60 {
    font-size: 60px;
  }
  .md-font-size80 {
    font-size: 80px;
  }
  .md-font-size100 {
    font-size: 100px;
  }
  .md-font-size120 {
    font-size: 120px;
  }
  .md-font-size130 {
    font-size: 130px;
  }
}
@media screen and (max-width: 991px) {
  .sm-height-auto {
    height: auto;
  }
  /* typography */
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
    padding: 0;
    letter-spacing: 0;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    margin: 0 0 20px;
  }
  /* font size */
  .sm-font-size11 {
    font-size: 11px;
  }
  .sm-font-size12 {
    font-size: 12px;
  }
  .sm-font-size13 {
    font-size: 13px;
  }
  .sm-font-size14 {
    font-size: 14px;
  }
  .sm-font-size15 {
    font-size: 15px;
  }
  .sm-font-size16 {
    font-size: 16px;
  }
  .sm-font-size17 {
    font-size: 17px;
  }
  .sm-font-size18 {
    font-size: 18px;
  }
  .sm-font-size19 {
    font-size: 19px;
  }
  .sm-font-size20 {
    font-size: 20px;
  }
  .sm-font-size22 {
    font-size: 22px;
  }
  .sm-font-size24 {
    font-size: 24px;
  }
  .sm-font-size26 {
    font-size: 26px;
  }
  .sm-font-size28 {
    font-size: 28px;
  }
  .sm-font-size30 {
    font-size: 30px;
  }
  .sm-font-size32 {
    font-size: 32px;
  }
  .sm-font-size34 {
    font-size: 34px;
  }
  .sm-font-size36 {
    font-size: 36px;
  }
  .sm-font-size38 {
    font-size: 38px;
  }
  .sm-font-size40 {
    font-size: 40px;
  }
  .sm-font-size42 {
    font-size: 42px;
  }
  .sm-font-size44 {
    font-size: 44px;
  }
  .sm-font-size46 {
    font-size: 46px;
  }
  .sm-font-size48 {
    font-size: 48px;
  }
  .sm-font-size50 {
    font-size: 50px;
  }
  .sm-font-size55 {
    font-size: 55px;
  }
  .sm-font-size60 {
    font-size: 60px;
  }
  .sm-font-size80 {
    font-size: 80px;
  }
  .sm-font-size100 {
    font-size: 100px;
  }
  .sm-font-size120 {
    font-size: 120px;
  }
  .sm-font-size130 {
    font-size: 130px;
  }
  /* line height */
  .sm-line-height-normal {
    line-height: normal;
  }
  .sm-line-height-10 {
    line-height: 10px;
  }
  .sm-line-height-13 {
    line-height: 13px;
  }
  .sm-line-height-18 {
    line-height: 18px;
  }
  .sm-line-height-20 {
    line-height: 20px;
  }
  .sm-line-height-24 {
    line-height: 24px;
  }
  .sm-line-height-22 {
    line-height: 22px;
  }
  .sm-line-height-26 {
    line-height: 26px;
  }
  .sm-line-height-28 {
    line-height: 28px;
  }
  .sm-line-height-30 {
    line-height: 30px;
  }
  .sm-line-height-35 {
    line-height: 35px;
  }
  .sm-line-height-40 {
    line-height: 40px;
  }
  .sm-line-height-45 {
    line-height: 45px;
  }
  .sm-line-height-50 {
    line-height: 50px;
  }
  .sm-line-height-55 {
    line-height: 55px;
  }
  .sm-line-height-60 {
    line-height: 60px;
  }
  .sm-line-height-65 {
    line-height: 65px;
  }
  .sm-line-height-70 {
    line-height: 70px;
  }
  .sm-line-height-75 {
    line-height: 75px;
  }
  .sm-line-height-80 {
    line-height: 80px;
  }
  .sm-line-height-85 {
    line-height: 85px;
  }
  .sm-line-height-90 {
    line-height: 90px;
  }
  .sm-line-height-95 {
    line-height: 95px;
  }
  .sm-line-height-100 {
    line-height: 100px;
  }
  .sm-line-height-110 {
    line-height: 110px;
  }
  .sm-line-height-120 {
    line-height: 120px;
  }
  /* custom */
  section {
    padding: 50px 0;
  }
  .sm-center-col {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .xs-height-auto {
    height: auto;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 14px;
    padding: 0;
    letter-spacing: 0;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  /* font size */
  .xs-font-size11 {
    font-size: 11px;
  }
  .xs-font-size12 {
    font-size: 12px;
  }
  .xs-font-size13 {
    font-size: 13px;
  }
  .xs-font-size14 {
    font-size: 14px;
  }
  .xs-font-size15 {
    font-size: 15px;
  }
  .xs-font-size16 {
    font-size: 16px;
  }
  .xs-font-size17 {
    font-size: 17px;
  }
  .xs-font-size18 {
    font-size: 18px;
  }
  .xs-font-size19 {
    font-size: 19px;
  }
  .xs-font-size20 {
    font-size: 20px;
  }
  .xs-font-size22 {
    font-size: 22px;
  }
  .xs-font-size24 {
    font-size: 24px;
  }
  .xs-font-size26 {
    font-size: 26px;
  }
  .xs-font-size28 {
    font-size: 28px;
  }
  .xs-font-size30 {
    font-size: 30px;
  }
  .xs-font-size32 {
    font-size: 32px;
  }
  .xs-font-size34 {
    font-size: 34px;
  }
  .xs-font-size36 {
    font-size: 36px;
  }
  .xs-font-size38 {
    font-size: 38px;
  }
  .xs-font-size40 {
    font-size: 40px;
  }
  .xs-font-size42 {
    font-size: 42px;
  }
  .xs-font-size44 {
    font-size: 44px;
  }
  .xs-font-size46 {
    font-size: 46px;
  }
  .xs-font-size48 {
    font-size: 48px;
  }
  .xs-font-size50 {
    font-size: 50px;
  }
  .xs-font-size55 {
    font-size: 55px;
  }
  .xs-font-size60 {
    font-size: 60px;
  }
  .xs-font-size80 {
    font-size: 80px;
  }
  .xs-font-size100 {
    font-size: 100px;
  }
  .xs-font-size120 {
    font-size: 120px;
  }
  .xs-font-size130 {
    font-size: 130px;
  }
  /* line height */
  .xs-line-height-normal {
    line-height: normal;
  }
  .xs-line-height-10 {
    line-height: 10px;
  }
  .xs-line-height-13 {
    line-height: 13px;
  }
  .xs-line-height-18 {
    line-height: 18px;
  }
  .xs-line-height-20 {
    line-height: 20px;
  }
  .xs-line-height-24 {
    line-height: 24px;
  }
  .xs-line-height-22 {
    line-height: 22px;
  }
  .xs-line-height-26 {
    line-height: 26px;
  }
  .xs-line-height-28 {
    line-height: 28px;
  }
  .xs-line-height-30 {
    line-height: 30px;
  }
  .xs-line-height-35 {
    line-height: 35px;
  }
  .xs-line-height-40 {
    line-height: 40px;
  }
  .xs-line-height-45 {
    line-height: 45px;
  }
  .xs-line-height-50 {
    line-height: 50px;
  }
  .xs-line-height-55 {
    line-height: 55px;
  }
  .xs-line-height-60 {
    line-height: 60px;
  }
  .xs-line-height-65 {
    line-height: 65px;
  }
  .xs-line-height-70 {
    line-height: 70px;
  }
  .xs-line-height-75 {
    line-height: 75px;
  }
  .xs-line-height-80 {
    line-height: 80px;
  }
  .xs-line-height-85 {
    line-height: 85px;
  }
  .xs-line-height-90 {
    line-height: 90px;
  }
  .xs-line-height-95 {
    line-height: 95px;
  }
  .xs-line-height-100 {
    line-height: 100px;
  }
  .xs-line-height-110 {
    line-height: 110px;
  }
  .xs-line-height-120 {
    line-height: 120px;
  }
}

nav > li > a:after {
  content: "";
  border-bottom: 1px solid #969696;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

section {
  padding: 70px 0;
}

.container.full-width {
  max-width: 90vw !important;
}

.image-row {
  margin: 75px 0;
}

.link-icon {
  margin-left: 7px;
}

ul.primary-list {
  list-style-position: outside;
  margin-left: 10px;
}
ul.primary-list li {
  list-style: none;
  margin-top: 0.75rem;
  padding-left: 15px;
  position: relative;
}
ul.primary-list li .icon {
  font-weight: 900;
  margin-right: 10px;
  color: #01909E;
}
ul.secondary-list {
  list-style-position: inside;
  margin-left: 30px;
}
ul.secondary-list li {
  list-style: disc;
  /*margin-top: .75rem;*/
  /*padding-left: 15px;*/
  /*position: relative;*/
}

ol {
  margin-left: 1em;
}
ol li::marker {
  color: #616161;
}

.modal-full {
  max-width: 94vw;
}

.dropdown-menu[x-out-of-boundaries] {
  display: none;
}

ul {
  padding-left: 2rem;
}
ul li::marker {
  color: #0f222f;
}

:target::before {
  content: "";
  display: block;
  height: 105px;
  margin: -105px 0 0;
}
@media (min-width: 768px) {
  :target::before {
    height: 158px;
    margin: -158px 0 0;
  }
}

.main {
  margin-top: 135px;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 991px) {
  .main {
    margin-top: 82px;
  }
}

a:hover {
  text-decoration: none;
}

p {
  font-family: "Montserrat";
  font-size: 14px;
}

body {
  font-family: "Montserrat";
  color: #0f222f;
}

/*CONTAINER/ MAST HEAD----------------*/
.containment {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; /* Full width */
}

/*BANNER---------------------------------*/
.row.banner {
  padding: 20px 5%;
  background-color: #11416c;
}

@media (max-width: 768px) {
  .banner {
    padding: 20px 20px 20px;
  }
}
/*BANNER---------------------------------*/
.masthead {
  padding: 0px;
  background-size: cover;
  margin-right: 0px;
  padding: 0px;
  padding-top: 6%;
  padding-bottom: 5%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.nomargin {
  margin-right: 0px;
  margin-left: 0px;
}

.normal {
  padding: 80px 0%;
}

@media (max-width: 768px) {
  .normal {
    padding: 40px 20px;
  }
  .banner {
    padding: 20px 20px 20px;
  }
  .masthead {
    padding: 40px 20px;
  }
}
input[type=radio] {
  accent-color: #10426c;
}
/* Import Bootstrap Menu animation styles */
.header-revampp {
  --secure-nav-width: 1200px;
  /* Dropdown item hover and active states */
  /* Dropdown animation (fixed for smoother behavior) */
  /* Navbar collapse styles */
  /* Navbar shadow styles */
}
.header-revampp .navbar .container-fluid {
  max-width: var(--secure-nav-width);
  width: 100%;
}
.header-revampp #navbarCombined .navbar-options {
  max-width: var(--secure-nav-width);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header-revampp .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-revampp .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-revampp .w-100-md {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .header-revampp .mobile-padding {
    padding: 0px 25px;
  }
}
.header-revampp .navbar {
  padding: 15px 0px;
}
.header-revampp .container, .header-revampp .container-lg, .header-revampp .container-md, .header-revampp .container-sm, .header-revampp .container-xl {
  max-width: 1200px;
}
.header-revampp .dropdown-item:active {
  background-color: #11416c;
  font-family: "Montserrat", serif;
  color: white;
}
.header-revampp .dropdown-item:hover {
  background-color: #11416c;
  color: white;
}
.header-revampp .dropdown-menu {
  border-radius: 0px;
  text-align: center;
  padding: 10px 0;
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  visibility: hidden; /* Use visibility for better animation control */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); /* Start slightly above */
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; /* Smooth animation */
}
.header-revampp .dropdown-menu.show {
  visibility: visible; /* Make the dropdown visible */
  opacity: 1; /* Fade in */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Reset transform */
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /* Ensure immediate animation */
  border: solid 1px lightgrey;
}
.header-revampp .navbar-collapse {
  font-weight: bold;
  font-size: 16px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.header-revampp .navbar-nav {
  padding-left: 10px;
}
.header-revampp .navbar-light .navbar-nav .nav-link {
  color: #0e212e;
  text-decoration: none;
}
.header-revampp .navbar-light .navbar-nav .active > .nav-link,
.header-revampp .navbar-light .navbar-nav .nav-link.active,
.header-revampp .navbar-light .navbar-nav .nav-link.show,
.header-revampp .navbar-light .navbar-nav .show > .nav-link {
  color: #11416c;
}
.header-revampp .navbar-light .navbar-nav .nav-link:hover {
  color: #11416c;
}
.header-revampp .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  border-top-width: 2px;
  text-decoration: none;
}
.header-revampp .dropdown-divider {
  margin: 0.25rem 0;
}
.header-revampp .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 0;
}
.header-revampp .fa-solid {
  padding: 0px 5px 0px 0px;
}
.header-revampp .navbar.shadow {
  -webkit-box-shadow: none;
          box-shadow: none; /* Remove default shadow for the first navbar */
}
.header-revampp .navbar:last-child {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for the second navbar */
}
.header-revampp .fixed-top {
  display: block;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .header-revampp .navbar-options {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
    border-top: 1px solid lightgrey;
  }
}
.header-revampp .navbar-toggler {
  margin-right: 15px;
}
/*==================== 
	Footer 
====================== */
footer {
  /* Main Footer */
  /* Copy Right Footer */
  /* Footer Top */
  /*==================== 
  	Widgets 
  ====================== */
  /* Footer transparent */
  /* Footer light */
}
footer .main-footer {
  padding: 40px 0 0;
  background: white;
  background-color: white;
  border-top: 40px solid #10426c;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-copyright {
  background: #222;
  padding: 20px 0;
}
footer .footer-copyright .logo {
  display: inherit;
}
footer .footer-copyright nav {
  float: right;
  margin-top: 20px;
}
footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
footer .footer-copyright nav ul li a {
  color: #969696;
}
footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
footer .footer-copyright p {
  color: #969696;
  margin: 2px 0 0;
}
footer .footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}
footer .widget {
  padding: 20px;
  margin-bottom: 40px;
}
footer .widget.widget-last {
  margin-bottom: 0px;
}
footer .widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
footer .widget.subscribe p {
  margin-bottom: 18px;
}
footer .widget li a {
  color: black;
}
footer .widget li a:hover {
  color: #aaa;
  text-decoration: none;
}
footer .widget-title {
  margin-bottom: 20px;
  font-weight: bold;
}
footer .widget-title span {
  background: #839FAD none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}
footer .widget-title span::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}
footer .widget-title.text-center span, footer .widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
footer .widget .badge {
  float: right;
  background: #7f7f7f;
}
footer .typo-light h1,
footer .typo-light h2,
footer .typo-light h3,
footer .typo-light h4,
footer .typo-light h5,
footer .typo-light h6,
footer .typo-light p,
footer .typo-light div,
footer .typo-light span,
footer .typo-light small {
  color: black;
}
footer ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}
footer ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}
footer ul.social-footer2 li a:hover {
  background-color: #ff8d1e;
}
footer ul.social-footer2 li a {
  display: block;
  height: 70px;
  width: 30px;
  text-align: center;
}
footer .btn {
  background-color: #ff8d1e;
  color: #fff;
}
footer .btn:hover, footer .btn:focus, footer .btn.active {
  background: #4b92dc;
  color: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
}
footer .fa {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  background-color: #1079b5;
  color: #fff;
  padding: 10px 13px;
  border-radius: 10px;
}
footer #subscribe-box .emailfield {
  margin: auto;
}
footer input[type=text] {
  background: rgba(255, 255, 255, 0.075);
  padding: 10px 15px;
  color: #aaa;
  border: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  margin-bottom: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  text-align: center;
  width: 100%;
}
footer input.submitbutton.ripplelink {
  background: #11ae55;
  border: 3px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #e67e22;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border: 0px solid;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 15px;
  margin-bottom: 16px;
  border-radius: 5px;
}
footer .thumb-content ::before {
  content: "\f190";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: #ffffff;
}
footer .widget {
  text-align: center;
}
footer p span {
  font-size: 14px;
}
footer .btn-primary {
  border-color: white;
}
footer .fa-solid, footer .fas {
  font-weight: 900;
  padding: 0px 10px;
}
footer.transparent .footer-top, footer.transparent .main-footer {
  background: transparent;
}
footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}
footer.light .footer-top {
  background: #f9f9f9;
}
footer.light .main-footer {
  background: #f9f9f9;
}
footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}
footer .greenbtn {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Montserrat";
  font-weight: bold;
  border-color: white;
  background-color: #05af55; /* Green background */
  color: white; /* White text */
  border: none; /* No border */
  padding: 10px 60px; /* Padding */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Pointer cursor on hover */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition */
}
footer .greenbtn:hover {
  background-color: #11416c; /* Blue background on hover */
}
.butn {
  background: #152850;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 12px 30px;
  line-height: normal;
  font-weight: 500;
  text-transform: none !important;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .butn {
    padding: 10px 28px;
  }
}
@media screen and (max-width: 767px) {
  .butn {
    padding: 8px 26px;
  }
}
.butn span {
  z-index: 9;
  position: relative;
}
.butn:hover {
  color: #152850;
  border-radius: 3px;
}
.butn:hover:after {
  width: 100%;
  border-radius: 3px;
}
.butn:after {
  content: "";
  position: absolute;
  border-radius: 4px;
  bottom: 6px;
  left: 0;
  height: 2px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  width: 0;
  background: #fdc757;
  color: #152850;
  height: 100%;
  top: 0;
  z-index: 1;
}
.butn.white {
  background: #fff;
  color: #232323;
}
.butn.white:hover {
  color: #fff;
  border-radius: 3px;
}
.butn.white:after {
  background: #232323;
  border-radius: 3px;
}
.butn.theme {
  background: #152850;
  color: #fff;
}
.butn.theme span {
  color: #fff;
}
.butn.theme:hover {
  color: #fff;
  border-radius: 3px;
}
.butn.theme:after {
  background: #232323;
  border-radius: 3px;
}
.butn.theme .white-hover:hover {
  color: #232323;
}
.butn.theme .white-hover:hover span {
  color: #232323;
}
.butn.theme .white-hover:after {
  background: #fff;
  border-radius: 3px;
}
.butn.small {
  padding: 8px 20px;
}
@media screen and (max-width: 991px) {
  .butn.small {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 767px) {
  .butn.small {
    padding: 6px 14px;
  }
}
.butn.medium {
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .butn.medium {
    padding: 8px 18px;
  }
}
@media screen and (max-width: 767px) {
  .butn.medium {
    padding: 6px 16px;
  }
}

.btn-primary:active, .btn-primary:focus {
  background-color: #ffc857 !important;
  color: #232323 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.btn-outline-secondary.no-focus:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-----GREEN BUTTONS**/
.greenbtn, .greybtn, .redbtn {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Montserrat";
  font-weight: bold;
  border-color: white;
  background-color: #05af55; /* Green background */
  color: white; /* White text */
  border: none; /* No border */
  padding: 10px 60px; /* Padding */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Pointer cursor on hover */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.greenbtn.btn-sm, .btn-sm.greybtn, .btn-sm.redbtn {
  font-weight: 600;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.greenbtn.btn-md, .btn-md.greybtn, .btn-md.redbtn {
  font-size: 14px;
  padding: 10px 30px;
}
.greenbtn:hover, .greybtn:hover, .redbtn:hover {
  background-color: #10426c; /* Blue background on hover */
  color: white;
}

.redbtn {
  background-color: #dc3545;
}
.redbtn:hover {
  background-color: #10426c;
}

.greybtn {
  background-color: grey;
}
.greybtn:hover {
  background-color: #10426c;
}

@media (max-width: 768px) {
  .greenbtn, .redbtn, .greybtn {
    width: 100%;
  }
}
/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #0f222f;
}

h1 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
}
h4 span.detail {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
h4 span.detail strong {
  font-weight: 700;
}

.section-heading {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading strong {
  font-weight: 600;
}
.section-heading p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section-heading p {
    padding-top: 10px;
    font-size: 14px;
  }
}
.section-heading span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #5085a5;
  line-height: 200%;
  margin-bottom: 10px;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  line-height: 140%;
  color: #0f222f;
  font-family: "Montserrat", sans-serif;
}
.section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
  content: "";
  display: block;
  width: 175px;
  height: 3px;
  background: #05af55;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-heading .badge {
  display: inline-block;
  padding: 7px 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 14px;
  color: #5085a5;
  border: 1px solid #5085a5;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.section-heading.half {
  margin-bottom: 30px;
}
.section-heading.half.less-margin {
  margin-bottom: 20px;
}
.section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
  color: #fff;
}
.section-heading.white p {
  color: #fff;
}
.section-heading.white span {
  color: #fff;
}
.section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
  color: #b7b7b7;
}
.section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
  background: #b7b7b7;
}
.section-heading.grey span {
  color: #b7b7b7;
}
.section-heading.left {
  text-align: left;
}
.section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
  padding-bottom: 10px;
}
.section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
  margin: 0;
  left: 0;
}
.section-heading.subheader {
  margin-bottom: 0 !important;
  text-align: left !important;
}
.section-heading.subheader h1, .section-heading.subheader h2, .section-heading.subheader h3, .section-heading.subheader h4, .section-heading.subheader h5, .section-heading.subheader h6 {
  padding-bottom: 7px !important;
}
.section-heading.subheader :after {
  width: 60px;
  height: 2px;
}
.section-heading.subheader .icon {
  margin-right: 10px;
}

.left-title {
  position: relative;
}
.left-title:before {
  content: "";
  background: #5085a5;
  width: 15px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.left-title.white:before {
  background: #fff;
}

.manage-account-heading {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.25rem;
  color: #0f222f;
}

h2 {
  color: #11416c;
}

/*REVAMPP*/
/*Headings---------------*/
h2 {
  font-size: 36px;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #11416c;
  line-height: 38px;
  line-height: 1;
}

h6 {
  font-size: 21px;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  letter-spacing: 0;
  font-weight: 700;
  color: #0f222f;
}

h4 {
  text-align: center;
  color: white;
  font-size: 24px;
}

h5 {
  text-align: center;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

h6 {
  font-size: 21px;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-weight: 400;
  line-height: 24px;
}

.private-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0f222f;
}
.revampp-datatable {
  width: 100%;
}
.revampp-datatable .dtfc-right-top-blocker {
  background-color: rgba(39, 73, 110, 0) !important;
}
.revampp-datatable input {
  margin-bottom: 0;
  padding: 2px 10px;
}
.revampp-datatable table.table-striped thead tr {
  background-color: #0f222f;
}
.revampp-datatable table.table-striped tbody tr.odd {
  background-color: #efefef;
}
.revampp-datatable table.table-striped tbody tr.odd td {
  background-color: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.revampp-datatable table.table-striped tbody tr.even {
  background-color: white;
}
.revampp-datatable table.table-striped tbody tr.even td {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.revampp-datatable th {
  background-color: #0f222f !important;
  color: white !important;
  vertical-align: middle;
  line-height: 20px;
}
.revampp-datatable th select {
  margin-bottom: 0;
}
.revampp-datatable.selectable-rows table.dataTable tbody td:hover {
  cursor: pointer;
}
.revampp-datatable table.dataTable thead th.text-center {
  padding: 0.75rem;
}
.revampp-datatable table.dataTable tbody tr {
  -webkit-box-shadow: inset 0px 1px #dee2e6;
          box-shadow: inset 0px 1px #dee2e6;
}
.revampp-datatable table.dataTable tbody td {
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #dee2e6;
}
.revampp-datatable table.dataTable tbody td.dtfc-fixed-left {
  line-height: normal;
}
.revampp-datatable table.dataTable tbody td.lh-normal {
  line-height: normal;
}
.revampp-datatable thead {
  /*tr > th:not(.sorting_disabled) {
  	padding-right: 0.75em !important;
  }

  th {
  	border-bottom: none;
  }*/
}
.revampp-datatable thead .sorting:before, .revampp-datatable thead .sorting:after,
.revampp-datatable thead .sorting_asc:before, .revampp-datatable thead .sorting_asc:after,
.revampp-datatable thead .sorting_desc:before, .revampp-datatable thead .sorting_desc:after {
  display: none !important;
}
.revampp-datatable.right-filter .dataTables_wrapper .dataTables_filter {
  float: right !important;
}
.revampp-datatable.right-filter .dataTables_wrapper .dataTables_filter label {
  padding-right: 0;
  font-size: 12px;
}
.revampp-datatable .top-controls .table-message {
  font-size: 12px;
  line-height: 10px;
  margin-top: 5px;
  font-style: italic;
}
.revampp-datatable label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.revampp-datatable input {
  margin: 0;
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.revampp-datatable select {
  margin: 0;
}
.revampp-datatable .form-group {
  margin-bottom: 0.5em;
}
.revampp-datatable .dropdown {
  border: 1px solid #909090;
}
.revampp-datatable .filter-option {
  font-size: 12px !important;
}
.revampp-datatable .dt-buttons {
  float: right;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
}
.revampp-datatable .dt-buttons button {
  padding: 2px 11px 1px 11px;
  height: 32px;
  width: 36px;
  max-width: 36px;
  background-color: #616161;
}
.revampp-datatable .dt-buttons button:hover {
  background-color: #0f222f;
}
.revampp-datatable .progress {
  height: 30px;
  border-radius: 0;
}
.revampp-datatable .progress .progress-bar {
  background-color: rgba(1, 144, 158, 0.6392156863);
  color: #000;
  font-size: 10px;
}
.revampp-datatable .progress .progress-bar.hide {
  color: #f2f2f2;
}
.revampp-datatable .progress .label {
  height: 20px;
  background-color: rgba(39, 73, 110, 0);
  top: 14px;
}
.revampp-datatable .condense-vertical td {
  padding: 0.25rem 0.75rem;
}
.revampp-datatable .condense-vertical-mid th {
  line-height: 6px;
  font-size: 12px;
}
.revampp-datatable .condense-vertical-mid th.details-control {
  border-radius: 14px 0 0 0;
}
.revampp-datatable .condense-vertical-mid td {
  padding: 0.25rem 0.75rem;
}
.revampp-datatable .pagination .page-item .page-link {
  color: #6c757d;
}
.revampp-datatable .pagination .page-item.disabled .page-link {
  color: #dee2e6;
}

.bootstrap-select .filter-option {
  font-size: 14px;
  margin-right: 8px;
}
.bootstrap-select .dropdown-menu li.disabled a {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .bootstrap-select .dropdown-menu {
    max-width: 100%;
  }
}
.bootstrap-select.transparent .btn-light {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 12px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 10px;
  margin-left: 8px;
}

div .dataTables_wrapper div.dataTables_filter {
  display: block;
}
div .dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  line-height: 2;
  width: 100%;
}
div .dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.filter-section .filter-label {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
.filter-section .filter-option {
  font-size: 12px !important;
}
.filter-section .form-control.date-select {
  font-size: 12px !important;
  border: 1px solid #909090;
  padding-right: 10px;
}
.filter-section input {
  margin-bottom: 5px;
}
.filter-section .input-icon {
  position: absolute;
  font-size: 16px;
  right: 23px;
  top: 33px;
  pointer-events: none;
}
.filter-section .dropdown {
  border: 1px solid #909090;
}
.filter-section .bootstrap-select .dropdown-menu {
  min-width: unset;
}
.jstree-file-search {
  width: 30% !important;
}
@media screen and (max-width: 991px) {
  .jstree-file-search {
    width: 50% !important;
  }
}
@charset "UTF-8";
.user-affiliation-selection-block .form-check-inline .form-check-input {
  margin-bottom: 0.3125rem;
}
.user-affiliation-selection-block .reset-section-block {
  background-color: #10426c;
}
.user-affiliation-selection-block .reset-section-block .reset-section-title {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.user-affiliation-selection-block .reset-section-block .reset-user-affiliation-btn {
  border-radius: 0;
  border: 1px solid white;
  text-decoration: none;
}
.user-affiliation-selection-block .add-user-affiliation-block {
  background-color: white;
  border: 1px solid #ced4da;
}
@media screen and (min-width: 992px) {
  .user-affiliation-selection-block .add-user-affiliation-block .affiliation-block-form {
    border-right: 1px solid #ced4da;
  }
}
.user-affiliation-selection-block .add-user-affiliation-block label {
  color: black;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-affiliation-list-section .affiliation-list-item {
  border: 1px solid #0f222f;
  border-top: none;
  padding: 0.25rem 0.75rem;
  background: white;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-affiliation-list-section .affiliation-list-item .affiliation-item-block {
  cursor: pointer;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-affiliation-list-section .affiliation-list-item .affiliation-item-block.collapsed .affiliation-block-title::before {
  content: "▶ ";
}
.user-affiliation-selection-block .affiliation-block-list .revampp-affiliation-list-section .affiliation-list-item .affiliation-item-block .affiliation-block-title {
  font-size: 16px;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-affiliation-list-section .affiliation-list-item .affiliation-item-block .affiliation-block-title::before {
  content: "▼ ";
  color: gray;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-affiliation-list-section .affiliation-list-item:first-child {
  border-top: 1px solid #0f222f;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-group-list-section .affiliation-list-item,
.user-affiliation-selection-block .affiliation-block-list .revampp-access-list-section .affiliation-list-item {
  border: 1px solid #0f222f;
  border-top: none;
  padding: 0.25rem 0.75rem;
  background: white;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-group-list-section .affiliation-list-item .affiliation-item-block,
.user-affiliation-selection-block .affiliation-block-list .revampp-access-list-section .affiliation-list-item .affiliation-item-block {
  cursor: pointer;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-group-list-section .affiliation-list-item .affiliation-item-block.collapsed .affiliation-block-title::before,
.user-affiliation-selection-block .affiliation-block-list .revampp-access-list-section .affiliation-list-item .affiliation-item-block.collapsed .affiliation-block-title::before {
  content: "▶ ";
}
.user-affiliation-selection-block .affiliation-block-list .revampp-group-list-section .affiliation-list-item .affiliation-item-block .affiliation-block-title,
.user-affiliation-selection-block .affiliation-block-list .revampp-access-list-section .affiliation-list-item .affiliation-item-block .affiliation-block-title {
  font-size: 16px;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-group-list-section .affiliation-list-item .affiliation-item-block .affiliation-block-title::before,
.user-affiliation-selection-block .affiliation-block-list .revampp-access-list-section .affiliation-list-item .affiliation-item-block .affiliation-block-title::before {
  content: "▼ ";
  color: gray;
}
.user-affiliation-selection-block .affiliation-block-list .revampp-group-list-section .affiliation-list-item:first-child,
.user-affiliation-selection-block .affiliation-block-list .revampp-access-list-section .affiliation-list-item:first-child {
  border-top: 1px solid #0f222f;
}
.user-affiliation-selection-block .teams-access-section {
  background: white;
  border: 1px solid #ced4da;
  border-top: none;
}
.user-affiliation-selection-block .teams-access-section .team-access-icon .error-icon {
  color: #dc3545;
}
.user-affiliation-selection-block .teams-access-section .team-access-icon .success-icon {
  color: #05af55;
}
.user-affiliation-selection-block .teams-access-section .team-access-title {
  color: #152850;
  font-weight: 500;
  font-size: 16px;
}
.pathogen-focus-selection-block .search-section-block {
  background-color: #10426c;
}
.pathogen-focus-selection-block .search-section-block .white-icon {
  color: white;
}
.pathogen-focus-selection-block .search-section-block .dropdown-toggle {
  border-radius: 0.25rem 0 0 0.25rem;
}
.pathogen-focus-selection-block .search-section-block .reset-contact-search a {
  border-radius: 0 0.25rem 0.25rem 0;
}
.pathogen-focus-selection-block .search-section-block .reset-pathogen-search-btn {
  border-radius: 0 0.25rem 0.25rem 0;
}
.pathogen-focus-selection-block .add-pathogen-focus-block {
  background-color: white;
  border: 1px solid #ced4da;
}
@media screen and (min-width: 992px) {
  .pathogen-focus-selection-block .add-pathogen-focus-block .pathogen-block-form {
    border-right: 1px solid #ced4da;
  }
}
.pathogen-focus-selection-block .add-pathogen-focus-block label {
  color: black;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable table {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable .delete-pathogen-btn {
  color: #dc3545;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable label {
  padding-right: 0;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable .pagination .paginate_button {
  font-size: 12px;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable .pagination .paginate_button a {
  color: #0f222f;
  text-decoration: none;
}
.pathogen-focus-selection-block .pathogen-block-table .revampp-datatable .pagination .paginate_button.active a {
  color: white;
  background-color: #0f222f;
  border-color: #0f222f;
}
.bootstrap-select .dropdown-item:active {
  background-color: #10426c;
  color: white;
  text-decoration: none;
}
.bootstrap-select .dropdown-item.active {
  background-color: #10426c;
  color: white;
  text-decoration: none;
}
.bootstrap-select .dropdown-header {
  color: #0f222f;
  font-size: 15px;
  font-weight: 600;
}

.bs-container.list-management-dropdown .dropdown-item {
  white-space: normal;
}
.bio-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
  padding-right: 20px;
  height: 200px;
}

.fab {
  font-weight: 400;
  font-size: 40px;
}

.icon i {
  size: 20px;
}

.card-row {
  padding-left: 0px;
  padding-top: 20px;
}

.bio-card img {
  width: 33.33%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.card_contain {
  padding: 0px;
  margin: 0px;
}

.bio-content {
  background-color: #11416c; /* Blue background */
  color: white;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center content vertically */
}

.bio-content h2 {
  margin: 0;
  font-size: 24px;
  color: white;
}

.networdbuttons {
  padding: 0px;
}

.bio-content h3 {
  margin: 5px 0 15px;
  font-size: 14px;
  line-height: 20px;
}

.icons {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
}

.icons li {
  display: inline;
  font-size: 25px;
}

.row .card-contain {
  padding: 20px 0px;
}

.bio-content h3 {
  color: white;
}

/*RESPONSIVE BIO CARD*/
@media (max-width: 1040px) {
  .bio-card {
    padding-right: 0px;
    padding-top: 0px;
    height: 250px;
  }
  .bio-content h3 {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }
  .bio-content h3 h2 ul {
    padding: 10px;
  }
  .bio-card img {
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  .bio-content {
    text-align: center;
    padding: 12px;
    /* Center align text */
  }
  .bio-content h2 {
    font-size: 20px; /* Adjust heading size */
    color: white;
  }
  .bio-content h3 {
    font-size: 13px;
    line-height: 20px; /* Adjust subheading size */
    width: 100%;
  }
  .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Center icons */
  }
  .networkbuttons {
    padding: 10px 0px;
  }
  .card-row {
    padding-top: 0px;
    margin: 0px;
  }
}
.accordion-header {
  background-color: #10426c; /* Blue background */
  color: white; /* White text */
  cursor: pointer; /* Pointer cursor on hover */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem; /* Padding for better spacing */
}

.accordion-header.collapsed {
  background-color: #10426c; /* Blue background when collapsed */
}

.accordion-header .arrow {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-header.collapsed .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); /* Rotate arrow when collapsed */
}

.card-body {
  background-color: white; /* White background for card content */
  font-size: 17px;
  line-height: 1.5;
}

.accordion {
  padding-top: 20px;
}

.accordion-title {
  font-weight: 600;
  font-size: 18px;
}

.accordion-inner-title {
  font-weight: 600;
  font-size: 18px;
}

/*RESPONSIVE BIO CARD*/
@media (max-width: 1040px) {
  /*----Accordian responsive*/
  .acccordion-inner-title {
    font-size: 18px;
    font-weight: 600;
  }
}
/*LEFT IMAGE text box styling overlap------FIXED HEIGHT--------*/
/*Text-box-right*/
.shadow_box {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-left: -30px;
  background-color: white;
  padding: 30px;
}

/*IMG-box-right*/
.img_bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

/*RIGHT IMAGE text box styling overlap--------------*/
/*Text-box-Left*/
.shadow_box2 {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-right: -30px;
  background-color: white;
  padding: 30px;
  z-index: 1;
  height: auto;
}

/*IMG-box-left*/
.img_bg2 {
  background-size: cover; /* Cover the entire column */
  background-position: center; /* Center the image */
  width: 100%; /* Full width */
  overflow: hidden; /* Prevent overflow */
  background-repeat: no-repeat;
  padding: 20px;
}
.pill-list-container .pill-list-label {
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.pill-list-container .pill-list-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #10426c;
  border-radius: 20px;
  margin-right: 0.25rem;
}
.pill-list-container .pill-list-icon.light-blue {
  background-color: #b1e2f2;
}
.pill-list-container .pill-list-icon.light-green {
  background-color: #67c295;
}
.pill-list-container .pill-list-icon.yellow {
  background-color: #fcb316;
}
.pill-list-container .pill-list-icon.dark-blue {
  background-color: #0f222f;
}
.pill-list-container .pill-list-icon.white {
  background-color: white;
  border: 1px solid #0f222f;
}
.pill-list-container .pill-list-icon.white-green {
  background-color: white;
  border: 1px solid #05af55;
}
.pill-list-container .pill-list-icon.grey {
  background-color: white;
  border: 1px solid grey;
}
.pill-list-container .pill-list-item {
  padding: 0.5rem 1rem;
  font-size: 14px;
  color: #0f222f;
  background-color: white;
  font-weight: 500;
  border-radius: 50px;
}
.pill-list-container .pill-list-item.light-blue {
  background-color: #b1e2f2;
}
.pill-list-container .pill-list-item.light-green {
  background-color: #67c295;
}
.pill-list-container .pill-list-item.yellow {
  background-color: #fcb316;
}
.pill-list-container .pill-list-item.dark-blue {
  background-color: #0f222f;
  color: white;
}
.pill-list-container .pill-list-item.white {
  background-color: white;
  border: 1px solid #0f222f;
}
.pill-list-container .pill-list-item.white-green {
  background-color: white;
  border: 1px solid #05af55;
  color: #05af55;
}
.pill-list-container .pill-list-item.grey {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
@charset "UTF-8";
.list-management-modal {
  border-radius: 0;
}
.list-management-modal .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #0f222f;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.list-management-modal .sections-block-container {
  background: #F8F9FA;
  border: 1px solid gray;
  padding: 1rem;
  max-height: calc(105vh - 3.5rem - 230px);
  height: calc(105vh - 3.5rem - 230px);
  overflow-y: auto;
}
.list-management-modal .sections-block-container label {
  color: black;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.list-management-modal .sections-block-container label.required::after {
  content: " *";
  color: #dc3545;
}
.list-management-modal .sections-block-container .section-title {
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: bold;
}
.list-management-modal .sections-block-container .section-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #10426c;
  margin-top: 0.25rem;
}
.list-management-modal .sections-block-container .dropdown-toggle {
  border: 1px solid #ced4da;
  background: white;
}
.list-management-modal .sections-block-container .dropdown-toggle.is-valid {
  border: 1px solid #28a745;
}
.list-management-modal .sections-block-container .dropdown-toggle.is-invalid {
  border: 1px solid #dc3545;
}
.list-management-modal .edit-modal-section-block {
  max-height: calc(95vh - 3.5rem - 230px);
  height: calc(95vh - 3.5rem - 230px);
  overflow-y: auto;
  background: #F8F9FA;
  border: 1px solid gray;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 4px 4px 6px gray;
          box-shadow: 4px 4px 6px gray;
}
.list-management-modal .edit-modal-section-block .dropdown-toggle {
  border: 1px solid #ced4da;
  background: white;
}
.list-management-modal .edit-modal-section-block .dropdown-toggle.is-valid {
  border: 1px solid #28a745;
}
.list-management-modal .edit-modal-section-block .dropdown-toggle.is-invalid {
  border: 1px solid #dc3545;
}
.list-management-modal .edit-modal-section-block label {
  color: black;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.list-management-modal .edit-modal-section-block label.required::after {
  content: " *";
  color: #dc3545;
}
.list-management-modal .edit-modal-change-log-block {
  max-height: calc(95vh - 3.5rem - 230px);
  height: calc(95vh - 3.5rem - 230px);
  overflow-y: auto;
}
.list-management-modal .edit-modal-change-log-block .change-log-item {
  border-bottom: 1px solid grey;
  margin-bottom: 0.75rem;
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn .change-log-title {
  font-size: 18px;
  color: black;
  font-weight: 600;
  cursor: pointer;
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn .change-log-title::before {
  content: "▼ ";
  color: gray;
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn .change-log-bubbles {
  cursor: pointer;
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn .change-log-bubbles .change-prop-bubble {
  background: #10426c;
  padding: 0 1rem;
  color: white;
  border-radius: 20px;
  margin-right: 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.25rem;
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn .change-log-bubbles .change-prop-bubble.no-change {
  background: #ced4da;
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn.collapsed .change-log-title::before {
  content: "▶ ";
}
.list-management-modal .edit-modal-change-log-block .change-log-item .change-log-btn.collapsed .change-log-title.no-icon::before {
  content: "";
}
.list-management-modal .saving-modal-block {
  min-height: 75vh;
}
.list-management-modal .welcome-email-block-list .welcome-email-list-item {
  border: 1px solid #0f222f;
  border-top: none;
  padding: 0.25rem 0.75rem;
}
.list-management-modal .welcome-email-block-list .welcome-email-list-item .welcome-email-item-block {
  cursor: pointer;
}
.list-management-modal .welcome-email-block-list .welcome-email-list-item .welcome-email-item-block.collapsed .welcome-email-block-title::before {
  content: "▶ ";
}
.list-management-modal .welcome-email-block-list .welcome-email-list-item .welcome-email-item-block .welcome-email-block-title {
  font-size: 16px;
}
.list-management-modal .welcome-email-block-list .welcome-email-list-item .welcome-email-item-block .welcome-email-block-title::before {
  content: "▼ ";
  color: gray;
}
.list-management-modal .welcome-email-block-list .welcome-email-list-item:first-child {
  border-top: 1px solid #0f222f;
}
.list-management-modal .popover {
  font-family: "Montserrat", sans-serif;
}
.list-management-modal .popover[x-out-of-boundaries] {
  display: none;
}
.list-management-modal .deliverables-trl-popover {
  max-width: 1000px;
  min-width: 50vw;
  width: 700px;
  border-radius: 0;
}
.list-management-modal .deliverables-trl-popover .trl-description-table {
  max-height: 50vh !important;
}
@media screen and (max-width: 991px) {
  .list-management-modal .deliverables-trl-popover .arrow {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .list-management-modal .deliverables-trl-popover.edit-deliverables-popover {
    left: 300px !important;
  }
}
.list-management-modal .deliverables-trl-popover.edit-deliverables-popover .arrow {
  display: none;
}
.list-management-modal .list-selection-container .list-gallery-container {
  border: 1px solid #ced4da;
}
.list-management-modal .list-selection-container .list-gallery-container .gallery-item {
  padding: 0.5rem 1rem;
  background-color: white;
  border-top: 1px solid #ced4da;
}
.list-management-modal .list-selection-container .list-gallery-container .gallery-item:first-of-type {
  border-top: none;
}
.list-management-modal .list-selection-container .list-gallery-container .gallery-item .gallery-item-text {
  font-weight: 500;
}
.list-management-modal .list-selection-container .list-gallery-container .gallery-item .gallery-item-delete {
  cursor: pointer;
  color: #dc3545;
}
.list-management-modal .list-selection-container .list-selection-btn {
  background: #10426c;
  color: white;
}
.list-management-modal .list-selection-container .list-selection-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.list-management-modal .file-upload-block {
  background-color: white;
  border: 2px dashed #ced4da;
}
.list-management-modal .file-upload-block.highlight-upload-block {
  border-color: #10426c;
  background-color: #b1e2f2;
}
.list-management-modal .file-upload-block .choose-file-btn {
  color: #10426c;
}
.list-management-modal .file-upload-block .file-upload-gallery .header-text {
  cursor: default;
}
.list-management-modal .file-upload-block .file-upload-gallery .header-text .expand-btn {
  color: #10426c;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  height: 16px;
}
.list-management-modal .file-upload-block .file-upload-gallery .header-text .expand-text {
  color: black;
}
.list-management-modal .added-attachments-table {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.list-management-modal .added-attachments-table .add-attachment-expand {
  cursor: pointer;
}
.list-management-modal .added-attachments-table .add-attachment-expand .added-attachment-delete-icon {
  display: block;
  color: #dc3545;
}
.list-management-modal .added-attachments-table .add-attachment-expand .added-attachment-cancel-icon {
  display: none;
  color: #10426c;
}
.list-management-modal .added-attachments-table .add-attachment-expand[aria-expanded=true] .added-attachment-delete-icon {
  display: none;
}
.list-management-modal .added-attachments-table .add-attachment-expand[aria-expanded=true] .added-attachment-cancel-icon {
  display: block;
}
.list-management-modal .attachment-collapse-table .card {
  border-radius: 0px;
  border-bottom: none;
}
.list-management-modal .attachment-collapse-table .card:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-management-modal .attachment-collapse-table .card-header {
  background-color: white;
  border-radius: 0px;
  border-bottom: none;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  padding: 0.5rem 0.75rem;
}
.list-management-modal .attachment-collapse-table .card-header.active {
  background-color: #05af55;
}
.list-management-modal .attachment-collapse-table .card-header.active .header-text .expand-text {
  color: white;
}
.list-management-modal .attachment-collapse-table .card-header.active .header-text .expand-btn {
  color: white;
}
.list-management-modal .attachment-collapse-table .card-header.active .header-delete-btn {
  color: #dc3545;
}
.list-management-modal .attachment-collapse-table .card-header .header-text a[aria-expanded=true] .expand-btn {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.list-management-modal .attachment-collapse-table .card-header .header-text .expand-btn {
  color: #10426c;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  height: 16px;
}
.list-management-modal .attachment-collapse-table .card-header .header-text .expand-text {
  color: black;
}
.list-management-modal .attachment-collapse-table .card-header .header-delete-btn {
  cursor: pointer;
  color: #dc3545;
}
.list-management-modal .attachment-collapse-table .card-header .header-delete-uploaded-btn {
  cursor: pointer;
  color: #dc3545;
}
.list-management-modal .attachment-collapse-table .card-header .no-pointer {
  cursor: default;
}
.list-management-modal .attachment-collapse-table .card-header.deleted-card {
  background-color: lightcoral;
}
.list-management-modal .attachment-collapse-table .card-body {
  border-top: 1px solid #ced4da;
  background-color: #f8f8f8;
}
.list-management-modal .attachment-collapse-table .card-body p {
  color: black;
  font-weight: 600;
}
@charset "UTF-8";
#teams-access-modal .success-icon {
  color: #05af55;
}
#teams-access-modal .error-icon {
  color: #dc3545;
}
#teams-access-modal .dropdown {
  border: 1px solid #909090;
}
#teams-access-modal .teams-access-list-item {
  border: 1px solid #0f222f;
  border-top: none;
  background: white;
}
#teams-access-modal .teams-access-list-item:first-child {
  border-top: 1px solid #0f222f;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block {
  cursor: pointer;
  padding: 0.5rem 1rem;
  background: #10426c;
  color: white;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block .teams-access-block-title .success-icon {
  color: white;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block .teams-access-block-title .error-icon {
  color: white;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block .teams-access-block-title .teams-access-collapse-title {
  font-size: 18px;
  font-weight: 600;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block .teams-access-block-title .collapse-indicator::after {
  content: "▼";
}
#teams-access-modal .teams-access-list-item .teams-access-item-block.collapsed {
  background: white;
  color: #0f222f;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block.collapsed .success-icon {
  color: #05af55;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block.collapsed .error-icon {
  color: #dc3545;
}
#teams-access-modal .teams-access-list-item .teams-access-item-block.collapsed .collapse-indicator::after {
  content: "▲";
}
#teams-access-modal .teams-access-list-item .teams-access-collapse-content {
  background: #f8f8f8;
}
#teams-access-modal .teams-access-list-item .teams-access-table-title {
  font-size: 16px;
  font-weight: 500;
}
#teams-access-modal .teams-access-list-item .teams-access-table .teams-access-table-row {
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: normal;
}
#teams-access-modal .teams-access-list-item .teams-access-table .teams-access-table-row:nth-child(odd) {
  background: #eaeaea;
}
#teams-access-modal .teams-access-list-item .teams-access-table .teams-access-table-row:nth-child(even) {
  background: white;
}
#teams-access-modal .teams-access-list-item .teams-access-table .teams-access-table-row.teams-access-table-head {
  background: #0f222f;
  color: white;
  font-weight: 500;
}
#teams-access-modal .teams-access-list-item .teams-access-table .teams-access-table-body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ced4da;
  border-top: none;
}
#teams-access-modal .teams-access-table-title {
  font-size: 16px;
  font-weight: 500;
}
#teams-access-modal .teams-access-table .teams-access-table-row {
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: normal;
}
#teams-access-modal .teams-access-table .teams-access-table-row:nth-child(odd) {
  background: #eaeaea;
}
#teams-access-modal .teams-access-table .teams-access-table-row:nth-child(even) {
  background: white;
}
#teams-access-modal .teams-access-table .teams-access-table-row.teams-access-table-head {
  background: #0f222f;
  color: white;
  font-weight: 500;
}
#teams-access-modal .teams-access-table .teams-access-table-body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ced4da;
  border-top: none;
}
.edit-table-content .edit-table-loaded-content {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-animation: fadeInDown 0.8s 0ms forwards;
          animation: fadeInDown 0.8s 0ms forwards;
}
.edit-table-content .revampp-blue-btn {
  background-color: #05af55;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25rem 1.5rem;
  border-radius: 0;
  border: none;
  text-decoration: none;
}
.edit-table-content .revampp-blue-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-table-content .revampp-blue-btn.disabled {
  cursor: default;
}
.edit-table-content .revampp-blue-btn.disabled:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.edit-table-content .revampp-white-btn {
  background-color: white;
  color: #10426c;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25rem 1.5rem;
  border: 1px solid #10426c;
  border-radius: 0;
  text-decoration: none;
}
.edit-table-content .revampp-white-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-table-content .revampp-white-btn.disabled {
  cursor: default;
}
.edit-table-content .revampp-white-btn.disabled:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.edit-table-content .btn-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  background-color: #11416c;
  border-color: #11416c;
  color: white;
}
.edit-table-content .nav-tabs .nav-link {
  color: #0f222f;
  border-radius: 0;
}
.edit-table-content .nav-tabs .active {
  background-color: #0f222f;
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.edit-table-content .edit-table-filter-tab-container {
  border: 1px solid #dee2e6;
  padding: 10px 15px;
  background-color: #f8f8f8;
}
.edit-table-content .edit-table-filter-tab-container .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.edit-table-content .edit-table-filter-tab-container .filter-label {
  font-size: 12px;
  color: black;
  font-weight: 400;
}
.edit-table-content .edit-table-filter-tab-container .dropdown {
  border: 1px solid #909090;
}
.edit-table-content .edit-table-filter-tab-container .dropdown .dropdown-toggle {
  background: white;
}
.edit-table-content .edit-table-filter-tab-container .filter-option {
  font-size: 12px !important;
}
.edit-table-content .edit-table-filter-tab-container input[type=date] {
  padding: 0.2rem 0.75rem;
  background: white;
  margin: 0;
  border: 1px solid #909090;
}
@media screen and (min-width: 992px) {
  .edit-table-content .edit-table-filter-tab-container .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.edit-table-content .edit-table-filter-tab-container .date-before-after-filter-item {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border: 1px solid #ced4da;
  background: white;
}
.edit-table-content .revampp-dropdown-menu {
  font-size: 13px;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 6px #eaeaea;
          box-shadow: 3px 3px 6px #eaeaea;
}
.edit-table-content .revampp-dropdown-menu hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.edit-table-content .revampp-dropdown-menu .dropdown-item {
  text-decoration: none;
  cursor: pointer;
}
.edit-table-content .revampp-dropdown-menu .dropdown-item .dropdown-icon {
  color: #10426c;
  width: 18px;
}
.edit-table-content .revampp-dropdown-menu .dropdown-item .dropdown-icon.red-icon {
  color: #dc3545;
}
.edit-table-content .edit-table-container .table-column-icon {
  min-width: 26px;
  width: 26px;
}
.edit-table-content .edit-table-container .table-column-xs {
  min-width: 50px;
  width: 50px;
  max-width: 50px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.edit-table-content .edit-table-container .table-column-sm {
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.edit-table-content .edit-table-container .table-column-md {
  min-width: 250px;
  width: 250px;
  max-width: 250px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.edit-table-content .edit-table-container .table-column-lg {
  min-width: 400px;
  width: 400px;
  max-width: 400px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.edit-table-content .edit-table-container .dataTables_scrollBody .item-expand-option {
  cursor: pointer;
}
.edit-table-content .edit-table-container .dataTables_scrollBody .item-expand-option .expand-icon {
  color: #05af55;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.edit-table-content .edit-table-container .dataTables_scrollBody .item-expand-option .expand-icon:hover .expand-option {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-table-content .edit-table-container .dataTables_scrollBody .expand-row {
  background-color: #D7FEE9 !important;
  -webkit-box-shadow: inset 0 -2px #10426c;
          box-shadow: inset 0 -2px #10426c;
}
.edit-table-content .edit-table-container .dataTables_scrollBody .expand-row td {
  background-color: #D7FEE9 !important;
  -webkit-box-shadow: inset 0 -2px #10426c;
          box-shadow: inset 0 -2px #10426c;
}
.edit-table-content .edit-table-container .dataTables_scrollBody .expand-row .expand-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #0f222f;
}
.edit-table-content .edit-table-container tr:not(.even, .odd) > td {
  padding: 0;
  border: 0;
}
.edit-table-content .edit-table-container tbody tr .detail-btn-container .dropright .dropdown-toggle::after {
  display: none !important;
}
.edit-table-content .edit-table-container tbody tr .detail-btn-container .dropright .item-detail-button div {
  visibility: hidden;
  border-radius: 13px;
  background: white;
  border: 1px solid #0f222f;
  width: 26px;
  color: #0f222f;
}
.edit-table-content .edit-table-container tbody tr .detail-btn-container .dropright .item-detail-button div:hover {
  cursor: pointer;
  background: #b1e2f2;
}
.edit-table-content .edit-table-container tbody tr .detail-btn-container .dropright.show .item-detail-button div {
  visibility: visible;
  background: #0f222f;
  border: 1px solid #eaeaea;
  color: white;
}
.edit-table-content .edit-table-container tbody tr.even:hover, .edit-table-content .edit-table-container tbody tr.odd:hover {
  -webkit-box-shadow: inset 0px -1px #0f222f !important;
          box-shadow: inset 0px -1px #0f222f !important;
}
.edit-table-content .edit-table-container tbody tr.even:hover td, .edit-table-content .edit-table-container tbody tr.odd:hover td {
  border-bottom: 1px solid #0f222f;
}
.edit-table-content .edit-table-container tbody tr.even:hover .item-detail-button div, .edit-table-content .edit-table-container tbody tr.odd:hover .item-detail-button div {
  visibility: visible !important;
}
.edit-table-content .edit-table-container tbody .deliverable-table-link, .edit-table-content .edit-table-container tbody .deliverable-table-child-link {
  cursor: pointer;
  color: #0f222f;
  font-weight: 500;
  text-decoration: underline;
}
.edit-table-content .edit-table-container tbody .deliverable-table-link:hover, .edit-table-content .edit-table-container tbody .deliverable-table-child-link:hover {
  text-decoration: none;
  color: #10426c;
}
.edit-table-content .edit-table-container .status-bar-container .status-bar {
  position: relative;
  background: grey;
}
.edit-table-content .edit-table-container .status-bar-container .status-bar .percent-complete-bar {
  position: absolute;
  height: 25px;
  background: #10426c;
}
.edit-table-content .edit-table-container .status-bar-container .status-bar .percent-complete-bar.completed-bar {
  background: #05af55;
}
.edit-table-content .edit-table-container .status-bar-container .status-bar .percent-complete-text {
  text-align: center;
  position: relative;
  line-height: 25px;
  color: white;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.edit-table-content .edit-table-container .status-bar-container .status-bar-icon {
  color: white;
}
.edit-table-content .datatable-no-header .dataTables_scrollHead {
  display: none;
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.scroll-to-top {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #152850;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 0 8px;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px 8px 0 0;
  background-color: white;
  border: 1px solid #152850;
  width: auto;
  height: 35px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #152850;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  color: #152850;
  background: #fff;
  text-decoration: none;
}
.scroll-to-top:hover i, .scroll-to-top:hover .icon, .scroll-to-top:focus i, .scroll-to-top:focus .icon {
  color: #152850;
}
.scroll-to-top:hover:visited, .scroll-to-top:focus:visited {
  color: #152850;
  text-decoration: none;
}
.scroll-to-top .icon {
  color: #152850;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
}
.jstree .jstree-themeicon-custom {
  font-size: 18px;
  padding: 3px;
  height: 18px !important;
  width: 18px !important;
}
.jstree .fa-folder.jstree-themeicon-custom {
  color: #96946f;
}
.jstree .fa-folder.jstree-themeicon-custom.empty-folder {
  color: #cdcdcd;
}
.jstree .fa-file-pdf.jstree-themeicon-custom {
  color: #ba1200;
}
.jstree .fa-file-word.jstree-themeicon-custom {
  color: #2b589b;
}
.jstree .fa-file-excel.jstree-themeicon-custom {
  color: #217446;
}
.jstree .fa-file-powerpoint.jstree-themeicon-custom {
  color: #b8462b;
}
.jstree .jstree-default .jstree-wholerow-hovered {
  background-color: #f9fafb;
}
.jstree .jstree-default .jstree-wholerow-clicked {
  background: #cbd4dd;
  color: #575757;
}
.jstree .jstree-default .jstree-search {
  color: #575757;
}
.jstree .jstree-search {
  color: #10426c;
}
.jstree .file-button-content {
  line-height: 50px;
  border-radius: 0px 0px 5px 5px;
  background: transparent;
  position: relative;
}
.jstree .file-button-background {
  height: 50px;
  cursor: auto;
  background: #E1EFF4;
  position: absolute;
  width: 100%;
  left: 0;
}
.jstree .file-btn {
  background-color: #05af55;
  padding: 5px 20px;
  color: white !important;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}
.jstree .file-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  color: white;
}
.carousel-container {
  width: 35% !important;
  position: relative;
  float: right;
  margin: 20px 0 0 15px;
}
.carousel-container.width-30 {
  width: 30% !important;
}
.carousel-container.width-100 {
  width: 100% !important;
  margin: 0;
}
.carousel-container.clear-float {
  float: unset !important !important;
}
.carousel-container figure {
  margin-bottom: 0;
}
.document-library-page-expand .card {
  border: 2px solid #10426c;
  -webkit-box-shadow: 3px 3px 6px #cccccc;
          box-shadow: 3px 3px 6px #cccccc;
}
.document-library-page-expand .card .active-files {
  font-weight: bold;
}
.document-library-page-expand .card .card-header {
  cursor: pointer;
  font-size: 16px;
  font-family: "Europa", sans-serif;
  color: #10426c;
}
.document-library-page-expand .card .card-header:hover .card-label {
  text-decoration: underline;
}

.document-library-page {
  /* Style for the question mark icon */
  /* Button states */
  /* Focus state */
  /*Remove box shadow*/
  /* Ensure tooltip works with modal */
  /*.modal {
      z-index: 1050;
  }*/
  /* -expandable button------- */
  /*.dropdown-toggle {
      border-radius: 0;
  }*/
}
.document-library-page .newbtn {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 15px;
  white-space: nowrap;
}
.document-library-page .filter-button {
  padding: 5px 10px;
  margin-right: 5%;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #11416c;
  font-weight: 500;
  color: #11416c;
}
.document-library-page .filter-button:active {
  padding: 5px 10px;
  margin-right: 5%;
  font-size: 14px;
  background-color: #11416c;
  border: 2px solid #11416c;
  font-weight: 500;
  color: white;
}
.document-library-page .table-buttons {
  height: 38px;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-top: 18px;
}
.document-library-page .buttons-container {
  float: right;
  margin-right: 20px;
}
.document-library-page .filter-button:hover {
  padding: 5px 10px;
  margin-right: 5%;
  font-size: 14px;
  background-color: #11416c;
  border: 2px solid #11416c;
  font-weight: 500;
  color: white;
}
.document-library-page .greenbtn {
  padding: 8px 15px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
  min-width: 290px;
}
.document-library-page .dt-buttons button {
  padding: 2px 13px 1px 10px;
  height: 32px;
  width: 36px;
  max-width: 36px;
  background-color: #616161;
  margin-top: 2px;
}
.document-library-page .email-button-wg {
  float: right;
  margin-right: 10px;
}
.document-library-page .dt-buttons button:hover {
  background-color: #0f222f;
}
.document-library-page .btn-secondary:not(:disabled):not(.disabled):active {
  margin-right: 5%;
  font-size: 14px;
  background-color: #11416c;
  border: 2px solid #11416c;
  font-weight: 500;
  color: white;
}
.document-library-page .revampp-datatable table.dataTable tbody td {
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #dee2e6;
}
.document-library-page .btn-circle {
  background-color: #10426c;
  width: 26px; /* Fixed width */
  height: 26px;
  border-radius: 50%;
  float: right;
  border: none;
  padding: 0; /* Remove default button padding */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center the icon */
  line-height: 1; /* Reset line height to remove excess spacing */
}
.document-library-page .btn-circle i.fas.fa-question {
  font-size: 14px; /* Adjust icon size */
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.document-library-page .btn-circle:hover {
  background-color: #092740;
  background-color: #05af55;
  border-color: transparent;
}
.document-library-page .btn-circle:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(16, 66, 108, 0.25);
          box-shadow: 0 0 0 2px rgba(16, 66, 108, 0.25);
}
.document-library-page .btn-circle:active {
  background-color: #05af55;
  border-color: transparent;
}
.document-library-page .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.document-library-page .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px;
  margin: 0 auto; /* Center the list */
}
.document-library-page .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Allows wrapping for smaller screens */
  padding: 15px;
  border-bottom: 1px solid lightgrey;
}
.document-library-page .filter-title {
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%; /* Title takes up 30% of the row */
  font-size: 13px;
  padding-right: 10px;
  font-weight: 600;
}
.document-library-page .filter-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Description takes up the remaining space */
  font-size: 14px;
  color: #0f222f;
}
@media (max-width: 768px) {
  .document-library-page {
    /* Both element adjust to content size */
  }
  .document-library-page .filter-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Stack title and description */
  }
  .document-library-page .filter-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .document-library-page .filter-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.document-library-page .tooltip-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 5px; /* vertically center question */
}
.document-library-page .tooltip-text {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  position: absolute;
  bottom: 115%; /*Button and tooltip spacing a little above button*/
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  z-index: 999;
}
.document-library-page .tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.document-library-page .btn-circle {
  background-color: #10426c;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: right;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}
.document-library-page .btn-circle i {
  color: white;
  font-size: 14px;
  position: absolute; /* Add this */
  top: 50%; /* Add this */
  left: 50%; /* Add this */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Add this */
  margin: 0; /* Add this */
  padding: 0; /* Add this */
  width: auto; /* Add this */
  height: auto; /* Add this */
}
.document-library-page .bootstrap-select .dropdown-toggle {
  border: 1.5px solid #909090;
  border-radius: 0.25rem;
}
.document-library-page .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically align items */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Align content to the start */
  background-color: #11416c; /* Default blue background */
  color: white; /* White text color */
  text-decoration: none;
  padding: 10px; /* Padding around the content */
  border-radius: 25px; /* Rounded corners */
  margin-top: -20px;
  width: 40px; /* Default width for the icon only */
  height: 40px; /* Fixed height for the circle */
  overflow: hidden; /* Hide overflow */
  font-weight: 600;
  border: solid 2px white;
  position: relative; /* For positioning child elements */
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s; /* Smooth expansion and background transitions */
}
.document-library-page .nav-items:hover {
  width: 220px; /* Expanded width on hover */
  background-color: #05af55; /* Change background color on hover */
}
.document-library-page .circle {
  background-color: transparent; /* Transparent background for the circle */
  border-radius: 50%; /* Circle shape */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center the icon */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center the icon */
  width: 40px; /* Fixed width */
  height: 40px; /* Fixed height */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevent shrinking of the circle */
  position: absolute; /* Keep circle in a fixed position */
  left: -1px; /* Position the circle towards the left inside the container */
  top: 50%; /* Vertically center the circle */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Adjust for vertical centering */
}
.document-library-page .nav-items span {
  display: inline-block; /* Ensure inline-block for proper layout */
  opacity: 0; /* Initially hide the text */
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; /* Smooth fade-in and slide-in */
  font-size: 14px;
  text-align: left;
  color: white; /* Text color */
  white-space: nowrap; /* Prevent text wrapping */
  position: absolute; /* Absolute position for alignment */
  left: 58px; /* Position text to the right of the circle */
  top: 50%; /* Vertically center the text */
  -webkit-transform: translateY(-50%) translateX(-150%);
          transform: translateY(-50%) translateX(-150%); /* Initially slide text out of view */
}
.document-library-page .nav-items:hover span {
  opacity: 1; /* Fade in text on hover */
  -webkit-transform: translateY(-50%) translateX(-15%);
          transform: translateY(-50%) translateX(-15%); /* Slide text into view */
}
.document-library-page .bg-gainsboro {
  background-color: #eaf1f6;
}
.document-library-page .shadow_box2 {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 30px;
  z-index: 1;
  height: auto;
}
@media screen and (min-width: 992px) {
  .document-library-page .shadow_box2 {
    margin-right: -30px;
  }
}
.document-library-page .shadow_box {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 30px;
  z-index: 1;
  height: auto;
}
.document-library-page .document-tree-container {
  -webkit-box-shadow: 4px 4px 4px grey;
          box-shadow: 4px 4px 4px grey;
}
.document-library-page .file-display-container {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.document-library-page .white-icon {
  color: white;
}
.document-library-page .file-search-bar {
  background: #10426c;
}
.document-library-page input {
  border-radius: 0;
}
.document-library-page .input-group-append button {
  border-radius: 0;
}
.document-library-page .revampp-dropdown-menu {
  font-size: 13px;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 6px #eaeaea;
          box-shadow: 3px 3px 6px #eaeaea;
}
.document-library-page .revampp-dropdown-menu hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.document-library-page .revampp-dropdown-menu .dropdown-item {
  text-decoration: none;
  cursor: pointer;
}
.document-library-page .revampp-dropdown-menu .dropdown-item .dropdown-icon {
  color: #10426c;
  width: 18px;
}
.document-library-page .user-name-select {
  border: none;
  background: transparent;
  color: #10426c;
}
.document-library-page .user-name-select .underline {
  text-decoration: underline;
}
.document-library-page .blue-icon {
  color: #10426c;
}
.sign-up-modal .modal-content {
  max-height: 94vh;
  overflow-y: auto;
}
.sign-up-modal label {
  font-weight: 500;
}
.sign-up-modal label .asterisk {
  color: #dc3545;
}
.sign-up-modal .mce_inline_error {
  background-color: transparent !important;
  color: #dc3545 !important;
  padding: 0 !important;
  font-weight: normal !important;
}
.sign-up-modal input[type=text] {
  background: rgba(255, 255, 255, 0.075);
  padding: 10px 15px !important;
  border: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  text-align: left;
  width: 100%;
  color: #0f222f;
}
.sign-up-modal input[type=email] {
  background: rgba(255, 255, 255, 0.075);
  padding: 10px 15px !important;
  border: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  text-align: left;
  width: 100%;
  color: #0f222f;
}
.sign-up-modal input.mce_inline_error {
  border-color: #dc3545 !important;
}
.sign-up-modal .greenbtn {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Montserrat";
  font-weight: bold;
  border-color: white;
  background-color: #05af55; /* Green background */
  color: white; /* White text */
  border: none; /* No border */
  padding: 10px 60px; /* Padding */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Pointer cursor on hover */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.sign-up-modal .greenbtn:hover {
  background-color: #11416c; /* Blue background on hover */
}
.sign-up-modal #mce-success-response {
  font-weight: 600;
  text-align: center;
}
.edit-document-tree-container .jstree .jstree-wholerow {
  height: 25px;
}
.edit-document-tree-container .edit-document-btn-wrapper {
  padding: 0 0.5rem;
  background: white;
  border-radius: 20px;
  height: 18px;
  border: 1px solid;
  cursor: pointer;
  vertical-align: top;
  top: 3px;
  color: #10426c;
}
.edit-document-tree-container .edit-document-btn-wrapper .edit-document-btn-icon {
  height: 17px;
}
.edit-document-tree-container .edit-document-btn-wrapper:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-document-tree-container .edit-doc-tree-loading-container {
  padding: 5px 10px;
}
.edit-document-tree-container .edit-doc-tree-loading-container .edit-doc-tree-loading-text .loading-icon {
  color: #10426c;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  display: inline-block;
}
.edit-document-tree-container .edit-doc-tree-loading-container .edit-doc-tree-loading-text .loading-text {
  padding-left: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

.document-library-page .edit-doc-btn {
  font-size: 1rem;
  background: #10426c;
  color: white;
}
.document-library-page .edit-doc-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.document-library-page .edit-doc-btn.edit-doc-light-btn {
  background: #67c295;
  color: #0f222f;
}
.document-library-page .edit-doc-btn.edit-doc-accent-btn {
  background: #ced4da;
  color: #0f222f;
}
.document-library-page .doc-link-btn {
  color: #10426c;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.document-library-page .doc-link-btn:hover {
  color: #05af55;
}
.document-library-page .doc-tree-toolbar {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  background-color: #f8f8f8;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  position: relative;
  z-index: 1;
}
.document-library-page .file-search-bar {
  position: relative;
  z-index: 2;
}
.document-library-page .edit-document-menu-container, .document-library-page .edit-root-dropdown-menu {
  font-size: 14px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
}
.document-library-page .edit-document-menu-container hr, .document-library-page .edit-root-dropdown-menu hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.document-library-page .edit-document-menu-container .dropdown-header, .document-library-page .edit-root-dropdown-menu .dropdown-header {
  color: #0f222f;
  font-size: 13px;
  font-weight: normal;
}
.document-library-page .edit-document-menu-container .dropdown-header .error-icon, .document-library-page .edit-root-dropdown-menu .dropdown-header .error-icon {
  color: #e11f1f;
}
.document-library-page .edit-document-menu-container .dropdown-header .success-icon, .document-library-page .edit-root-dropdown-menu .dropdown-header .success-icon {
  color: #99e1be;
}
.document-library-page .edit-document-menu-container .dropdown-item, .document-library-page .edit-root-dropdown-menu .dropdown-item {
  text-decoration: none;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
}
.document-library-page .edit-document-menu-container .dropdown-item .dropdown-icon, .document-library-page .edit-root-dropdown-menu .dropdown-item .dropdown-icon {
  color: #10426c;
  width: 18px;
}
.document-library-page .edit-document-menu-container .arrow, .document-library-page .edit-root-dropdown-menu .arrow {
  display: none;
}
.document-library-page .root-sync-btn-group {
  -webkit-animation: fadeInRight 0.5s ease-in-out;
          animation: fadeInRight 0.5s ease-in-out;
}

.edit-documents-modal .modal-lg {
  max-width: 800px;
  width: 90vw;
}
.edit-documents-modal .modal-body {
  max-height: calc(83vh - 3rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.edit-documents-modal .edit-doc-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.edit-documents-modal .edit-doc-success, .edit-documents-modal .edit-doc-saving, .edit-documents-modal .edit-doc-progress {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
}
.edit-documents-modal .edit-doc-display-path .file-path-item {
  font-weight: 400;
  font-size: 14px;
}
.edit-documents-modal .edit-doc-display-path .file-path-indicator {
  font-size: 14px;
  padding: 0 0.75rem;
}
.edit-documents-modal .edit-doc-display-path .file-path-overflow {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-display-path .file-path-overflow .dropdown-menu .dropdown-item {
  text-decoration: none;
  cursor: default;
  font-size: 14px;
}
.edit-documents-modal .edit-doc-modal-form {
  font-size: 14px;
}
.edit-documents-modal .edit-doc-modal-form label {
  font-size: 15px;
  font-weight: 600;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-modal-btn {
  font-size: 1rem;
  background: #10426c;
  color: white;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-modal-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-modal-btn.edit-doc-danger {
  background: #F27D85;
  color: #0f222f;
  border: 1px solid #10426c;
  font-weight: 500;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block {
  background-color: #f8f8f8;
  border: 2px dashed #10426c;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block.highlight-upload-block {
  border-color: #10426c;
  background-color: #99e1be;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .choose-file-btn {
  background: white;
  color: #10426c;
  border: 1px solid #10426c;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .choose-file-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery {
  max-height: 375px;
  overflow: auto;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid lightgrey;
  border-top: none;
  font-size: 16px;
  line-height: 30px;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-pdf {
  color: #ba1200;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-word {
  color: #2b589b;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-excel {
  color: #217446;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-powerpoint {
  color: #b8462b;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .warning-text .warning-icon {
  color: #eed202;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .add-file-delete-btn {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item:first-of-type {
  border-top: 1px solid lightgrey;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select {
  padding: 0.5rem 1rem;
  background-color: #f8f8f8;
  line-height: 30px;
  font-size: 16px;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select input[type=checkbox] {
  accent-color: #10426c;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row {
  -webkit-animation: fadeInRight 0.5s ease-in-out;
          animation: fadeInRight 0.5s ease-in-out;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select .folder-icon {
  color: #10426c;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select .folder-select-arrow {
  color: #10426c;
  display: none;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select:hover {
  text-decoration: underline;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select:hover .folder-select-arrow {
  display: inline;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row.selected-folder-row {
  font-weight: 600;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-check {
  height: 16px;
  width: 16px;
  margin-top: 6px;
  margin-bottom: 0px;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select {
  background: #ced4da;
  padding: 0.25rem 1rem;
  color: #0f222f;
  line-height: 30px;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .file-path-indicator {
  font-size: 14px;
  padding: 0 0.75rem;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .edit-doc-folder-select-item {
  text-decoration: underline;
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .edit-doc-folder-select-item:hover {
  text-decoration: none;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .edit-doc-folder-current-select {
  font-weight: 600;
  cursor: default;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .file-path-overflow {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .file-path-overflow .dropdown-icon {
  font-size: 14px;
}
.edit-documents-modal .edit-doc-modal-form .collab-doc-info {
  font-size: 14px;
}
.edit-documents-modal .edit-doc-modal-form .collab-doc-info input[type=checkbox] {
  accent-color: #10426c;
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .collab-doc-info label {
  font-weight: normal;
  margin-bottom: 0;
  text-decoration: underline;
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .collab-text {
  font-size: 13px;
  line-height: normal;
}
.edit-documents-modal .error-block {
  padding: 10px 20px;
  border: 2px solid #e11f1f;
  border-radius: 5px;
  background-color: #f8f8f8;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
}
.edit-documents-modal .error-block .error-icon {
  color: #e11f1f;
}
.edit-documents-modal .error-block .error-text {
  font-size: 13px;
  line-height: normal;
}
.edit-documents-modal .error-block.no-animation {
  -webkit-animation: none;
          animation: none;
}
.edit-documents-modal .edit-doc-subheader {
  font-size: 15px;
  font-weight: 600;
}
.edit-documents-modal .edit-doc-structure-container {
  background: #f8f8f8;
  padding: 0.5rem 1rem;
  overflow: auto;
  line-height: 30px;
  font-size: 16px;
}
.edit-documents-modal .edit-doc-structure-container .doc-structure-row {
  white-space: nowrap;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-structure-icon {
  color: #10426c;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon {
  padding: 0 15px;
  border: 1px solid #10426c;
  border-radius: 100px;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.add-doc-icon {
  background-color: #99e1be;
  color: #0f222f;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.add-doc-icon .edit-doc-structure-icon {
  color: #0f222f;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.edit-doc-icon {
  background: #fcb316;
  color: #0f222f;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.edit-doc-icon .edit-doc-structure-icon {
  color: #0f222f;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.delete-doc-icon {
  background: #F27D85;
  color: #0f222f;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.delete-doc-icon .edit-doc-structure-icon {
  color: #0f222f;
}
.edit-documents-modal .sync-progress-text .loading-icon {
  color: #10426c;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  display: inline-block;
}
.edit-documents-modal .sync-progress-text .loading-text {
  padding-left: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}
.edit-documents-modal .edit-doc-btn {
  font-size: 1rem;
  background: #10426c;
  color: white;
}
.edit-documents-modal .edit-doc-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-documents-modal .edit-doc-btn.edit-doc-light-btn {
  background: #99e1be;
  color: #0f222f;
}
.edit-documents-modal .sm-text-block {
  line-height: normal;
  font-size: 13px;
}
.edit-documents-modal .error-content-list {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.edit-documents-modal .edit-doc-saving-text {
  margin-top: -1rem;
}
.edit-documents-modal .edit-doc-long-loading-display {
  max-height: 0;
  opacity: 0;
  -webkit-animation: fadeInDownBlock 0.8s ease-in-out forwards;
          animation: fadeInDownBlock 0.8s ease-in-out forwards;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.edit-documents-modal .edit-doc-progress-bar {
  width: 100px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67c295));
  background-image: linear-gradient(#67c295 0 0);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  border: 2px solid #0f222f;
  -webkit-transition: background-size 0.1s ease-in-out;
  transition: background-size 0.1s ease-in-out;
}
.edit-documents-modal .edit-doc-progress-bar .edit-doc-progress-text {
  font-size: 12px;
  line-height: normal;
}

.edit-doc-loader .loader {
  width: 100px;
  height: 16px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
  background-image: linear-gradient(#10426c 0 0);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: 0%;
  -webkit-animation: l2 4s infinite;
          animation: l2 4s infinite;
  border: 2px solid #0f222f;
}
.edit-doc-loader .loader.no-animation {
  -webkit-animation: none;
          animation: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: background-size;
  transition-property: background-size;
}
@-webkit-keyframes l2 {
  0% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
    background-image: linear-gradient(#10426c 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
  24% {
    background-color: #f8f8f8;
    background-size: 110%;
  }
  25% {
    background-color: #67c295;
    background-size: 110%;
  }
  49% {
    background-color: #67c295;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
    background-image: linear-gradient(#10426c 0 0);
    background-size: 0%;
  }
  50% {
    background-color: #67c295;
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9f5ff));
    background-image: linear-gradient(#e9f5ff 0 0);
  }
  74% {
    background-color: #67c295;
    background-size: 110%;
  }
  75% {
    background-color: #f8f8f8;
    background-size: 110%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9f5ff));
    background-image: linear-gradient(#e9f5ff 0 0);
  }
  99% {
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9f5ff));
    background-image: linear-gradient(#e9f5ff 0 0);
  }
  100% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
    background-image: linear-gradient(#10426c 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
}
@keyframes l2 {
  0% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
    background-image: linear-gradient(#10426c 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
  24% {
    background-color: #f8f8f8;
    background-size: 110%;
  }
  25% {
    background-color: #67c295;
    background-size: 110%;
  }
  49% {
    background-color: #67c295;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
    background-image: linear-gradient(#10426c 0 0);
    background-size: 0%;
  }
  50% {
    background-color: #67c295;
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9f5ff));
    background-image: linear-gradient(#e9f5ff 0 0);
  }
  74% {
    background-color: #67c295;
    background-size: 110%;
  }
  75% {
    background-color: #f8f8f8;
    background-size: 110%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9f5ff));
    background-image: linear-gradient(#e9f5ff 0 0);
  }
  99% {
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9f5ff));
    background-image: linear-gradient(#e9f5ff 0 0);
  }
  100% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #10426c));
    background-image: linear-gradient(#10426c 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
}
.edit-doc-loader .dot-loader {
  width: 34px;
  aspect-ratio: 2;
  background: no-repeat radial-gradient(circle closest-side, #b1e2f2 90%, rgba(0, 0, 0, 0)) 0% 50%, no-repeat radial-gradient(circle closest-side, #10426c 90%, rgba(0, 0, 0, 0)) 50% 50%, no-repeat radial-gradient(circle closest-side, #0f222f 90%, rgba(0, 0, 0, 0)) 100% 50%;
  background-size: 33.3333333333% 50%;
  -webkit-animation: l3 1s infinite linear;
          animation: l3 1s infinite linear;
}
@-webkit-keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.edit-doc-loader .loader-roll {
  width: 90px;
  aspect-ratio: 0.5;
  display: grid;
  position: relative;
}
.edit-doc-loader .loader-roll:before {
  content: "";
  position: relative;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: auto auto 0;
  background: #05af55;
  -webkit-animation: bounce 0.7s infinite alternate;
          animation: bounce 0.7s infinite alternate;
}
.edit-doc-loader .loader-roll:after {
  content: "";
  width: 100%;
  aspect-ratio: 1/cos(30deg);
  margin: 0 auto auto;
  -webkit-clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
          clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: #10426c;
  -webkit-animation: l9-1 0.7s ease-in-out infinite, l9-2 0.7s ease-in-out infinite;
          animation: l9-1 0.7s ease-in-out infinite, l9-2 0.7s ease-in-out infinite;
}
.edit-doc-loader .loader-roll .loader-spinner {
  position: absolute;
  top: 90px;
  left: 36px;
  z-index: 1;
  color: white;
  -webkit-animation: spin 1.4s linear infinite;
          animation: spin 1.4s linear infinite;
}
@-webkit-keyframes l9-0 {
  0%, 5% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  95%, to {
    -webkit-transform: translate(0, -0.2%);
            transform: translate(0, -0.2%);
  }
}
@keyframes l9-0 {
  0%, 5% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  95%, to {
    -webkit-transform: translate(0, -0.2%);
            transform: translate(0, -0.2%);
  }
}
@-webkit-keyframes l9-1 {
  0%, 5% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  95%, to {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@keyframes l9-1 {
  0%, 5% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  95%, to {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    top: 5px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  50% {
    top: -50px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes bounce {
  0%, 100% {
    top: 5px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  50% {
    top: -50px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes l9-2 {
  0% {
    background-color: #10426c;
  }
  50% {
    background-color: #0f222f;
  }
  100% {
    background-color: #10426c;
  }
}
@keyframes l9-2 {
  0% {
    background-color: #10426c;
  }
  50% {
    background-color: #0f222f;
  }
  100% {
    background-color: #10426c;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownBlock {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 600px;
  }
}
@keyframes fadeInDownBlock {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 600px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@charset "UTF-8";
.auth-page {
  /* Style for the close button */
}
.auth-page .banner-wrapper {
  padding: 0;
}
.auth-page .login-container {
  background-image: url("/images/login_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.auth-page .auth-page-content, .auth-page .auth-page-message-container {
  padding: 40px 15px;
  margin: 5em 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 4px 4px 4px #0f222f;
          box-shadow: 4px 4px 4px #0f222f;
}
.auth-page .auth-page-content h4, .auth-page .auth-page-message-container h4 {
  font-size: 1.5rem;
  color: #10426c;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .auth-page .auth-page-content h4, .auth-page .auth-page-message-container h4 {
    font-size: 1.5rem;
  }
}
.auth-page .auth-page-content p, .auth-page .auth-page-message-container p {
  margin: 20px 0;
}
.auth-page .auth-page-content form .form-control.input-validation-error, .auth-page .auth-page-message-container form .form-control.input-validation-error {
  margin-bottom: 0;
}
.auth-page .auth-page-content a, .auth-page .auth-page-message-container a {
  color: #0f222f;
  text-decoration: underline;
}
.auth-page .auth-page-content .greenbtn, .auth-page .auth-page-message-container .greenbtn {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Montserrat";
  font-weight: bold;
  border-color: white;
  background-color: #05af55; /* Green background */
  color: white; /* White text */
  border: none; /* No border */
  padding: 10px 60px; /* Padding */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Pointer cursor on hover */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.auth-page .auth-page-content .greenbtn:hover, .auth-page .auth-page-message-container .greenbtn:hover {
  background-color: #11416c; /* Blue background on hover */
}
.auth-page .auth-page-message-container {
  border: 1px solid #10426c;
  padding: 20px 15px;
  margin: 10px 0;
}
.auth-page .text-content {
  padding-top: 20px;
}
.auth-page .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use flexbox to align items horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically align the checkbox and label */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Align items to the start */
  margin-top: 0px; /* Add spacing above */
}
.auth-page .form-check input[type=checkbox] {
  margin-right: 10px; /* Space between checkbox and label */
  padding-left: 0px;
}
.auth-page .form-check label {
  margin-left: 10px;
  font-size: 14px; /* Ensure label text is appropriately sized */
  font-weight: 500;
}
.auth-page .modal h4 {
  text-align: left;
}
.auth-page h4 {
  color: #0f222f;
}
.auth-page input, .auth-page textarea, .auth-page select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  margin: 0 0 0px 0;
  resize: none;
}
.auth-page input#acceptCheckbox {
  color: #05af55;
  width: 20px;
}
.auth-page .divider-attestation {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.auth-page .form-check {
  position: relative;
  display: block;
  padding-left: 0px;
}
.auth-page input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Remove default checkbox styling */
  width: 20px; /* Set width */
  height: 20px; /* Set height */
  border: 2px solid #0f222f; /* Border color */
  border-radius: 4px; /* Rounded corners */
  outline: none; /* Remove focus outline */
  cursor: pointer; /* Pointer cursor on hover */
  background-color: white; /* Default background color */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* Smooth transition for hover and focus */
}
.auth-page input[type=checkbox]:hover {
  border-color: #10426c; /* Change border color on hover */
}
.auth-page input[type=checkbox]:checked {
  background-color: #05af55; /* Green background when selected */
  border-color: #05af55; /* Green border when selected */
  position: relative;
}
.auth-page input[type=checkbox]:checked::after {
  content: "✓"; /* Unicode checkmark */
  color: white; /* Checkmark color */
  font-size: 14px; /* Adjust size */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.auth-page .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.auth-page .close-button:hover {
  color: #10426c;
}
.auth-page .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.user-header {
  list-style: none;
}
.user-header .nav-link {
  color: white !important;
  padding: 0.375rem 0.75rem !important;
  border: 0;
  text-decoration: none;
}
.user-header .btn {
  background-color: #fcb316;
}
.user-header .btn:hover {
  background: #05af55;
}
.user-header .btn:focus {
  background: #05af55;
}
.user-header .dropdown-toggle::after {
  content: none;
  display: none;
}
.profile-page .container {
  max-width: 90vw !important;
}
.profile-page .section-title {
  font-size: 22px;
  color: black;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .profile-page .section-title {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.profile-page .profile-form {
  margin-top: 15px;
}
.profile-page .confidentiality-page .btn-success {
  color: #fff;
  background-color: #05af55;
  border-color: #05af55;
  font-family: "Montserrat";
  cursor: pointer; /* Pointer cursor on hover */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.profile-page .confidentiality-page .btn-success:hover {
  background-color: #11416c; /* Blue background on hover */
}
.profile-page .nav-pills .nav-link {
  color: #0f222f;
  border-bottom: 1px solid #eaeaea;
  padding: 0.5rem 1rem;
  background: white;
  cursor: pointer;
  text-decoration: underline;
  border-radius: 0;
}
.profile-page .nav-pills .nav-link.active, .profile-page .nav-pills .nav-pills .show > .nav-link {
  color: white;
  background: #05af55;
  border: none;
  text-decoration: none;
  font-weight: bold;
}
.profile-page .custom-switch {
  padding-top: 0.75rem;
  margin-left: 20px;
}
.profile-page .custom-switch .custom-control-label::before {
  border-color: #0f222f;
}
.profile-page .custom-switch .custom-control-label::after {
  background-color: #10426c;
}
.profile-page .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #05af55;
  border-color: #05af55;
}
.profile-page .question {
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 16px;
}
.profile-page hr {
  margin-bottom: 0;
  border-color: #ced4da;
}
.profile-page .expertise-select-container {
  background: #f8f8f8;
  border: 1px solid #ced4da;
  margin-top: 0.25rem;
}
.profile-page .revampp-blue-btn {
  background-color: #05af55;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25rem 1.5rem;
  border-radius: 0;
  text-decoration: none;
}
.profile-page .revampp-blue-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.profile-page .revampp-blue-btn.disabled {
  cursor: default;
}
.profile-page .revampp-blue-btn.disabled:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.profile-page .revampp-white-btn {
  background-color: white;
  color: #10426c;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25rem 1.5rem;
  border: 1px solid #10426c;
  border-radius: 0;
  text-decoration: none;
}
.profile-page .revampp-white-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.profile-page .revampp-white-btn.disabled {
  cursor: default;
}
.profile-page .revampp-white-btn.disabled:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.profile-page .dropdown-toggle {
  border: 1px solid #ced4da;
  background: white;
}
.profile-page .dropdown-toggle.is-valid {
  border: 1px solid #28a745;
}
.profile-page .dropdown-toggle.is-invalid {
  border: 1px solid #dc3545;
}
.profile-page .manage-affiliations-page label {
  color: black;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.profile-page .manage-affiliations-page label.required::after {
  content: " *";
  color: #dc3545;
}
.profile-page .manage-affiliations-page .user-affiliation-selection-block {
  -webkit-box-shadow: 4px 4px 4px grey;
          box-shadow: 4px 4px 4px grey;
}
.profile-page .manage-affiliations-page .user-affiliation-selection-block .add-user-affiliation-block {
  background: #f8f8f8;
}
.profile-page input {
  color: #0f222f;
}
.profile-page input::-webkit-input-placeholder {
  color: #ced4da;
}
.profile-page input::-moz-placeholder {
  color: #ced4da;
}
.profile-page input:-ms-input-placeholder {
  color: #ced4da;
}
.profile-page input::-ms-input-placeholder {
  color: #ced4da;
}
.profile-page input::placeholder {
  color: #ced4da;
}
.profile-page .greenbtn {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Montserrat";
  font-weight: bold;
  border-color: white;
  background-color: #05af55; /* Green background */
  color: white; /* White text */
  border: none; /* No border */
  padding: 10px 60px; /* Padding */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Pointer cursor on hover */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.profile-page .greenbtn:hover {
  background-color: #11416c; /* Blue background on hover */
}
.request-account-page .form-section-heading {
  font-size: 20px;
  border-bottom: 2px solid #10426c;
  margin-bottom: 1rem;
  line-height: 34px;
  font-weight: 600;
}
.request-account-page .required:after {
  content: " *";
  color: #dc3545;
}
.request-account-page .spinner-border {
  color: #10426c;
}
.request-account-page input::-webkit-input-placeholder {
  color: #ced4da;
}
.request-account-page input::-moz-placeholder {
  color: #ced4da;
}
.request-account-page input:-ms-input-placeholder {
  color: #ced4da;
}
.request-account-page input::-ms-input-placeholder {
  color: #ced4da;
}
.request-account-page input::placeholder {
  color: #ced4da;
}

/*# sourceMappingURL=shared.363db0dd2c88b2d16b12.css.map*/