.height-auto{
    height: auto;
}

#footer{
    height:auto;
    min-height: unset;
}

.mx-w-100{
    max-width: 100% !important;
}

.form-label{
    color: rgba(0, 0, 0, 0.54)
}

.footer-nav>.nav-item>.nav-link:hover{
    background: rgba(255, 255, 255, 0.04) !important;
    color: inherit!important;
}


.banner{
    background: #0D47A1;
}

.index-image{
    width: auto;
}

.index-image:hover{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.65);
}

.icon-3x{
    font-size: 72px;
}

.icon-2x{
    font-size: 48px;
}

.input-hidden{
    display: none;
}

.legal-content > p,
.legal-content > h3,
.legal-content > h5{
    width: 100%;
    margin-bottom: 2rem;
}

.select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}
.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}
.select2-container--material :-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem 0 .6rem;
  font-size: 14px;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #949494;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  transition: all .3s;
  min-height: 2.1rem;
}

/*.select2-container .select2-selection--single .select2-selection__rendered {*/
/*  padding-left:0;*/
/*}*/
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0!important;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all .3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.87);
}
.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 14px;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: rgba(0, 0, 0, 0.87);
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.87);
}
.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}

#datepicker-icon{
    cursor: pointer;
}

.bootstrap-datetimepicker-widget{
    margin-top: 15px!important;
    top:10px!important;
    bottom: unset!important;
    left: unset!important;
    right: unset!important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width:unset!important;
}

.content-alt{
    display: block!important;
    min-height: unset;
    flex: unset!important;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.fade-in{
    opacity: 0;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.animation-element.fade-in.in-view{
    opacity: 1;
}

@media (max-width: 771px) {
    .company-info{
        font-size: 10px;
    }
    .footer-left>a{
        /*display: none;*/
    }
    .footer-nav>li>a{
        font-size: 9px;
        height: 1.5rem;
    }
}

@media (max-width: 991px) {
    #profile > div.page-header.profile-view-main {
        height: 456px;
        min-height: 456px;
        max-height: 456px;
    }

    #profile > div.page-header.profile-view-main>div>div>img{
        height: 260px;
        width: auto;
    }
}


.build-logo{
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    text-align:center;
    line-height: 40px;
}


.text-decoration-none,
.text-decoration-none:hover,
.text-decoration-none:active,
.text-decoration-none:visited{
    text-decoration: none;
}

.label-text-color{
    color: rgba(0, 0, 0, 0.54);
}

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

#login-v2 .form-wrapper .form-content {
    width: 500px;
    max-width: 100%;
}
.word-break-all{
    word-break: break-all;
}

.fsize-24 {
    font-size:24px!important;
}

.fsize-18 {
    font-size:18px!important;
}

.content, .content-alt {
    -webkit-overflow-scrolling: touch;
}
#preloader{background:#2F3131 !important; bottom:0; height:100%; left:0; overflow:hidden !important;  position:fixed; right:0; top:0; width:100%; z-index:99999; text-align:center;}
.clear-loading { text-align: center;  position: absolute; top: 50%; left: 50%; margin-left: -175px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; display:inline-block;  text-align:center; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}

 /*Loading Effect */
.loading-effect{width:350px; height:350px;}
.loading-effect span{float:left; margin-top:28px;}
.loading-effect img {width: 300px;}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{display:none;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: url(../img/close.png) 25 25, pointer;}

.copyright-footer {
    color: white;
    font-size: 10px;
}

.aside-link {
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messages-unread {
    top: -10px!important;
    right: -15px!important;
}

.footer .nav-link {
    height: 2.5rem;
    padding: 0 .5rem;
}

@media (max-width: 768px) {
    .footer {
        font-size: 9px;
    }

    .footer img {
        width: 50px!important;
    }

    .footer img.secure-bar {
        width: 100%!important;
    }

    .footer .nav-link {
        height: 1.5rem;
    }
}

/*hart shape*/
#register-v2 .intro .logo.heart-shape {
    width: 10rem;
    height: 10rem;
    line-height: 8rem;
    font-size: 8.6rem;
    margin-left: 4rem;
}

.heart-shape{
    position: relative;
    width: 10rem;
    height: 10rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2196F3;
}
.heart-shape:before,
.heart-shape:after{
    position: absolute;
    width: 10rem;
    height: 10rem;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #2196F3;
}
.heart-shape:before{
    bottom: 0px;
    left: -55px;
    z-index: -1;
}
.heart-shape:after{
    top: -55px;
    right: 0px;
    z-index: -1;
}

.heart-shape div {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: -21px;
}
/*hart shape*/

@media (max-width: 768px) {
    #register-v2 .intro .logo.heart-shape {
        margin-left: 0;
    }
}

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

/* VARIANTA 2 — „Cortină” care trece peste border */
/* Lăsăm un border normal și adăugăm o peliculă doar pe inelul de 3px. */

.curtain-border {
  /* păstrăm border-ul vizibil în orice browser */
  border-color: #ff7a18;
}

/* Pseudo-elementul acoperă DOAR inelul de border folosind CSS mask */
.curtain-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;

  /* Grosimea inelului (aceeași ca border-ul): */
  padding: 3px;

  /* „Cortina” = o bandă luminoasă care traversează pe orizontală */
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.85) 45%,
      rgba(255,255,255,0) 100%
    );

  background-repeat: no-repeat;
  background-size: 30% 100%;
  animation: curtainSweep 2.8s ease-in-out infinite;

  /* Mask: păstrează DOAR zona borderului (exclude interiorul) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* mișcarea „cortinei” */
@keyframes curtainSweep {
  0%   { background-position: -40% 0; }
  60%  { background-position: 120% 0; }
  100% { background-position: 120% 0; }
}

/* Preferință de mișcare redusă */
@media (prefers-reduced-motion: reduce) {
  .glow-border,
  .curtain-border::after { animation: none; }
}
/*end alert special*/