﻿/* Add custom CSS */
.g-widget-fototext a {
    color: #ff9010 !important;
    cursor: pointer;
}

.g-widget-hero p {
    margin: 0;
    padding: 0;
}

/*GAnyTechWidget*/
.g-anytech-title {
    grid-area: texto;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}

/* modal  */

.modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    /*max-height: calc(100% - 1rem);*/
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  

  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*min-height: calc(100% - 1rem);*/
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
  }

  
  .modal-open .modal-content {
    transform: scale(1);
  }
  
  .modal-backdrop {
    //position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity 150ms linear
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.32;
  }

  .modal .close {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1rem;
  }
  
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    overflow: auto;
  }
    
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  



  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 480px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
    .modal-sm {
      max-width: 480px;
    }

    .modal-dialog-top {
      justify-content: flex-start !important;
      margin-top: 0;
      min-height: 100%;
      max-height: 100%;
    }
    .modal-dialog-bottom {
      justify-content: flex-end !important;
      margin-bottom: 0;
      min-height: 100%;
      max-height: 100%;
    }
    .modal-dialog-left {
      margin-left: 0;
    }
    .modal-dialog-right {
      margin-right: 0;
    }

  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }

  @media (max-width: 575px) {
    .modal-dialog {
        margin: 0;
        display: block;
        /*max-height: 100vh !important;*/
        height: 100% !important;
    }
    .modal-content {
        height: 100% !important;
    }
  }

.modal-open .g-widget-modal{
    z-index:2000;
}

.fade-scale .modal-content {
    transform: scale(0.8);
    opacity: 0;
    transition: transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.fade-scale.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

.modal-open .g-widget-modal {
  overflow-y: hidden;
}

/* end of modal    */

/* hero */

@media (max-width: 992px) {
  .g-widget-hero {
      background-image: none !important;
  }
}


/* custom range style */
.custom-range {
  width: 100%;
  height: 7.5px;
  padding: 0;
  background-color: #b7b7b7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}

.container-password-generator.LG .password-generator input {
    width: 634px;
}


.custom-range:focus {
  outline: 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  background-color: #ff9010;
  border: 0;
  border-radius: 1.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ff9010;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  background-color: #ff9010;
  border: 0;
  border-radius: 1.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ff9010;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: b7b7b7;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-progress {
    background-color: #ff9010;
    height: .5rem;
    border-radius: 3px;
}

.custom-range::-ms-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ff9010;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ff9010;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: transparent;
  border-radius: 1rem;
}





/* password gerenartor  */
.g-widget-password .mat-checkbox-input:checked ~ .mat-checkbox-background .mat-checkbox-checkmark {
  opacity: 1;
  fill: #fafafa;
}

.g-widget-password .mat-primary .mat-checkbox-input:checked ~ .mat-checkbox-background {
  background-color: #1e8925;
}


.g-widget-password .mat-checkbox-input:checked ~ .mat-checkbox-background .mat-checkbox-checkmark-path {
  stroke-dashoffset: 0;
  animation: 180ms linear 0ms mat-checkbox-unchecked-checked-checkmark-path
}

.g-widget-password .custom-range {
  margin-bottom: 1.5rem;
}

.g-widget-password .cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.g-widget-password .mat-input-element {
  font: inherit;
  background: transparent;
  color: currentColor;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
}


@keyframes mat-checkbox-unchecked-checked-checkmark-path {

  0%,
  50% {
      stroke-dashoffset: 22.910259
  }

  50% {
      animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1)
  }

  100% {
      stroke-dashoffset: 0
  }
}

.mat-checkbox-background,
.mat-checkbox-frame {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 2px;
  box-sizing: border-box;
  pointer-events: none
}

.mat-checkbox {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}


.mat-checkbox .mat-ripple-element:not(.mat-checkbox-persistent-ripple) {
  opacity: .16
}

.mat-checkbox-layout {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit;
  align-items: baseline;
  vertical-align: middle;
  display: inline-flex;
  white-space: nowrap
}

.mat-checkbox-label {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.mat-checkbox-inner-container {
  display: inline-block;
  height: 16px;
  line-height: 0;
  margin: auto;
  margin-right: 8px;
  order: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 16px;
  flex-shrink: 0
}

[dir=rtl] .mat-checkbox-inner-container {
  margin-left: 8px;
  margin-right: auto
}

.mat-checkbox-inner-container-no-side-margin {
  margin-left: 0;
  margin-right: 0
}

.mat-checkbox-frame {
  background-color: transparent;
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border-width: 2px;
  border-style: solid
}


.cdk-high-contrast-active .mat-checkbox.cdk-keyboard-focused .mat-checkbox-frame {
  border-style: dotted
}

.mat-checkbox-background {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: background-color 90ms cubic-bezier(0, 0, 0.2, 0.1), opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)
}


.cdk-high-contrast-active .mat-checkbox .mat-checkbox-background {
  background: none
}

.mat-checkbox-persistent-ripple {
  width: 100%;
  height: 100%;
  transform: none
}

.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  opacity: .04
}

.mat-checkbox.cdk-keyboard-focused .mat-checkbox-persistent-ripple {
  opacity: .12
}

.mat-checkbox-persistent-ripple,
.mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  opacity: 0
}

@media(hover: none) {
  .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
      display: none
  }
}

.mat-checkbox-checkmark {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%
}

.mat-checkbox-checkmark-path {
  stroke-dashoffset: 22.910259;
  stroke-dasharray: 22.910259;
  stroke-width: 2.1333333333px
}

.cdk-high-contrast-black-on-white .mat-checkbox-checkmark-path {
  stroke: #000 !important
}

.mat-checkbox-mixedmark {
  width: calc(100% - 6px);
  height: 2px;
  opacity: 0;
  transform: scaleX(0) rotate(0deg);
  border-radius: 2px
}

.cdk-high-contrast-active .mat-checkbox-mixedmark {
  height: 0;
  border-top: solid 2px;
  margin-top: 2px
}

.mat-checkbox-label-before .mat-checkbox-inner-container {
  order: 1;
  margin-left: 8px;
  margin-right: auto
}

.mat-checkbox-input {
  bottom: 0;
  left: 50%
}
.mat-form-field-wrapper {
  position: relative;
}
.mat-form-field-underline {
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: scale3d(1, 1.0001, 1);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

/* end of password gerenartor  */

.g-widget-launguages .clang i {
    position: absolute;
    top: 45%;
    right: 17px;
    font-size: 1.41rem;
    color: #646464;
    
}
.g-widget-launguages .clang {
    text-align: left;
    margin-top: 0;
    position: relative;
    width: 15rem;
}

.g-widget-launguages select {
    width: 330px;
    height: 3.6rem;
    margin: 16px 0 0;
    background-color: #fff;
    padding: 0.4rem 0 0.4rem 1.1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    font-size: 1rem;
    color: #2f3343;
}

.g-widget-launguages.LG .clang select {
    width: 15rem;
    height: 2.52rem
}


/* card double  */
.g-widget-card-double .items .item {
    margin: 0 0 1.1rem;
}

.g-widget-card-double .items > div:last-of-type {
    margin: 0;
}

.g-widget-card-double .title p {
    margin-block-start:0;
    margin-block-end: 0;
}

.g-widget-card-double i {
    font-style: normal;
}
/* FotoText */
.g-widget-fototext h3 {
    text-align: center;
}
.g-widget-fototext h4 {
    text-align: center;
}
.g-widget-fototext h5 {
    text-align: center;
}

    .g-widget-fototext.LG h3 {
        text-align: left;
    }
    .g-widget-fototext.LG h4 {
        text-align: left;
    }
    .g-widget-fototext.LG h5 {
        text-align: left;
    }


.icon-left {
    display: flex;
    justify-content: end;
}

.icon-right {
    display: flex;
}

.icon-fototext {
    display: flex;
    padding: 0.8rem 0;
}

#icon-center {
    display: flex;
    justify-content: center;
    padding: 0.1rem 0;
}

#left-icon {
    padding: 0.8rem 0;
}

#right-icon {
    padding: 0.8rem 0;
}

#icons-hero {
    padding: 0.2rem 0;
}

/* Hero */
.icon-center {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .icon-fototext-center {
        justify-content: center;
    }
}

    /* Container */

    @media (max-width: 575px) {
        .modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
            width: 100%;
        }
    }


    .body-a a {
        color: #ff9010;
    }


    .subtitle1 a {
        color: #ff9010;
    }

