  .link-button .loader {  
  font-size: 10px;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  text-indent: -9999em;  
  width: 4.5em;  
  height: 4.5em;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  background-color: transparent;  
  background-image: -webkit-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -o-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -ms-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -moz-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  /* Impossible to translate property background-image for webkit20110101 */
  background-image: linear-gradient(to right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  position: relative;  
  -webkit-animation: load3 1.4s infinite linear;  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;  
  -webkit-transform: translateZ(0);  
  -ms-transform: translateZ(0);  
  transform: translateZ(0);
}

  .link-button .loader:before {  
  width: 50%;  
  height: 50%;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 100% 0 0 0;
  border-radius: 100% 0 0 0;  
  position: absolute;  
  top: 0;  
  left: 0;  
  content: '';
}

  .link-button .loader:after {  
  background-color: #c5d1e1;  
  width: 75%;  
  height: 75%;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  content: '';  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;  
  position: absolute;  
  top: 0;  
  left: 0;  
  bottom: 0;  
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-ms-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-o-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}



  .link-button .wrapper {  
  width: 100%;  
  display: inline-block;
}

  .link-button button {  
  background-color: undefined;  
  color: #13120f;  
  width: 200px;  
  height: 60px;  
  display: inline-block;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;  -webkit-box-shadow: 1px 0 0 undefined;
  box-shadow: 1px 0 0 undefined;  
  text-align: undefined;
}

  .link-button button:not(.disabled):hover {  
  background-color: #fff;  
  color: #13120f;
}

  .link-button button.active:not(.disabled) {  
  background-color: undefined;  
  color: undefined;
}

  .link-button .image {  
  width: auto;  
  height: -webkit-fill-available;
}

  .link-button .rtl {  
  direction: rtl;
}

  .link-button .ltr {  
  direction: ltr;
}

  .link-button .imgAndLabel {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: undefined;
  justify-content: undefined;  
  height: -webkit-fill-available;
}

@media all and (-ms-high-contrast:none)
     {
     .image {   height: 60px; } /* IE10 */
     *::-ms-backdrop, .image {   height: 60px; } /* IE11 */
     }

.cusom-select-without-title {  
  margin-top: 0px;
}

  .cusom-select-without-title .dropdown-select-cust {  
  position: relative;  
  margin-top: 0px;  
  width: 100%;  
  height: 34px;  -webkit-box-shadow: 0px 0px 0px #bfbfbf;
  box-shadow: 0px 0px 0px #bfbfbf;
}

  .cusom-select-without-title .dropdown-select-cust.is-open {  
  z-index: 999;
}

  .cusom-select-without-title .dropdown-select-cust.have-bouncing-label-top {  
  margin-top: calc(16px + 5px);  
  color: #13120f;
}

  .cusom-select-without-title .rtl {  
  text-align: right;  
  direction: rtl;
}

  .cusom-select-without-title .ltr {  
  text-align: left;  
  direction: ltr;
}

  .cusom-select-without-title .dropdown-select-cust:hover:not(.is-open) .container {
}

  .cusom-select-without-title .dropdown-select-cust.is-open .container {  
  z-index: 100;
}

  .cusom-select-without-title .spacer-cust {  
  height: 100%;  -webkit-opacity: 0;
  opacity: 0;
}

  .cusom-select-without-title .arrow-container-cust {  
  position: absolute;  
  top: 50%;  
  transform: translateY(-50%);  
  padding-bottom: 5px;  
  z-index: 99;  
  pointer-events: none;
}

  .cusom-select-without-title .dropdown-select-cust.is-open > .arrow-container-cust {  
  z-index: 101;
}

  .cusom-select-without-title .arrow-container-cust.ltr {  
  right: 15px;
}

  .cusom-select-without-title .arrow-container-cust.rtl {  
  left: 15px;
}

  .cusom-select-without-title .arrow {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-top-width: 0;  
  border-right-width: 3px;  
  border-bottom-width: 3px;  
  border-left-width: 0;  
  display: inline-block;  
  width: 9px;  
  height: 9px;  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;  -o-transform-origin: calc(50% + 1px) calc(50% + 1px);
  -webkit-transform-origin: calc(50% + 1px) calc(50% + 1px);
  transform-origin: calc(50% + 1px) calc(50% + 1px);
}

  .cusom-select-without-title .arrow.up {  
  transform: rotate(225deg);
}

  .cusom-select-without-title .arrow.down {  
  transform: rotate(45deg);
}

  .cusom-select-without-title .is-closed .container {  
  background-color: undefined;
}

  .cusom-select-without-title .container {  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  padding-top: 2px;  
  position: absolute;  
  top: 0px;  
  left: 0px;  
  height: 100%;  
  width: 100%;  
  cursor: pointer;  
  overflow: hidden;  -o-transition: height 0.15s ease-out;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

  .cusom-select-without-title .container.open {  
  background-color: #fff;
}

  .cusom-select-without-title .container.disabled {  
  cursor: default;
}

  .cusom-select-without-title .container.full-border {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #c9c9c9;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #c9c9c9;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #c9c9c9;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #c9c9c9;  -webkit-border-radius: 7px;
  border-radius: 7px;
}

  .cusom-select-without-title .container.bottom-border {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #c9c9c9;
}

  .cusom-select-without-title .container.full-border.disabled {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #F5F5F5;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #F5F5F5;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #F5F5F5;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #F5F5F5;
}

  .cusom-select-without-title .container.bottom-border.disabled {  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #F5F5F5;
}

  .cusom-select-without-title .inner-container.open {  -ms-overflow-y: auto;
  overflow-y: auto;  
  max-height: calc(5 * (16px + 5px + 10px));
}

  .cusom-select-without-title .dropdown-option-selected {  
  padding-top: 7px !important;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  user-select: none;  
  cursor: pointer;  
  padding-bottom: 8px;  
  padding-left: 8px;  
  padding-right: 8px;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #F5F5F5;
}

  .cusom-select-without-title .empty-list-object-placeholder {  
  border-bottom-width: 1px !important;  
  border-bottom-style: solid !important;  
  border-bottom-color: rgba(146, 138, 126, 0.451) !important;  
  color: transparent !important;  
  background-color: undefined;
}

  .cusom-select-without-title .empty-list-object-placeholder:hover {  
  background-color: undefined !important;
}

  .cusom-select-without-title .is-closed .dropdown-option-cust {  
  display: none;
}

  .cusom-select-without-title .dropdown-option-cust {  
  padding-top: 6px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  user-select: none;  
  cursor: pointer;  
  padding-bottom: 5px;  
  padding-left: 8px;  
  padding-right: 8px;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #F5F5F5;  
  background-color: #fff;
}

  .cusom-select-without-title .dropdown-option-cust.visible:hover {  
  background-color: #13120f;  
  color: #fff;
}

  .cusom-select-without-title .dropdown-option-cust.visible:focus {  
  background-color: #13120f;  
  color: #fff;
}

  .cusom-select-without-title .dropdown-option-cust.empty-state:not(.visible) {  
  display: none;
}

  .cusom-select-without-title .dropdown-option-cust::placeholder {  
  color: #F5F5F5;
}

  .cusom-select-without-title .container.disabled > .inner-container > .dropdown-option-cust {  
  color: #F5F5F5;
}

  .cusom-select-without-title .select-label {  
  color: #080707;  
  font-size: 16px;  
  font-weight: 300;  
  font-family: SimplePro-Regular;  
  position: absolute;  
  pointer-events: none;  
  width: 100%;  
  bottom: 8px;  -o-transition: 0.2s transform;
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;  
  padding-right: 8px;  
  padding-left: 8px;
}

  .cusom-select-without-title .select-label.rtl {  
  right: 0px;
}

  .cusom-select-without-title .select-label.ltr {  
  left: 0px;
}

  .cusom-select-without-title .dropdown-select-cust.is-open > .select-label.bouncing-label,   .cusom-select-without-title .select-label.full.bouncing-label {  
  color: undefined;  
  background-color: transparent;  
  transform: translateY(-34px) translateY(0px);  
  font-size: 16px;  
  z-index: 101;  
  bottom: 0px;
}

  .cusom-select-without-title .dropdown-select-cust.is-open > .select-label:not(.bouncing-label),   .cusom-select-without-title .select-label.full:not(.bouncing-label) {  
  bottom: 36px;
}

  .cusom-select-without-title .container.disabled ~ .select-label {  
  color: #c9c9c9;
}

  .cusom-select-without-title .error {  
  color: #e01010;  
  font-family: SimplePro-Regular;  
  font-size: 12px;  
  padding-left: 8px;  
  padding-right: 8px;
}

  .cusom-select-without-title .dropdown-select-cust.is-open > .error {  
  display: none;
}

  .cusom-select-without-title ::-webkit-scrollbar {  
  width: 6px;
}

  .cusom-select-without-title ::-webkit-scrollbar-thumb {  
  background-color: #d3d3d3;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .cusom-select-without-title ::-webkit-scrollbar-thumb:hover {  
  background-color: #555;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;
}

  .cusom-select-without-title .loader {  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #f3f3f3;  
  border-right-width: 3px;  
  border-right-style: solid;  
  border-right-color: #f3f3f3;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: #f3f3f3;  
  border-left-width: 3px;  
  border-left-style: solid;  
  border-left-color: #f3f3f3;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #3498db;  
  width: 20px;  
  height: 20px;  
  -webkit-animation: spin 1s linear infinite;  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;  
  margin-top: 0;  
  margin-right: auto;  
  margin-bottom: 0;  
  margin-left: auto;  
  margin-bottom: 10px;  
  margin-top: 10px;
}

  .cusom-select-without-title .error-container {  
  position: relative;  
  margin-top: 5px;
}

  .cusom-select-without-title .comment {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #13120f;
}

  .cusom-select-without-title .filler {  
  position: static;
}

  .cusom-select-without-title .error-msg {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #e01010;
}

  .cusom-select-without-title .hidden {  
  visibility: hidden;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}



  .cusom-select-without-title .loader-rtl {  
  left: 14px;
}

  .cusom-select-without-title .loader-ltr {  
  right: 14px;
}

.radio-with-image-wide {  
  margin-bottom: 0px;  
  margin-top: 10px;
}

  .radio-with-image-wide .radio-panel-wrapper {  
  display: inline-block;  
  margin-right: 3px;
}

  .radio-with-image-wide .radio-panel-wrapper.mobile {  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

  .radio-with-image-wide .error {  
  color: #e01010;  
  font-size: 12px !important;  
  text-align: center;  
  display: block;  
  font-family: SimplePro-Regular;  
  font-weight: 300;
}

  .radio-with-image-wide .radio-btn {  
  position: relative;  
  display: inline-block;
}

  .radio-with-image-wide .md-container {  
  visibility: hidden;  
  display: inline;
}

  .radio-with-image-wide .radio-box {  
  background-color: #fff;  
  border-top-width: 0.2px;  
  border-top-style: solid;  
  border-top-color: #ebeafa;  
  border-right-width: 0.2px;  
  border-right-style: solid;  
  border-right-color: #ebeafa;  
  border-bottom-width: 0.2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;  
  border-left-width: 0.2px;  
  border-left-style: solid;  
  border-left-color: #ebeafa;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-right: 10px;  
  min-width: 50px;  
  min-height: 150px;  
  margin-bottom: 3px;  -webkit-box-shadow: 1px 2px 5px rgba(59, 69, 26, 0.2);
  box-shadow: 1px 2px 5px rgba(59, 69, 26, 0.2);
}

  .radio-with-image-wide .checkbox {  
  margin-top: 1rem;  
  margin-right: 1rem;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  width: 18px;  
  height: 18px;  
  appearance: none;  
  min-width: 16px;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #bfbfbf;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #bfbfbf;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #bfbfbf;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #bfbfbf;
}

  .radio-with-image-wide .checkbox:checked {  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;  
  background-color: #ffcd01;
}

  .radio-with-image-wide .radio-box.bottom-border {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-bottom-width: 0.2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;
}

  .radio-with-image-wide .radio-box.none {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

  .radio-with-image-wide .radio-box:hover {  
  border-top-color: #ffcc33;  
  border-right-color: #ffcc33;  
  border-bottom-color: #ffcc33;  
  border-left-color: #ffcc33;
}

  .radio-with-image-wide .selectedBorder {  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-right: 10px;  
  min-width: 50px;  
  min-height: 150px;  
  margin-bottom: 3px;
}

  .radio-with-image-wide .radio-inner-box {  
  background-color: undefined;  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;  
  color: #13120f;  
  display: inline;  
  width: 100%;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image-wide .radio-inner-box:hover {  
  background-color: undefined;  
  color: undefined;
}

  .radio-with-image-wide .selected,   .radio-with-image-wide md-radio-button.md-default-theme.md-checked {  
  color: #080707 !important;  
  background-color: undefined;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image-wide .selected:hover {  
  background-color: undefined !important;  
  color: #13120f !important;
}

  .radio-with-image-wide .md-switch-thumb,   .radio-with-image-wide md-radio-button {  
  margin-top: 0 !important;  
  margin-right: 0 !important;  
  margin-bottom: 0 !important;  
  margin-left: 0 !important;  
  position: relative;
}

  .radio-with-image-wide .title {  
  display: inline-block;  
  color: #13120f;  
  width: 100%;  
  text-align: right;  
  font-family: SimplePro-Regular;  
  padding-bottom: 10px;  
  padding-left: 8px;  
  padding-right: 8px;  
  font-size: 16px;  
  font-weight: 500;
}

  .radio-with-image-wide .inner-container {  
  display: block;
}

  .radio-with-image-wide .right-side,   .radio-with-image-wide .rtl {  
  text-align: right !important;  
  direction: rtl;
}

  .radio-with-image-wide .center-side {  
  text-align: center !important;  
  direction: rtl;
}

  .radio-with-image-wide .center-side .radio-panel-wrapper {  -webkit-justify-content: center;
  justify-content: center;
}

  .radio-with-image-wide .left-side,   .radio-with-image-wide .ltr {  
  text-align: left !important;  
  direction: ltr;
}

  .radio-with-image-wide .md-label {  
  margin-top: 0 !important;  
  margin-right: 0 !important;  
  margin-bottom: 0 !important;  
  margin-left: 0 !important;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  font-weight: 300;  
  text-align: center;  
  display: block;  
  left: 0px;  
  right: 0px;  
  top: 50%;  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;
}

  .radio-with-image-wide md-radio-button.md-default-theme[disabled] {  
  color: #c9c9c9 !important;  
  background-color: undefined !important;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image-wide .paper-radio {  
  min-height: 150px;
}

  .radio-with-image-wide .selected > .checkmark {  
  display: inline-block;  
  position: absolute;  
  top: 70%;  
  z-index: 1;  
  transform: translateY(-50%);
}

  .radio-with-image-wide .selected > .checkmark:after {  
  content: '';  
  display: block;  
  width: 5px;  
  height: 10px;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: #a634b0;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: #a634b0;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: #a634b0;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: #a634b0;  
  border-top-width: 0;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 0;  
  transform: rotate(45deg);
}

  .radio-with-image-wide .ltr,   .radio-with-image-wide .left-side,   .radio-with-image-wide .center-side .checkmark {  
  right: 9px;
}

  .radio-with-image-wide .rtl .checkmark {  
  left: 9px;
}

@media only screen and (max-width: 480px) {
    .radio-with-image-wide .ltr,   .radio-with-image-wide .left-side,   .radio-with-image-wide .center-side .checkmark {    
    right: 9px;    
    text-align: center !important;
  }
}

  .radio-with-image-wide md-radio-button:focus {  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image-wide .imageStyle {  
  width: 65px;
}

.accordion-checkbox {  
  position: relative;  
  padding-top: 1px;  
  padding-right: 0px;  
  padding-bottom: 1px;  
  padding-left: 0px;  
  margin-bottom: 0px;  
  margin-top: 0px;  
  margin-left: 0px;  
  margin-right: 0px;
}

  .accordion-checkbox label {  
  width: fit-content;
}

  .accordion-checkbox .container {  
  font-size: 18px;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  position: relative;  
  display: -webkit-flex;
  display: flex;
}

  .accordion-checkbox .container:hover .checkmark {  
  background-color: undefined;
}

  .accordion-checkbox .container:hover .label {  
  color: #ffcc33 !important;
}

  .accordion-checkbox .disabled {  
  color: #c9c9c9 !important;
}

  .accordion-checkbox .checkmark {  
  position: relative;  
  cursor: pointer;  
  height: 0px;  
  width: 0px;  
  min-width: 0px;  
  background-color: #fff;  
  border-top-width: 0px !important;  
  border-top-style: solid !important;  
  border-top-color: #e1e1e1 !important;  
  border-right-width: 0px !important;  
  border-right-style: solid !important;  
  border-right-color: #e1e1e1 !important;  
  border-bottom-width: 0px !important;  
  border-bottom-style: solid !important;  
  border-bottom-color: #e1e1e1 !important;  
  border-left-width: 0px !important;  
  border-left-style: solid !important;  
  border-left-color: #e1e1e1 !important;  -webkit-border-radius: 0px;
  border-radius: 0px;  -ms-flex: 0 0;
  -webkit-flex: 0 0;
  flex: 0 0;  -webkit-box-shadow: 0 0 0 #bfbfbf;
  box-shadow: 0 0 0 #bfbfbf;
}

  .accordion-checkbox input:disabled ~ .checkmark {  
  border-top-style: solid !important;  
  border-right-style: solid !important;  
  border-bottom-style: solid !important;  
  border-left-style: solid !important;  
  cursor: not-allowed !important;  
  background-color: #F5F5F5 !important;
}

  .accordion-checkbox input:checked ~ .checkmark {  
  background-color: #13120f;
}

  .accordion-checkbox input:checked ~ .checkmark:after {  
  display: block;
}

  .accordion-checkbox .component-wrapper:focus {  
  background-color: red;
}

  .accordion-checkbox .checkmark:after {  
  right: 0px;  
  top: 0px;  
  width: 0px;  
  height: 0px;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: #fff;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: #fff;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: #fff;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: #fff;  
  border-top-width: 0;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0;  
  -webkit-transform: rotate(45deg);  
  -ms-transform: rotate(45deg);  
  transform: rotate(45deg);  
  content: "";  
  position: absolute;  
  display: none;
}

  .accordion-checkbox .rtl {  
  text-align: right;  
  direction: rtl;
}

  .accordion-checkbox .ltr {  
  text-align: left;  
  direction: ltr;
}

  .accordion-checkbox .ltr .checkmark {  
  margin-right: 10px;
}

  .accordion-checkbox .rtl .checkmark {  
  margin-left: 10px;
}

  .accordion-checkbox .error {  
  color: #ffcc33;  
  font-size: 12px;  
  font-family: SimplePro-Regular;
}

  .accordion-checkbox input {  
  position: absolute;  -webkit-opacity: 0;
  opacity: 0;  
  cursor: pointer;  
  height: 0;  
  width: 0;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;
}

  .accordion-checkbox .label {  
  position: relative;  
  display: inline-block;  
  padding-top: 0px;  
  cursor: pointer;
}

  .accordion-checkbox .component-wrapper:focus-within {  
  border-top-width: 0px;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;
}

  .accordion-checkbox .component-wrapper {  
  padding-top: 3px;  
  padding-right: 3px;  
  padding-bottom: 3px;  
  padding-left: 3px;
}

.radio-with-image {  
  margin-bottom: 0px;  
  margin-top: 0px;
}

  .radio-with-image .radio-panel-wrapper {  
  display: inline-block;  
  margin-right: 3px;
}

  .radio-with-image .radio-panel-wrapper.mobile {  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

  .radio-with-image .error {  
  color: #e01010;  
  font-size: 12px !important;  
  text-align: center;  
  display: block;  
  font-family: SimplePro-Regular;  
  font-weight: 300;
}

  .radio-with-image .radio-btn {  
  position: relative;  
  display: inline-block;
}

  .radio-with-image .md-container {  
  visibility: hidden;  
  display: inline;
}

  .radio-with-image .radio-box {  
  background-color: #fff;  
  border-top-width: 0.2px;  
  border-top-style: solid;  
  border-top-color: #ebeafa;  
  border-right-width: 0.2px;  
  border-right-style: solid;  
  border-right-color: #ebeafa;  
  border-bottom-width: 0.2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;  
  border-left-width: 0.2px;  
  border-left-style: solid;  
  border-left-color: #ebeafa;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-right: 10px;  
  min-width: 120px;  
  min-height: 130px;  
  margin-bottom: 3px;  -webkit-box-shadow: 1px 2px 5px rgba(59, 69, 26, 0.2);
  box-shadow: 1px 2px 5px rgba(59, 69, 26, 0.2);
}

  .radio-with-image .checkbox {  
  margin-top: 1rem;  
  margin-right: 1rem;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  width: 18px;  
  height: 18px;  
  appearance: none;  
  min-width: 16px;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #bfbfbf;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #bfbfbf;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #bfbfbf;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #bfbfbf;
}

  .radio-with-image .checkbox:checked {  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;  
  background-color: #ffcd01;
}

  .radio-with-image .radio-box.bottom-border {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-bottom-width: 0.2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;
}

  .radio-with-image .radio-box.none {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

  .radio-with-image .radio-box:hover {  
  border-top-color: #ffcc33;  
  border-right-color: #ffcc33;  
  border-bottom-color: #ffcc33;  
  border-left-color: #ffcc33;
}

  .radio-with-image .selectedBorder {  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-right: 10px;  
  min-width: 120px;  
  min-height: 130px;  
  margin-bottom: 3px;
}

  .radio-with-image .radio-inner-box {  
  background-color: undefined;  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;  
  color: #13120f;  
  display: inline;  
  width: 100%;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image .radio-inner-box:hover {  
  background-color: undefined;  
  color: undefined;
}

  .radio-with-image .selected,   .radio-with-image md-radio-button.md-default-theme.md-checked {  
  color: #13120f !important;  
  background-color: undefined;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image .selected:hover {  
  background-color: undefined !important;  
  color: #13120f !important;
}

  .radio-with-image .md-switch-thumb,   .radio-with-image md-radio-button {  
  margin-top: 0 !important;  
  margin-right: 0 !important;  
  margin-bottom: 0 !important;  
  margin-left: 0 !important;  
  position: relative;
}

  .radio-with-image .title {  
  display: inline-block;  
  color: #13120f;  
  width: 100%;  
  text-align: right;  
  font-family: SimplePro-Regular;  
  padding-bottom: 10px;  
  padding-left: 8px;  
  padding-right: 8px;  
  font-size: 16px;  
  font-weight: 500;
}

  .radio-with-image .inner-container {  
  display: block;
}

  .radio-with-image .right-side,   .radio-with-image .rtl {  
  text-align: right !important;  
  direction: rtl;
}

  .radio-with-image .center-side {  
  text-align: center !important;  
  direction: rtl;
}

  .radio-with-image .center-side .radio-panel-wrapper {  -webkit-justify-content: center;
  justify-content: center;
}

  .radio-with-image .left-side,   .radio-with-image .ltr {  
  text-align: left !important;  
  direction: ltr;
}

  .radio-with-image .md-label {  
  margin-top: 0 !important;  
  margin-right: 0 !important;  
  margin-bottom: 0 !important;  
  margin-left: 0 !important;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  font-weight: 300;  
  text-align: center;  
  display: block;  
  left: 0px;  
  right: 0px;  
  top: 50%;  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;
}

  .radio-with-image md-radio-button.md-default-theme[disabled] {  
  color: #c9c9c9 !important;  
  background-color: undefined !important;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image .paper-radio {  
  min-height: 130px;
}

  .radio-with-image .selected > .checkmark {  
  display: inline-block;  
  position: absolute;  
  top: 70%;  
  z-index: 1;  
  transform: translateY(-50%);
}

  .radio-with-image .selected > .checkmark:after {  
  content: '';  
  display: block;  
  width: 5px;  
  height: 10px;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  
  border-top-width: 0;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 0;  
  transform: rotate(45deg);
}

  .radio-with-image .ltr,   .radio-with-image .left-side,   .radio-with-image .center-side .checkmark {  
  right: 9px;
}

  .radio-with-image .rtl .checkmark {  
  left: 9px;
}

@media only screen and (max-width: 480px) {
    .radio-with-image .ltr,   .radio-with-image .left-side,   .radio-with-image .center-side .checkmark {    
    right: 9px;    
    text-align: center !important;
  }
}

  .radio-with-image md-radio-button:focus {  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .radio-with-image .imageStyle {  
  width: 60px;
}

.radio-without-title {  
  margin-top: 8px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  margin-right: 0px;  
  position: relative;
}

  .radio-without-title .wrapper.row {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .radio-without-title .wrapper.ltr {  
  padding-left: 8px;
}

  .radio-without-title .wrapper.rtl {  
  padding-right: 8px;
}

  .radio-without-title .rtl {  
  text-align: right;  
  direction: rtl;
}

  .radio-without-title .ltr {  
  text-align: left;  
  direction: ltr;
}

  .radio-without-title .option.ltr > .content-wrapper > .opt-label {  
  text-align: left;  
  direction: ltr;  
  font-family: SimplePro-Regular !important;
}

  .radio-without-title .error {  
  color: #f43b3b;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  padding-right: 2px;  
  padding-left: 2px;  
  font-weight: 200;
}

  .radio-without-title .error.ltr {  
  font-family: SimplePro-Regular !important;
}

  .radio-without-title .scroll-anchor {  
  position: absolute;  
  left: 0px;  
  top: -100px;  
  bottom: -100px;  
  width: 0px;
}

  .radio-without-title .label {  
  font-size: 0px;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  padding-right: 0px;  
  padding-left: 0px;  
  font-weight: 600;  
  padding-top: 0px;  
  padding-bottom: 0px;
}

  .radio-without-title .label.ltr {  
  font-family: SimplePro-Regular !important;
}

  .radio-without-title .option {  
  user-select: none;  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: baseline;
  align-items: baseline;  
  padding-top: 8px;
}

  .radio-without-title .wrapper:not(.row) > .option:first-child {  
  padding-top: 0;
}

  .radio-without-title .content-wrapper {  
  cursor: pointer;  
  display: -webkit-flex;
  display: flex;  
  position: relative;  
  height: 100%;  
  padding-top: 2px;  
  padding-right: 2px;  
  padding-bottom: 2px;  
  padding-left: 2px;  -webkit-border-radius: 2px;
  border-radius: 2px;
}

  .radio-without-title .option > .content-wrapper:hover > .outer {  
  background-color: undefined;
}

  .radio-without-title .option > .content-wrapper:hover > .opt-label {  
  color: undefined;
}

  .radio-without-title .option > .content-wrapper > .outer {  
  position: relative;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  left: 0;  
  top: 0;  
  width: 18px;  
  min-width: 18px;  
  height: 18px;  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  
  border-top-width: 1.5px;  
  border-right-width: 1.5px;  
  border-bottom-width: 1.5px;  
  border-left-width: 1.5px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  display: inline-block;  
  vertical-align: middle;
}

  .radio-without-title .option > .content-wrapper > .outer > .inner {  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  position: absolute;  
  left: 50%;  
  top: 50%;  
  width: 10px;  
  height: 10px;  
  background-color: #ffcc33;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  display: inline-block;  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;  
  transform: translate(-50%, -50%) scale(0);
}

  .radio-without-title .option.selected > .content-wrapper > .outer {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;
}

  .radio-without-title .option.selected > .content-wrapper > .outer > .inner {  
  transform: translate(-50%, -50%) scale(1);
}

  .radio-without-title .option.disabled > .content-wrapper > .outer {  
  border-top-color: rgba(0, 0, 0, 0.26);  
  border-right-color: rgba(0, 0, 0, 0.26);  
  border-bottom-color: rgba(0, 0, 0, 0.26);  
  border-left-color: rgba(0, 0, 0, 0.26);
}

  .radio-without-title .option.disabled {  
  pointer-events: none;
}

  .radio-without-title .option.disabled > .content-wrapper > .opt-label {  
  color: #c9c9c9;
}

  .radio-without-title .option > .content-wrapper > .opt-label {  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  font-weight: 300;  
  color: #13120f;  
  padding-right: 8px;  
  padding-left: 8px;  
  margin-top: calc(-16px * 1.2 * 0.5 + 18px * 0.5);
}

  .tooltip .comp-main {  
  position: relative;  
  width: 30px;  
  height: 30px;  
  line-height: 30px;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  -webkit-border-radius: 100%;
  border-radius: 100%;  
  background-color: #ffcc33;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  font-size: 16px;  
  direction: ltr;  
  text-align: center;
}

  .tooltip .form-tooltip--outline-focus:focus {  
  outline-offset: 2px;
}

  .tooltip .comp-main:hover > .tooltip-ltr,   .tooltip .comp-main > .tootip-ltr:active {  
  display: block;
}

  .tooltip .comp-main:focus > .tooltip-ltr,   .tooltip .comp-main:focus > .tooltip-rtl {  
  display: block;
}

  .tooltip .tooltip-ltr {  
  display: none;  
  position: absolute;  
  background-color: #ffcc33;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  min-height: 20px;  
  width: 274px;  
  font-size: 16px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  min-height: 30px;  
  top: 100%;  
  right: 50%;  
  margin-right: -298px;  
  margin-top: -25px;  
  z-index: 110;  -webkit-border-radius: 4px;
  border-radius: 4px;
}

  .tooltip .tooltip-ltr .chupchik-ltr {  
  width: 15px;  
  height: 15px;  
  position: absolute;  
  background-color: #ffcc33;  
  top: 7px;  
  right: 100%;  
  margin-right: -12px;  
  transform: rotate(45deg);  
  z-index: -1;
}

  .tooltip .comp-main:hover > .tooltip-rtl,   .tooltip .comp-main > .tootip-rtl:active {  
  display: block;
}

  .tooltip .tooltip-rtl {  
  display: none;  
  position: absolute;  
  background-color: #ffcc33;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  min-height: 20px;  
  width: 274px;  
  font-size: 16px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  min-height: 30px;  
  top: 100%;  
  left: 50%;  
  margin-left: -298px;  
  margin-top: -25px;  
  z-index: 110;  -webkit-border-radius: 4px;
  border-radius: 4px;
}

  .tooltip .tooltip-rtl .chupchik-rtl {  
  width: 15px;  
  height: 15px;  
  position: absolute;  
  background-color: #ffcc33;  
  top: 7px;  
  left: 100%;  
  margin-left: -12px;  
  transform: rotate(45deg);  
  z-index: -1;
}

@media screen and (max-width: 700px) {
    .tooltip .tooltip-rtl {    
    display: none;    
    position: absolute;    
    background-color: #ffcc33;    
    font-family: SimplePro-Regular;    
    color: #13120f;    
    padding-top: 5px;    
    padding-right: 5px;    
    padding-bottom: 5px;    
    padding-left: 5px;    
    min-height: 20px;    
    font-size: 16px;    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
    min-height: 30px;    
    top: 100%;    
    left: 50%;    
    margin-top: -25px;    
    z-index: 110;    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
    .tooltip .tooltip-ltr {    
    display: none;    
    position: absolute;    
    background-color: #ffcc33;    
    font-family: SimplePro-Regular;    
    color: #13120f;    
    padding-top: 5px;    
    padding-right: 5px;    
    padding-bottom: 5px;    
    padding-left: 5px;    
    min-height: 20px;    
    width: 100px;    
    font-size: 16px;    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
    min-height: 30px;    
    top: 100%;    
    right: 50%;    
    margin-right: -125px;    
    margin-top: -25px;    
    z-index: 110;    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

  .page-init .comp-main {  
  border-top-width: 2px;  
  border-top-style: dashed;  
  border-top-color: #888;  
  border-right-width: 2px;  
  border-right-style: dashed;  
  border-right-color: #888;  
  border-bottom-width: 2px;  
  border-bottom-style: dashed;  
  border-bottom-color: #888;  
  border-left-width: 2px;  
  border-left-style: dashed;  
  border-left-color: #888;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 15px;  
  padding-left: 15px;  -webkit-border-radius: 7px;
  border-radius: 7px;  
  background-color: rgba(0, 0, 0, 0.05);
}

  .model-observer .comp-main {  
  border-top-width: 2px;  
  border-top-style: dashed;  
  border-top-color: #888;  
  border-right-width: 2px;  
  border-right-style: dashed;  
  border-right-color: #888;  
  border-bottom-width: 2px;  
  border-bottom-style: dashed;  
  border-bottom-color: #888;  
  border-left-width: 2px;  
  border-left-style: dashed;  
  border-left-color: #888;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 15px;  
  padding-left: 15px;  -webkit-border-radius: 7px;
  border-radius: 7px;  
  background-color: rgba(0, 0, 0, 0.05);
}

.array-buttons {  
  text-align: right;  
  direction: rtl;  
  font-size: 16px;
}

  .array-buttons .submit-input-add {  
  background-color: #ffcc33;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;  
  margin-left: 15px;  
  color: #13120f;  
  font-family: SimplePro-Regular;  
  height: 40px;  
  padding-right: 20px;  
  padding-left: 20px;
}

  .array-buttons .submit-input-remove {  
  background-color: transparent;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;  
  color: #13120f;  
  font-family: SimplePro-Regular;  
  height: 40px;  
  padding-right: 20px;  
  padding-left: 20px;
}

  .array-buttons .submit-input-add:hover {  
  background-color: #F5F5F5;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-color: #F5F5F5;  
  border-right-color: #F5F5F5;  
  border-bottom-color: #F5F5F5;  
  border-left-color: #F5F5F5;
}

  .array-buttons .submit-input-remove:hover {  
  color: #13120f;  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;
}

  .array-buttons .disabled {  -webkit-opacity: 0.7;
  opacity: 0.7;  
  cursor: context-menu;
}

  .array-buttons .submit-input-remove.disabled {  
  background-color: #F5F5F5;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  color: #c9c9c9;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

  .array-buttons .submit-input-add.disabled {  
  color: #c9c9c9;  
  background-color: #F5F5F5;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: #c9c9c9;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: #c9c9c9;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: #c9c9c9;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: #c9c9c9;
}

.form-text-area {  
  margin-top: 0px;  
  margin-bottom: 25px;  
  margin-left: 0px;  
  margin-right: 0px;
}

  .form-text-area .comp-main {  
  position: relative;
}

  .form-text-area textarea {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #fff;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #fff;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #fff;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #fff;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 15px;  
  padding-left: 15px;  
  margin-top: 15px;  
  resize: none;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;  
  background-color: transparent;  
  background-color: #fff;  -webkit-border-radius: 7px;
  border-radius: 7px;  
  direction: rtl;  
  text-align: right;  
  width: 100%;  
  height: 50px;  
  overflow: hidden;  
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

  .form-text-area textarea:focus {  
  border-top-width: 2px !important;  
  border-right-width: 2px !important;  
  border-bottom-width: 2px !important;  
  border-left-width: 2px !important;
}

  .form-text-area .bouncingLabel {  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  padding-right: 0px;  
  padding-left: 0px;  -o-transition: transform 0.2s ease, font-size 0.2s ease;
  -webkit-transition: transform 0.2s ease, font-size 0.2s ease;
  transition: transform 0.2s ease, font-size 0.2s ease;  
  color: #13120f;  
  position: absolute;  
  pointer-events: none;  
  top: 0px;  
  transform: translateY(calc(16px + 6px));
}

  .form-text-area .bouncingLabel.fix {  
  transform: translateY(calc(-16px + 16px + 6px)) !important;  
  position: relative;
}

  .form-text-area textarea:focus ~ .bouncingLabel,   .form-text-area textarea.filled ~ .bouncingLabel,   .form-text-area textarea.fixedLabel ~ .bouncingLabel {  
  transform: translateY(calc(-16px + 16px));  
  font-size: 16px;
}

  .form-text-area .bouncingLabel.error-style {  
  color: #ffcc33;
}

  .form-text-area textarea:focus ~ .bouncingLabel {  
  color: undefined;
}

  .form-text-area .bottom-border textarea {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #fff;
}

  .form-text-area .fix-height textarea {  
  overflow: auto;
}

  .form-text-area .ltr,   .form-text-area .ltr > textarea {  
  direction: ltr;  
  text-align: left;
}

  .form-text-area .rtl {  
  direction: rtl;  
  text-align: right;
}

  .form-text-area md-input-container.md-default-theme.md-input-invalid [ng-message] {  
  color: #ce3b3b !important;
}

  .form-text-area .error-style textarea {  
  border-top-color: #ce3b3b !important;  
  border-right-color: #ce3b3b !important;  
  border-bottom-color: #ce3b3b !important;  
  border-left-color: #ce3b3b !important;
}

  .form-text-area .md-input-invalid label {  
  color: #ce3b3b !important;
}

  .form-text-area ::-webkit-scrollbar {  
  width: 6px;
}

  .form-text-area ::-webkit-scrollbar-thumb {  
  background-color: #d3d3d3;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .form-text-area ::-webkit-scrollbar-thumb:hover {  
  background-color: #555;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;
}

  .form-text-area .hidden {  
  display: none;
}

  .form-text-area .error-msg {  
  font-size: 12px;  
  color: #ce3b3b;  
  margin-top: 5px;  
  padding-right: 1px;  
  padding-left: 1px;
}

  .form-text-area .paddingLtrText {  
  padding-left: 15px;
}

  .form-text-area .paddingRtlText {  
  padding-right: 15px;
}

  .form-text-area textarea:disabled {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #c9c9c9;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #c9c9c9;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #c9c9c9;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #c9c9c9;  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;  
  color: #c9c9c9 !important;  
  -webkit-text-fill-color: #c9c9c9 !important;  
  -webkit-opacity: 1;
}

  .form-text-area textarea.border-type-bottom:disabled {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #c9c9c9;
}

.form-text-area.disabled label {  
  color: #c9c9c9 !important;
}

  .upload-component .main-class-upload {  
  margin-top: 8px;  
  margin-bottom: 8px;
}

  .upload-component .upload-frame {  
  height: 60px;  -webkit-border-radius: 1px;
  border-radius: 1px;  
  border-top-width: 0.2px;  
  border-top-style: solid;  
  border-top-color: #ebeafa;  
  border-right-width: 0.2px;  
  border-right-style: solid;  
  border-right-color: #ebeafa;  
  border-bottom-width: 0.2px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;  
  border-left-width: 0.2px;  
  border-left-style: solid;  
  border-left-color: #ebeafa;  
  background-color: undefined;  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  
  direction: rtl;  -webkit-align-items: center;
  align-items: center;  
  position: relative;  -webkit-box-shadow: 1px 2px 5px rgba(59, 69, 26, 0.2);
  box-shadow: 1px 2px 5px rgba(59, 69, 26, 0.2);
}

  .upload-component .upload-icon {  
  width: auto;  
  height: auto;  
  max-height: 18px;  
  max-width: 18px;  
  margin-top: 0;  
  margin-right: 12px;  
  margin-bottom: 0;  
  margin-left: 12px;
}

  .upload-component .upload-text {  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  margin-top: 0;  
  margin-right: 5px;  
  margin-bottom: 0;  
  margin-left: 5px;
}

  .upload-component .container-with-files {  
  max-width: 100%;  
  height: 60px;  -webkit-border-radius: 1px;
  border-radius: 1px;  
  background-color: undefined;  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  
  direction: rtl;  -webkit-align-items: center;
  align-items: center;  
  position: relative;  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: space-between;
  justify-content: space-between;  
  padding-top: 0;  
  padding-right: 16px;  
  padding-bottom: 0;  
  padding-left: 16px;
}

  .upload-component .hide-me {  
  display: none;
}

  .upload-component .show-me {  
  display: -webkit-flex;
  display: flex;
}

  .upload-component .delete-icon {  
  border-top-width: 0;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  background-color: transparent;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;  
  width: 24px;  
  height: 24px;  
  margin-bottom: 12px;
}

  .upload-component .upload-title {  
  text-align: right;  
  margin-bottom: 10px;  
  color: #13120f;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  font-weight: 300;
}

  .upload-component .file-input {  
  position: absolute;  
  left: 0;  
  right: 0;  
  top: 0;  
  bottom: 0;  
  width: 100%;  
  height: 100%;  -webkit-opacity: 0;
  opacity: 0;  
  z-index: 1;
}

  .upload-component .file-name {  
  color: #13120f;  
  font-size: 16px;  
  overflow: hidden;  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;  
  white-space: nowrap;  
  max-width: 55%;  
  display: block;  
  font-family: SimplePro-Regular;  
  display: inline-block;  
  vertical-align: middle;  
  margin-top: 0px;  
  margin-right: 3px;  
  margin-bottom: 0px;  
  margin-left: 3px;
}

  .upload-component .file-size {  
  color: #13120f;  
  font-size: 16px;  
  vertical-align: middle;  
  direction: ltr;  
  display: -webkit-flex;
  display: flex;
}

  .upload-component .right-container {  
  width: 55%;  -webkit-align-items: center;
  align-items: center;  
  display: -webkit-flex;
  display: flex;
}

  .upload-component .left-container {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  
  width: 45%;  -webkit-justify-content: flex-end;
  justify-content: flex-end;  -webkit-align-items: center;
  align-items: center;
}

  .upload-component .upload-error-message {  
  color: #e01010;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  margin-top: 10px;  
  margin-right: 0;  
  margin-bottom: 10px;  
  margin-left: 0;  
  text-align: right;
}

  .upload-component .progress {  
  margin-top: 7px;  
  background-color: #13120f;  
  width: 50%;  
  height: 19px;  -webkit-border-radius: 5px;
  border-radius: 5px;  
  direction: rtl;  
  overflow: hidden;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #13120f;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #13120f;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #13120f;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #13120f;  
  margin-top: 0;  
  margin-right: 16px;  
  margin-bottom: 0;  
  margin-left: 16px;
}

  .upload-component .show-progress {  -webkit-opacity: 1;
  opacity: 1;
}

  .upload-component .hide-progress {  -webkit-opacity: 0;
  opacity: 0;  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

  .upload-component .progress-bar {  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;  
  -ms-flex-direction: column;  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  
  -ms-flex-pack: center;  -webkit-justify-content: center;
  justify-content: center;  
  color: #fff;  
  text-align: center;  
  white-space: nowrap;  
  background-color: #ebeafa !important;  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media only screen and (max-width: 750px) {
    .upload-component .progress {    
    display: none;
  }
    .upload-component .file-name {    
    display: block;    
    max-width: 100%;
  }
    .upload-component .left-container {    
    width: 40%;
  }
    .upload-component .right-container {    
    width: 80%;    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .delete-icon {
     display: table-cell;
  }
}

.date-input {  
  margin-bottom: 7px;  
  margin-top: 8px;  
  margin-left: 0px;  
  margin-right: 0px;  
  position: relative;  
  max-width: 100%;
}

  .date-input input {  
  background-color: transparent;  
  background-color: undefined;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  border-top-width: 0;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  color: #13120f;  
  width: 33%;
}

  .date-input input::-ms-clear {  
  display: none;
}

  .date-input .error-style > input,   .date-input input.validation-error {  
  color: #e01010 !important;
}

  .date-input input::placeholder {  
  color: #c9c9c9;  
  font-size: 16px;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;
}

  .date-input input:-ms-input-placeholder {  
  color: #c9c9c9 !important;  
  font-size: 16px !important;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;
}

  .date-input input::-ms-input-placeholder {  
  color: #c9c9c9 !important;  
  font-size: 16px !important;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;
}

.date-input.focused input::placeholder, .date-input.filled input::placeholder {  -webkit-opacity: 1;
  opacity: 1;
}

.date-input.focused input:-ms-input-placeholder, .date-input.filled input:-ms-input-placeholder {  -webkit-opacity: 1;
  opacity: 1;
}

.date-input.focused input::-ms-input-placeholder, .date-input.filled input::-ms-input-placeholder {  -webkit-opacity: 1;
  opacity: 1;
}

.date-input.non-equal input.day-input {  
  width: 100% !important;  
  text-align: right;
}

.date-input.non-equal.direction-ltr input.day-input {  
  width: 4rem !important;  
  max-width: 45px !important;  
  text-align: center;
}

.date-input.non-equal input.month-input {  
  width: 3rem !important;  
  text-align: center;
}

.date-input.non-equal input.year-input {  
  width: 4rem !important;  
  text-align: left;
}

.date-input.non-equal.direction-ltr input.year-input {  
  width: 100% !important;  
  text-align: left;  
  padding-right: 5px;
}

.date-input.border-type-full,   .date-input .border-type-full {  -webkit-border-radius: 7px;
  border-radius: 7px;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

.date-input.border-type-full-focus,   .date-input .border-type-full-focus {  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .date-input .border-type-bottom {
}

.date-input.focused .border-type-bottom {
}

  .date-input input:focus {  
  border-top-width: 2px;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 2px;  
  outline-width: 0;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;  
  margin-bottom: 0;  
  color: undefined;
}

  .date-input .label {  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;  
  font-weight: 500;  
  display: block;  
  pointer-events: none;  
  position: relative;  
  z-index: 1;  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

  .date-input .label.animate {  -o-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

  .date-input .label.error-style {  
  color: #e01010;
}

.date-input.filled .label {  
  color: #13120f;
}

.date-input.focused .label {  
  color: #13120f;
}

  .date-input .error-msg {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  font-weight: undefined;  
  color: #e01010;
}

  .date-input .comment {  
  position: absolute;  
  font-size: 15px;  
  font-family: SimplePro-Regular;  
  color: #13120f;
}

  .date-input input:read-only {  
  color: #c9c9c9 !important;  
  background-color: #F5F5F5 !important;  
  -webkit-text-fill-color: #c9c9c9 !important;  
  -webkit-opacity: 1;
}

  .date-input input:disabled {  
  cursor: not-allowed;  
  color: #c9c9c9 !important;  
  background-color: #F5F5F5 !important;  
  -webkit-text-fill-color: #c9c9c9 !important;  
  -webkit-opacity: 1;
}

.date-input.disabled .label {  
  color: undefined !important;
}

  .date-input .rtl,   .date-input .rtl .label {  
  text-align: right;  
  direction: rtl;  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

  .date-input .ltr {  
  text-align: left;  
  direction: ltr;  
  padding-left: 7px;
}

  .date-input .ltr .label {  
  text-align: left;  
  direction: ltr;
}

  .date-input .ltr.abs-position {  
  position: absolute;  
  left: 0;  
  text-align: left;  
  direction: ltr;
}

  .date-input .rtl.abs-position {  
  position: absolute;  
  right: 0;  
  text-align: right;  
  direction: rtl;
}

  .date-input .text-input-wrapper {  
  position: relative;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  
  width: auto;
}

  .date-input .text-input-wrapper.error-style {  
  border-top-color: #e01010 !important;  
  border-right-color: #e01010 !important;  
  border-bottom-color: #e01010 !important;  
  border-left-color: #e01010 !important;
}

.date-input.border-type-full.disabled,   .date-input .text-input-wrapper.border-type-full.disabled,   .date-input .outer-container.border-type-full.disabled {  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .date-input .text-input-wrapper.border-type-bottom.disabled {  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;
}

  .date-input .rtl .text-input-wrapper.with-markers {  
  padding-left: 20px;
}

  .date-input .ltr .text-input-wrapper.with-markers {  
  padding-right: 20px;
}

  .date-input .xmark {  
  color: #13120f;
}

  .date-input .xmark.ltr {  
  margin-top: auto;  
  margin-right: 5px;  
  margin-bottom: auto;  
  margin-left: auto;
}

  .date-input .xmark.rtl {  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: 5px;
}

  .date-input .xmark:after {  
  content: '×';  
  font-size: 25px;  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: 5px;
}

  .date-input .checkmark {  
  color: #13120f;
}

  .date-input .checkmark.ltr {  
  margin-top: auto;  
  margin-right: 5px;  
  margin-bottom: auto;  
  margin-left: auto;
}

  .date-input .checkmark.rtl {  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: 5px;
}

  .date-input .checkmark:after {  
  content: '✔';  
  font-size: 18px;
}

  .date-input .hidden {  
  visibility: hidden;
}

  .date-input .error-container {  
  position: relative;  
  margin-top: 5px;
}

  .date-input .filler {  
  position: static;
}

  .date-input .sep {  
  color: #13120f;  -webkit-align-self: center;
  align-self: center;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;  
  white-space: pre;
}

  .date-input .error-style .sep {  
  color: #e01010;
}

.date-input.focused .sep, .date-input.filled .sep {  -webkit-opacity: 1;
  opacity: 1;
}

@-moz-document url-prefix() {
  .date-input input{
    width: 33%;
  }
}

  .date-input .label.labelDisabled {  
  color: #52a8b6 !important;
}

  .date-input .inputHasValue {  
  color: #13120f;
}

  .form-button .loader {  
  font-size: 10px;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  text-indent: -9999em;  
  width: 4.5em;  
  height: 4.5em;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  background-color: transparent;  
  background-image: -webkit-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -o-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -ms-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -moz-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  /* Impossible to translate property background-image for webkit20110101 */
  background-image: linear-gradient(to right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  position: relative;  
  -webkit-animation: load3 1.4s infinite linear;  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;  
  -webkit-transform: translateZ(0);  
  -ms-transform: translateZ(0);  
  transform: translateZ(0);
}

  .form-button .loader:before {  
  width: 50%;  
  height: 50%;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 100% 0 0 0;
  border-radius: 100% 0 0 0;  
  position: absolute;  
  top: 0;  
  left: 0;  
  content: '';
}

  .form-button .loader:after {  
  background-color: undefined;  
  width: 75%;  
  height: 75%;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  content: '';  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;  
  position: absolute;  
  top: 0;  
  left: 0;  
  bottom: 0;  
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-ms-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-o-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}



  .form-button .wrapper {  
  width: 100%;  
  display: inline-block;
}

  .form-button button {  
  background-color: #ffcc33;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  
  color: #13120f;  
  width: 200px;  
  height: 60px;  
  display: inline-block;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;  -webkit-box-shadow: 2px 0 0 undefined;
  box-shadow: 2px 0 0 undefined;  
  text-align: undefined;
}

  .form-button button:not(.disabled):hover {  
  background-color: #fff;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #fff;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #fff;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #fff;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #fff;  
  color: #13120f;
}

  .form-button button.active:not(.disabled) {  
  background-color: #fff;  
  color: #13120f;
}

  .form-button .image {  
  width: auto;  
  height: -webkit-fill-available;
}

  .form-button .rtl {  
  direction: rtl;
}

  .form-button .ltr {  
  direction: ltr;
}

  .form-button .imgAndLabel {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: undefined;
  justify-content: undefined;  
  height: -webkit-fill-available;
}

@media all and (-ms-high-contrast:none)
     {
     .image {   height: 60px; } /* IE10 */
     *::-ms-backdrop, .image {   height: 60px; } /* IE11 */
     }

  .last-page-blocker .comp-main {  
  border-top-width: 2px;  
  border-top-style: dashed;  
  border-top-color: #888;  
  border-right-width: 2px;  
  border-right-style: dashed;  
  border-right-color: #888;  
  border-bottom-width: 2px;  
  border-bottom-style: dashed;  
  border-bottom-color: #888;  
  border-left-width: 2px;  
  border-left-style: dashed;  
  border-left-color: #888;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 15px;  
  padding-left: 15px;  -webkit-border-radius: 7px;
  border-radius: 7px;  
  background-color: rgba(0, 0, 0, 0.05);
}

.custom-select {  
  margin-top: 0px;
}

  .custom-select .dropdown-select-cust {  
  position: relative;  
  margin-top: 0px;  
  width: 100%;  
  height: 40px;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .custom-select .dropdown-select-cust.is-open {  
  z-index: 999;
}

  .custom-select .dropdown-select-cust.have-bouncing-label-top {  
  margin-top: calc(16px + 5px);  
  color: #13120f;
}

  .custom-select .rtl {  
  text-align: right;  
  direction: rtl;
}

  .custom-select .ltr {  
  text-align: left;  
  direction: ltr;
}

  .custom-select .dropdown-select-cust:hover:not(.is-open) .container {
}

  .custom-select .dropdown-select-cust.is-open .container {  
  z-index: 100;
}

  .custom-select .spacer-cust {  
  height: 100%;  -webkit-opacity: 0;
  opacity: 0;
}

  .custom-select .arrow-container-cust {  
  position: absolute;  
  top: 50%;  
  transform: translateY(-50%);  
  padding-bottom: 5px;  
  z-index: 99;  
  pointer-events: none;
}

  .custom-select .dropdown-select-cust.is-open > .arrow-container-cust {  
  z-index: 101;
}

  .custom-select .arrow-container-cust.ltr {  
  right: 15px;
}

  .custom-select .arrow-container-cust.rtl {  
  left: 15px;
}

  .custom-select .arrow {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-top-width: 0;  
  border-right-width: 3px;  
  border-bottom-width: 3px;  
  border-left-width: 0;  
  display: inline-block;  
  width: 9px;  
  height: 9px;  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;  -o-transform-origin: calc(50% + 1px) calc(50% + 1px);
  -webkit-transform-origin: calc(50% + 1px) calc(50% + 1px);
  transform-origin: calc(50% + 1px) calc(50% + 1px);
}

  .custom-select .arrow.up {  
  transform: rotate(225deg);
}

  .custom-select .arrow.down {  
  transform: rotate(45deg);
}

  .custom-select .is-closed .container {  
  background-color: undefined;
}

  .custom-select .container {  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  padding-top: 2px;  
  position: absolute;  
  top: 0px;  
  left: 0px;  
  height: 100%;  
  width: 100%;  
  cursor: pointer;  
  overflow: hidden;  -o-transition: height 0.15s ease-out;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

  .custom-select .container.open {  
  background-color: #fff;
}

  .custom-select .container.disabled {  
  cursor: default;
}

  .custom-select .container.full-border {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #fff;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #fff;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #fff;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #fff;  -webkit-border-radius: 7px;
  border-radius: 7px;
}

  .custom-select .container.bottom-border {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #fff;
}

  .custom-select .container.full-border.disabled {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #F5F5F5;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #F5F5F5;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #F5F5F5;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #F5F5F5;
}

  .custom-select .container.bottom-border.disabled {  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #F5F5F5;
}

  .custom-select .inner-container.open {  -ms-overflow-y: auto;
  overflow-y: auto;  
  max-height: calc(5 * (16px + 5px + 10px));
}

  .custom-select .dropdown-option-selected {  
  padding-top: 7px !important;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  user-select: none;  
  cursor: pointer;  
  padding-bottom: 8px;  
  padding-left: 8px;  
  padding-right: 8px;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;
}

  .custom-select .empty-list-object-placeholder {  
  border-bottom-width: 1px !important;  
  border-bottom-style: solid !important;  
  border-bottom-color: rgba(146, 138, 126, 0.451) !important;  
  color: transparent !important;  
  background-color: undefined;
}

  .custom-select .empty-list-object-placeholder:hover {  
  background-color: undefined !important;
}

  .custom-select .is-closed .dropdown-option-cust {  
  display: none;
}

  .custom-select .dropdown-option-cust {  
  padding-top: 6px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  user-select: none;  
  cursor: pointer;  
  padding-bottom: 5px;  
  padding-left: 8px;  
  padding-right: 8px;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;  
  background-color: #fff;
}

  .custom-select .dropdown-option-cust.visible:hover {  
  background-color: #ffcc33;  
  color: #13120f;
}

  .custom-select .dropdown-option-cust.visible:focus {  
  background-color: #ffcc33;  
  color: #13120f;
}

  .custom-select .dropdown-option-cust.empty-state:not(.visible) {  
  display: none;
}

  .custom-select .dropdown-option-cust::placeholder {  
  color: #13120f;
}

  .custom-select .container.disabled > .inner-container > .dropdown-option-cust {  
  color: #F5F5F5;
}

  .custom-select .select-label {  
  color: #080707;  
  font-size: 16px;  
  font-weight: 300;  
  font-family: SimplePro-Regular;  
  position: absolute;  
  pointer-events: none;  
  width: 100%;  
  bottom: 8px;  -o-transition: 0.2s transform;
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;  
  padding-right: 0px;  
  padding-left: 0px;
}

  .custom-select .select-label.rtl {  
  right: 0px;
}

  .custom-select .select-label.ltr {  
  left: 0px;
}

  .custom-select .dropdown-select-cust.is-open > .select-label.bouncing-label,   .custom-select .select-label.full.bouncing-label {  
  color: undefined;  
  background-color: transparent;  
  transform: translateY(-40px) translateY(0px);  
  font-size: 16px;  
  z-index: 101;  
  bottom: 0px;
}

  .custom-select .dropdown-select-cust.is-open > .select-label:not(.bouncing-label),   .custom-select .select-label.full:not(.bouncing-label) {  
  bottom: 36px;
}

  .custom-select .container.disabled ~ .select-label {  
  color: #080707;
}

  .custom-select .error {  
  color: #e01010;  
  font-family: SimplePro-Regular;  
  font-size: 12px;  
  padding-left: 8px;  
  padding-right: 8px;
}

  .custom-select .dropdown-select-cust.is-open > .error {  
  display: none;
}

  .custom-select ::-webkit-scrollbar {  
  width: 6px;
}

  .custom-select ::-webkit-scrollbar-thumb {  
  background-color: #d3d3d3;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .custom-select ::-webkit-scrollbar-thumb:hover {  
  background-color: #555;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;
}

  .custom-select .loader {  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #f3f3f3;  
  border-right-width: 3px;  
  border-right-style: solid;  
  border-right-color: #f3f3f3;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: #f3f3f3;  
  border-left-width: 3px;  
  border-left-style: solid;  
  border-left-color: #f3f3f3;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #3498db;  
  width: 20px;  
  height: 20px;  
  -webkit-animation: spin 1s linear infinite;  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;  
  margin-top: 0;  
  margin-right: auto;  
  margin-bottom: 0;  
  margin-left: auto;  
  margin-bottom: 10px;  
  margin-top: 10px;
}

  .custom-select .error-container {  
  position: relative;  
  margin-top: 5px;
}

  .custom-select .comment {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #13120f;
}

  .custom-select .filler {  
  position: static;
}

  .custom-select .error-msg {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #e01010;
}

  .custom-select .hidden {  
  visibility: hidden;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}



  .custom-select .loader-rtl {  
  left: 14px;
}

  .custom-select .loader-ltr {  
  right: 14px;
}

.text-input {  
  margin-bottom: 0px;  
  margin-top: 14px;  
  margin-left: 0px;  
  margin-right: 0px;  
  position: relative;
}

  .text-input input {  
  background-color: transparent;  
  background-color: rgba(0, 0, 0, 0);  
  font-family: SimplePro-Regular;  
  font-size: 16px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  border-top-width: 0;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-border-radius: 7px;
  border-radius: 7px;  
  color: #13120f;  
  width: 100%;
}

  .text-input input.border-type-full:not(:focus) {  
  margin-top: calc(2px - 1px);  
  margin-bottom: calc(2px - 1px);  
  margin-left: calc(2px - 1px);  
  margin-right: calc(2px - 1px);
}

  .text-input input.border-type-bottom:not(:focus) {  
  margin-bottom: calc(2px - 1px);
}

  .text-input input::-ms-clear {  
  display: none;
}

  .text-input input.error-style {  
  color: #e01010 !important;
}

  .text-input input::placeholder {  
  color: #c9c9c9;  
  font-size: 16px;
}

  .text-input mobile::placeholder {  
  color: #c9c9c9;  
  font-size: 16px;
}

  .text-input input:-ms-input-placeholder {  
  color: #c9c9c9 !important;  
  font-size: 16px !important;
}

  .text-input .rtl input.with-markers {  
  padding-left: 20px;
}

  .text-input .ltr input.with-markers {  
  padding-right: 20px;
}

  .text-input .rtl input.sym-pad-r {  
  padding-right: 30px;
}

  .text-input .ltr input.sym-pad-l {  
  padding-left: 30px;
}

.text-input.border-type-full,   .text-input .border-type-full {  
  background-color: rgba(0, 0, 0, 0);  -webkit-border-radius: 7px;
  border-radius: 7px;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .text-input .border-type-bottom {
}

  .text-input input:focus {  
  border-top-width: 2px;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 2px;  
  outline-width: 0;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;  
  margin-bottom: 0;  
  color: undefined;
}

  .text-input label {  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;  
  font-weight: 500;  
  display: block;  
  pointer-events: none;  
  position: relative;  
  z-index: 1;  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;  
  padding-bottom: 7px;  
  padding-left: 0px;  
  padding-right: 7px;
}

  .text-input label.animate {  -o-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

  .text-input label.error-style {  
  color: #e01010;
}

.text-input.filled label {  
  color: #13120f;
}

.text-input.focused label {  
  color: #13120f;
}

  .text-input .error-msg {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #e01010;
}

  .text-input .error-style-border-type-full {  
  color: #e01010 !important;  
  background-color: rgba(0, 0, 0, 0);  -webkit-border-radius: 7px;
  border-radius: 7px;  -webkit-box-shadow: 1px 5px 10px  rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px  rgba(26, 26, 20, 0.102);
}

  .text-input .disable-border-type-full {  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;  
  color: #c9c9c9 !important;  -webkit-border-radius: 7px;
  border-radius: 7px;  -webkit-box-shadow: 1px 5px 10px  rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px  rgba(26, 26, 20, 0.102);
}

  .text-input .focus-border-type-full {  
  background-color: rgba(0, 0, 0, 0);  -webkit-border-radius: 7px;
  border-radius: 7px;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .text-input .comment {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #13120f;
}

  .text-input input:disabled {  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;  
  color: #c9c9c9 !important;  
  -webkit-text-fill-color: #c9c9c9 !important;  
  -webkit-opacity: 1;
}

  .text-input input.border-type-bottom:disabled {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

.text-input.disabled label {  
  color: #080707 !important;
}

  .text-input .rtl,   .text-input .rtl label {  
  text-align: right;  
  direction: rtl;  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

  .text-input .ltr {  
  text-align: left;  
  direction: ltr;
}

  .text-input .ltr label {  
  text-align: left;  
  direction: ltr;
}

  .text-input .ltr.abs-position {  
  position: absolute;  
  left: 0;  
  text-align: left;  
  direction: ltr;
}

  .text-input .rtl.abs-position {  
  position: absolute;  
  right: 0;  
  text-align: right;  
  direction: rtl;
}

  .text-input .text-input-wrapper {  
  position: relative;  
  width: 100%;  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

  .text-input .xmark {  
  position: absolute;  
  top: 50%;  
  transform: translateY(-50%);  
  color: #e01010;
}

  .text-input .xmark:after {  
  content: '×';  
  font-size: 25px;
}

  .text-input .checkmark {  
  position: absolute;  
  top: 50%;  
  transform: translateY(-50%);  
  color: #080707;
}

  .text-input .checkmark:after {  
  content: '✔';  
  font-size: 18px;
}

  .text-input .ltr .checkmark {  
  right: 5px;
}

  .text-input .ltr .checkmark.right-symbol {  
  right: -20px;
}

  .text-input .ltr .xmark {  
  right: 5px;
}

  .text-input .ltr .xmark.right-symbol {  
  right: -20px;
}

  .text-input .rtl .checkmark {  
  left: 5px;
}

  .text-input .rtl .checkmark.left-symbol {  
  left: -20px;
}

  .text-input .rtl .xmark {  
  left: 5px;
}

  .text-input .rtl .xmark.left-symbol {  
  left: -20px;
}

  .text-input .hidden {  
  visibility: hidden;
}

  .text-input .error-container {  
  position: relative;  
  margin-top: 5px;
}

  .text-input .filler {  
  position: static;
}

  .text-input .date {  
  direction: ltr !important;
}

  .text-input .symbol {  
  height: 100%;  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  
  position: absolute;  
  top: 0;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;
}

  .text-input .ltr .symbol.symbol-left {  
  left: 10px;
}

  .text-input .ltr .symbol.symbol-right {  
  right: 3px;
}

  .text-input .rtl .symbol.symbol-right {  
  right: 3px;
}

  .text-input .rtl .symbol.symbol-left {  
  left: 3px;
}

  .text-input .autocomplete-items {  
  position: absolute;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #d4d4d4;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #d4d4d4;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #d4d4d4;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #d4d4d4;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  z-index: 105;  
  top: 100%;  
  left: 0;  
  right: 0;  
  max-height: 300px;  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

  .text-input .autocomplete-items::-webkit-scrollbar {  
  width: 6px;
}

  .text-input .autocomplete-items::-webkit-scrollbar-thumb {  
  background-color: #979797;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .text-input .autocomplete-items::-webkit-scrollbar-thumb:hover {  
  background-color: #555;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;
}

  .text-input .autocomplete-items div {  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;  
  cursor: pointer;  
  background-color: #fff;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #d4d4d4;
}

  .text-input .autocomplete-items div:hover {  
  background-color: #e9e9e9;
}

  .text-input .autocomplete-active {  
  background-color: DodgerBlue !important;  
  color: #ffffff;
}

  .text-input .loader {  
  position: absolute;  
  top: -2px;  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #f3f3f3;  
  border-right-width: 3px;  
  border-right-style: solid;  
  border-right-color: #f3f3f3;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: #f3f3f3;  
  border-left-width: 3px;  
  border-left-style: solid;  
  border-left-color: #f3f3f3;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: #3498db;  
  width: 20px;  
  height: 20px;  
  -webkit-animation: spin 1s linear infinite;  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    
    transform: rotate(0deg);
  }
  100% {
    
    transform: rotate(360deg);
  }
}



  .text-input .loader-rtl {  
  left: 14px;
}

  .text-input .loader-ltr {  
  right: 14px;
}

.welcome-page {  
  width: 100%;  
  height: 100%;
}

  .welcome-page .header {  
  width: 100%;  
  height: 65px;  
  background-color: white;  
  position: fixed;  
  z-index: 1;  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-box-shadow: 0 0.9px 2.2px rgb(0 0 0 / 2%), 0 2.2px 5.3px 
    rgb(0 0 0 / 3%), 0 4.1px 10px 
    rgb(0 0 0 / 4%), 0 7.4px 17.9px 
    rgb(0 0 0 / 4%), 0 13.8px 33.4px 
    rgb(0 0 0 / 5%), 0 33px 80px 
    rgb(0 0 0 / 7%);
  box-shadow: 0 0.9px 2.2px rgb(0 0 0 / 2%), 0 2.2px 5.3px 
    rgb(0 0 0 / 3%), 0 4.1px 10px 
    rgb(0 0 0 / 4%), 0 7.4px 17.9px 
    rgb(0 0 0 / 4%), 0 13.8px 33.4px 
    rgb(0 0 0 / 5%), 0 33px 80px 
    rgb(0 0 0 / 7%);  -webkit-justify-content: center;
  justify-content: center;
}

  .welcome-page .logos {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

  .welcome-page .logos img {  
  margin-right: 10px;  
  margin-left: 10px;
}

  .welcome-page .logo {  
  width: 110px;
}

  .welcome-page .collective-logo-mobile,   .welcome-page .insurance-logo-mobile {  
  display: none;
}

  .welcome-page .background-img {  
  position: fixed;  
  left: 50%;  
  transform: translateX(-50%);  
  width: 100vw;
}

  .welcome-page .container {  
  width: 100%;
}

  .welcome-page .contents {  
  position: absolute;  
  top: 38%;  
  left: 50%;  
  transform: translate(-50%, -50%);  
  width: 600px;
}

  .welcome-page .welcome-comp-main {  
  position: absolute;  
  left: 0;  
  top: 0;  
  width: 100%;  
  height: 100%;  
  z-index: 1000;
}

  .welcome-page .imgBg {  
  bottom: 0;  
  position: fixed;  
  height: 100%;  
  width: 100%;  
  z-index: 0;  
  background-repeat: no-repeat;  -webkit-background-size: cover;
  background-size: cover;  
  background-position: center bottom;
}

  .welcome-page .link-button button {  
  width: unset;  
  height: unset;  
  background-color: transparent;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media  (max-width: 1280px) {
    .welcome-page .background-img {    
    width: 100%;
  }
}

@media  (max-width: 750px) {
    .welcome-page .background-img {    
    height: 100vh;    
    top: 2px;    
    bottom: unset;    
    width: unset;
  }
    .welcome-page .container {    
    height: 100%;    
    position: fixed;
  }
    .welcome-page .contents {    
    width: 85%;
  }
    .welcome-page .logo {    
    width: 90px;
  }
    .welcome-page .collective-logo,   .welcome-page .insurance-logo {    
    display: none;
  }
    .welcome-page .collective-logo-mobile,   .welcome-page .insurance-logo-mobile {    
    display: block;
  }
    .welcome-page .link-button .wrapper {
  }
    .welcome-page .link-button button {    
    font-size: 16px;
  }
    .welcome-page .link-button .imgAndLabel {    
    display: unset;    -webkit-align-items: unset;
    align-items: unset;    -webkit-justify-content: unset;
    justify-content: unset;    
    height: unset;
  }
}

  .br-component div {
}

  .preview-failed .root {  
  text-align: center;  
  direction: ltr;  
  font-size: 18px;  
  font-family: SimplePro-Regular;  
  color: #e24656;  
  max-width: 400px;  
  padding-top: 35px;  
  padding-right: 35px;  
  padding-bottom: 35px;  
  padding-left: 35px;  
  display: inline-block;  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;  
  background-color: #fff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  .preview-loading .root {  
  padding-top: 35px !important;  
  padding-right: 35px !important;  
  padding-bottom: 35px !important;  
  padding-left: 35px !important;  
  text-align: center;  
  display: inline-block;  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;  
  background-color: #fff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  .preview-loading span {  
  font-size: 16px;  
  direction: rtl;  
  display: block;  
  font-family: SimplePro-Regular;
}

  .preview-loading .top {  
  margin-bottom: 10px;
}

  .preview-loading .bottom {  
  margin-top: 10px;
}

@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

@-moz-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}



  .preview-loading .progress-bar-outer {  
  height: 20px;  
  width: 100%;  
  min-width: 150px;
}

  .preview-loading .progress-bar-inner {  
  -webkit-animation: progress-bar-stripes 2s linear infinite;  
  -o-animation: progress-bar-stripes 2s linear infinite;  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  /* Impossible to translate property background-image for webkit20110101 */
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  
  -webkit-background-size: 40px 40px;  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;  
  float: left;  
  font-size: 12px;  
  line-height: 20px;  
  color: #fff;  
  text-align: center;  
  background-color: #0076bc;  
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);  
  -webkit-transition: width .6s ease;  
  -o-transition: width .6s ease;  -o-transition: width .6s ease;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;  
  width: 100%;  
  height: 100%;  -webkit-border-radius: 6px;
  border-radius: 6px;
}

  .send-form-failed .root {  
  text-align: center;  
  direction: ltr;  
  font-size: 18px;  
  font-family: SimplePro-Bold;  
  color: #e24656;  
  max-width: 400px;  
  padding-top: 35px;  
  padding-right: 35px;  
  padding-bottom: 35px;  
  padding-left: 35px;  
  display: inline-block;  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;  
  background-color: #fff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  .send-form-loading .root {  
  padding-top: 35px !important;  
  padding-right: 35px !important;  
  padding-bottom: 35px !important;  
  padding-left: 35px !important;  
  text-align: center;  
  display: inline-block;  
  background-color: #fff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  .send-form-loading span {  
  font-size: 16px;  
  direction: ltr;  
  display: block;  
  color: #080707;  
  font-family: SimplePro-Bold;
}

  .send-form-loading .top {  
  margin-bottom: 10px;
}

  .send-form-loading .bottom {  
  margin-top: 10px;
}

@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

@-moz-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    
    background-position: 40px 0;
  }
  to {
    
    background-position: 0 0;
  }
}



  .send-form-loading .progress-bar-outer {  
  height: 20px;  
  width: 100%;  
  min-width: 150px;
}

  .send-form-loading .progress-bar-inner {  
  -webkit-animation: progress-bar-stripes 2s linear infinite;  
  -o-animation: progress-bar-stripes 2s linear infinite;  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  /* Impossible to translate property background-image for webkit20110101 */
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  
  -webkit-background-size: 40px 40px;  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;  
  float: left;  
  font-size: 12px;  
  line-height: 20px;  
  color: #fff;  
  text-align: center;  
  background-color: #0076bc;  
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);  
  -webkit-transition: width .6s ease;  
  -o-transition: width .6s ease;  -o-transition: width .6s ease;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;  
  width: 100%;  
  height: 100%;  -webkit-border-radius: 6px;
  border-radius: 6px;
}

  .send-form-success .root {  
  text-align: center;  
  direction: ltr;  
  font-size: 18px;  
  font-family: SimplePro-Bold;  
  color: #168FC4;  
  max-width: 300px;  
  padding-top: 45px;  
  padding-right: 45px;  
  padding-bottom: 45px;  
  padding-left: 45px;  
  display: inline-block;  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.04) inset;  
  background-color: #fff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.checkbox {  
  position: relative;  
  padding-top: 1px;  
  padding-right: 0px;  
  padding-bottom: 1px;  
  padding-left: 0px;  
  margin-bottom: 5px;  
  margin-top: 4px;  
  margin-left: 0px;  
  margin-right: 0px;
}

  .checkbox label {  
  width: fit-content;
}

  .checkbox .container {  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  position: relative;  
  display: -webkit-flex;
  display: flex;
}

  .checkbox .container:hover .checkmark {  
  border-top-color: #13120f !important;  
  border-right-color: #13120f !important;  
  border-bottom-color: #13120f !important;  
  border-left-color: #13120f !important;  
  background-color: #ffcc33;
}

  .checkbox .container:hover .label {  
  color: #13120f !important;
}

  .checkbox .disabled {  
  color: #c9c9c9 !important;
}

  .checkbox .checkmark {  
  position: relative;  
  cursor: pointer;  
  height: 16px;  
  width: 16px;  
  min-width: 16px;  
  background-color: undefined;  
  border-top-width: 1px !important;  
  border-top-style: solid !important;  
  border-top-color: #13120f !important;  
  border-right-width: 1px !important;  
  border-right-style: solid !important;  
  border-right-color: #13120f !important;  
  border-bottom-width: 1px !important;  
  border-bottom-style: solid !important;  
  border-bottom-color: #13120f !important;  
  border-left-width: 1px !important;  
  border-left-style: solid !important;  
  border-left-color: #13120f !important;  -webkit-border-radius: 5px;
  border-radius: 5px;  -ms-flex: 0 0;
  -webkit-flex: 0 0;
  flex: 0 0;  -webkit-box-shadow: 0 0 0 #bfbfbf;
  box-shadow: 0 0 0 #bfbfbf;
}

  .checkbox input:disabled ~ .checkmark {  
  border-top-style: solid !important;  
  border-right-style: solid !important;  
  border-bottom-style: solid !important;  
  border-left-style: solid !important;  
  cursor: not-allowed !important;  
  border-top-color: #c9c9c9 !important;  
  border-right-color: #c9c9c9 !important;  
  border-bottom-color: #c9c9c9 !important;  
  border-left-color: #c9c9c9 !important;  
  background-color: #F5F5F5 !important;
}

  .checkbox input:checked ~ .checkmark {  
  background-color: #ffcc33;  
  border-top-color: #13120f !important;  
  border-right-color: #13120f !important;  
  border-bottom-color: #13120f !important;  
  border-left-color: #13120f !important;
}

  .checkbox input:checked ~ .checkmark:after {  
  display: block;
}

  .checkbox .component-wrapper:focus {  
  background-color: red;
}

  .checkbox .checkmark:after {  
  right: 4px;  
  top: 1px;  
  width: 5px;  
  height: 8px;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: #13120f;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: #13120f;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: #13120f;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: #13120f;  
  border-top-width: 0;  
  border-right-width: 3px;  
  border-bottom-width: 3px;  
  border-left-width: 0;  
  -webkit-transform: rotate(45deg);  
  -ms-transform: rotate(45deg);  
  transform: rotate(45deg);  
  content: "";  
  position: absolute;  
  display: none;
}

  .checkbox .rtl {  
  text-align: right;  
  direction: rtl;
}

  .checkbox .ltr {  
  text-align: left;  
  direction: ltr;
}

  .checkbox .ltr .checkmark {  
  margin-right: 10px;
}

  .checkbox .rtl .checkmark {  
  margin-left: 10px;
}

  .checkbox .error {  
  color: #e01010;  
  font-size: 12px;  
  font-family: SimplePro-Regular;
}

  .checkbox input {  
  position: absolute;  -webkit-opacity: 0;
  opacity: 0;  
  cursor: pointer;  
  height: 0;  
  width: 0;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;
}

  .checkbox .label {  
  position: relative;  
  display: inline-block;  
  padding-top: 0px;  
  cursor: pointer;
}

  .checkbox .component-wrapper:focus-within {  
  border-top-width: 0px;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #fff;  
  border-right-color: #fff;  
  border-bottom-color: #fff;  
  border-left-color: #fff;
}

  .checkbox .component-wrapper {  
  padding-top: 3px;  
  padding-right: 3px;  
  padding-bottom: 3px;  
  padding-left: 3px;
}

.radio-question {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  margin-top: 0px;  
  margin-bottom: 15px;  
  margin-left: 0px;  
  margin-right: 0px;  
  position: relative;
}

  .radio-question .wrapper.row {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .radio-question .wrapper.ltr {  
  padding-left: 8px;
}

  .radio-question .wrapper.rtl {  
  padding-right: 8px;
}

  .radio-question .rtl {  
  text-align: right;  
  direction: rtl;
}

  .radio-question .ltr {  
  text-align: left;  
  direction: ltr;
}

  .radio-question .option.ltr > .content-wrapper > .opt-label {  
  text-align: left;  
  direction: ltr;  
  font-family: SimplePro-Regular !important;
}

  .radio-question .error {  
  color: #f43b3b;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  padding-right: 2px;  
  padding-left: 2px;  
  font-weight: 200;
}

  .radio-question .error.ltr {  
  font-family: SimplePro-Regular !important;
}

  .radio-question .scroll-anchor {  
  position: absolute;  
  left: 0px;  
  top: -100px;  
  bottom: -100px;  
  width: 0px;
}

  .radio-question .label {  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  padding-right: 0px;  
  padding-left: 0px;  
  font-weight: 600;  
  padding-top: 0px;  
  padding-bottom: 10px;
}

  .radio-question .label.ltr {  
  font-family: SimplePro-Regular !important;
}

  .radio-question .option {  
  user-select: none;  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: baseline;
  align-items: baseline;  
  padding-top: 8px;
}

  .radio-question .wrapper:not(.row) > .option:first-child {  
  padding-top: 0;
}

  .radio-question .content-wrapper {  
  cursor: pointer;  
  display: -webkit-flex;
  display: flex;  
  position: relative;  
  height: 100%;  
  padding-top: 2px;  
  padding-right: 2px;  
  padding-bottom: 2px;  
  padding-left: 2px;  -webkit-border-radius: 2px;
  border-radius: 2px;
}

  .radio-question .option > .content-wrapper:hover > .outer {  
  background-color: undefined;
}

  .radio-question .option > .content-wrapper:hover > .opt-label {  
  color: undefined;
}

  .radio-question .option > .content-wrapper > .outer {  
  position: relative;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  left: 0;  
  top: 0;  
  width: 16px;  
  min-width: 16px;  
  height: 16px;  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  
  border-top-width: 1.5px;  
  border-right-width: 1.5px;  
  border-bottom-width: 1.5px;  
  border-left-width: 1.5px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  display: inline-block;  
  vertical-align: middle;
}

  .radio-question .option > .content-wrapper > .outer > .inner {  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  position: absolute;  
  left: 50%;  
  top: 50%;  
  width: 10px;  
  height: 10px;  
  background-color: #ffcc33;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  display: inline-block;  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;  
  transform: translate(-50%, -50%) scale(0);
}

  .radio-question .option.selected > .content-wrapper > .outer {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;
}

  .radio-question .option.selected > .content-wrapper > .outer > .inner {  
  transform: translate(-50%, -50%) scale(1);
}

  .radio-question .option.disabled > .content-wrapper > .outer {  
  border-top-color: rgba(0, 0, 0, 0.26);  
  border-right-color: rgba(0, 0, 0, 0.26);  
  border-bottom-color: rgba(0, 0, 0, 0.26);  
  border-left-color: rgba(0, 0, 0, 0.26);
}

  .radio-question .option.disabled {  
  pointer-events: none;
}

  .radio-question .option.disabled > .content-wrapper > .opt-label {  
  color: #c9c9c9;
}

  .radio-question .option > .content-wrapper > .opt-label {  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  font-weight: 300;  
  color: #13120f;  
  padding-right: 8px;  
  padding-left: 8px;  
  margin-top: calc(-16px * 1.2 * 0.5 + 16px * 0.5);
}

  .signature .sign-div {  
  text-align: center;
}

  .signature .my-signature {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #13120f;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #13120f;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #13120f;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #13120f;  -webkit-border-radius: 7px;
  border-radius: 7px;  
  margin-bottom: 15px;  
  color: #13120f;  -webkit-box-shadow: 0px 0px 0px rgba(26, 26, 20, 0.102);
  box-shadow: 0px 0px 0px rgba(26, 26, 20, 0.102);
}

  .signature .my-signature:focus-within,   .signature .md-button:focus {  
  outline-offset: 2px;
}

  .signature .instruction {  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;
}

  .signature .md-button {  
  font-family: SimplePro-Regular;  
  background-color: #ffcc33;  
  font-size: 16px;  
  color: #13120f;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  padding-top: 0;  
  padding-right: 8px;  
  padding-bottom: 0;  
  padding-left: 8px;  -webkit-box-shadow: 0px 0px 0px rgba(26, 26, 20, 0.102);
  box-shadow: 0px 0px 0px rgba(26, 26, 20, 0.102);
}

  .signature .md-button.md-default-theme:not([disabled]):hover {  
  background-color: #fff;  
  color: #13120f;  
  padding-top: 0;  
  padding-right: 8px;  
  padding-bottom: 0;  
  padding-left: 8px;
}

  .signature .disabled {  
  background-color: #ddd;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  pointer-events: none;
}

  .validation-message .validation-error-message {  
  color: #e01010;  
  font-family: SimplePro-Regular;  
  font-size: 12px;  
  font-weight: undefined;
}

  .step-progress .steps-progress-table {  
  direction: rtl;
}

  .step-progress .frame {  
  display: -webkit-flex;
  display: flex;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: black;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: black;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: black;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: black;  
  height: 24px;  
  width: 24px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  font-family: SimplePro-Regular;  -webkit-justify-content: center;
  justify-content: center;  -webkit-align-items: center;
  align-items: center;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  font-size: 18px;  
  margin-left: 5px;
}

  .step-progress .active .frame {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  
  margin-left: auto;  
  margin-right: auto;  
  background-color: #ffcc33;  
  color: white;
}

  .step-progress .line-inner {  
  width: 53px;  
  height: 1px;  
  background-color: #979797;  
  margin-right: 1px;  
  margin-left: 5px;
}

  .step-progress .text-inner {  
  position: absolute;  
  transform: translateX(33%);  
  max-width: 80px;  
  font-size: 14px;  
  text-align: center;  
  font-family: SimplePro-Regular;
}

@media  (max-width: 750px) {
    .step-progress .line-inner {    
    width: 11vw;
  }
}

  .secondary-button .loader {  
  font-size: 10px;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  text-indent: -9999em;  
  width: 4.5em;  
  height: 4.5em;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  background-color: transparent;  
  background-image: -webkit-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -o-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -ms-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  background-image: -moz-linear-gradient(right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);
  /* Impossible to translate property background-image for webkit20110101 */
  background-image: linear-gradient(to right, #b5b5b5 10%, rgba(255, 255, 255, 0) 42%);  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  position: relative;  
  -webkit-animation: load3 1.4s infinite linear;  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;  
  -webkit-transform: translateZ(0);  
  -ms-transform: translateZ(0);  
  transform: translateZ(0);
}

  .secondary-button .loader:before {  
  width: 50%;  
  height: 50%;  
  background-color: #ffffff;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 100% 0 0 0;
  border-radius: 100% 0 0 0;  
  position: absolute;  
  top: 0;  
  left: 0;  
  content: '';
}

  .secondary-button .loader:after {  
  background-color: #c5d1e1;  
  width: 75%;  
  height: 75%;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  content: '';  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;  
  position: absolute;  
  top: 0;  
  left: 0;  
  bottom: 0;  
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-ms-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@-o-keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    
    -webkit-transform: rotate(0deg);
    
    transform: rotate(0deg);
  }
  100% {
    
    -webkit-transform: rotate(360deg);
    
    transform: rotate(360deg);
  }
}



  .secondary-button .wrapper {  
  width: 100%;  
  display: inline-block;
}

  .secondary-button button {  
  background-color: #ebeafa;  
  border-top-width: 0px;  
  border-top-style: solid;  
  border-top-color: #13120f;  
  border-right-width: 0px;  
  border-right-style: solid;  
  border-right-color: #13120f;  
  border-bottom-width: 0px;  
  border-bottom-style: solid;  
  border-bottom-color: #13120f;  
  border-left-width: 0px;  
  border-left-style: solid;  
  border-left-color: #13120f;  
  color: #13120f;  
  width: 200px;  
  height: 60px;  
  display: inline-block;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;  -webkit-box-shadow: 0px 0 0 undefined;
  box-shadow: 0px 0 0 undefined;  
  text-align: undefined;
}

  .secondary-button button:not(.disabled):hover {  
  background-color: #fff;  
  border-top-width: 0px;  
  border-top-style: solid;  
  border-top-color: #ebeafa;  
  border-right-width: 0px;  
  border-right-style: solid;  
  border-right-color: #ebeafa;  
  border-bottom-width: 0px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;  
  border-left-width: 0px;  
  border-left-style: solid;  
  border-left-color: #ebeafa;  
  color: undefined;
}

  .secondary-button button.active:not(.disabled) {  
  background-color: undefined;  
  color: undefined;
}

  .secondary-button .image {  
  width: auto;  
  height: -webkit-fill-available;
}

  .secondary-button .rtl {  
  direction: rtl;
}

  .secondary-button .ltr {  
  direction: ltr;
}

  .secondary-button .imgAndLabel {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: undefined;
  justify-content: undefined;  
  height: -webkit-fill-available;
}

@media all and (-ms-high-contrast:none)
     {
     .image {   height: 60px; } /* IE10 */
     *::-ms-backdrop, .image {   height: 60px; } /* IE11 */
     }

.select-process {  
  font-family: SimplePro-Regular;  
  font-size: 20px;  
  width: 400px;  
  color: undefined;  
  text-align: right !important;  
  margin-top: 0;  
  margin-right: auto;  
  margin-bottom: 0;  
  margin-left: auto;  
  direction: rtl !important;  
  scrollbar-width: none;  
  -ms-overflow-style: none;
}

  .select-process .selected-option {  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #D7D7D7;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #D7D7D7;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #D7D7D7;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #D7D7D7;  -webkit-border-radius: 10px;
  border-radius: 10px;  
  padding-top: 19px;  
  padding-right: 19px;  
  padding-bottom: 19px;  
  padding-left: 19px;  
  position: relative;  
  height: 20px;  
  cursor: pointer;  
  direction: rtl;
}

  .select-process .selected-option:hover {  
  border-top-color: #959595;  
  border-right-color: #959595;  
  border-bottom-color: #959595;  
  border-left-color: #959595;
}

  .select-process .selected-option::after {  
  content: ">";  
  transform: rotate(90deg) scaleY(2);  
  position: absolute;  
  left: 20px;
}

  .select-process .selected-option.open {  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #505DCB;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #505DCB;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #505DCB;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #505DCB;  
  border-bottom-width: 0;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

  .select-process .selected-option.open::after {  
  transform: rotate(-90deg) scaleY(2);
}

  .select-process .select-process-dropdown .option {  
  direction: ltr;  
  text-align: right;
}

  .select-process label {  
  direction: ltr;  
  text-align: right;
}

  .select-process .options {  
  max-height: 0px;  -ms-overflow-y: hidden;
  overflow-y: hidden;  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

  .select-process .option {  
  padding-top: 15px;  
  padding-right: 20px;  
  padding-bottom: 15px;  
  padding-left: 20px;  
  cursor: pointer;  
  direction: ltr;  
  text-align: right;
}

  .select-process .option:hover {  
  background-color: #f5f5f5;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;
}

  .select-process .option.selected {  -webkit-text-decoration: underline;
  text-decoration: underline;  
  font-family: SimplePro-Regular;
}

  .select-process .options.open {  
  max-height: 400px;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #505DCB;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #505DCB;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #505DCB;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #505DCB;  -o-transition: max-height .5s linear;
  -webkit-transition: max-height .5s linear;
  transition: max-height .5s linear;  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

  .select-process .show-selected {  
  display: none;  
  position: absolute;  
  top: 30px;  
  right: 20px;
}

  .select-process ::-webkit-scrollbar {  
  width: 13px;
}

  .select-process ::-webkit-scrollbar-track {  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;  -webkit-border-radius: 6px;
  border-radius: 6px;
}

  .select-process ::-webkit-scrollbar-thumb {  
  background-color: #505dcb;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-border-radius: 6px;
  border-radius: 6px;
}

  .select-process ::-webkit-scrollbar-thumb:hover {  
  background-color: #2833ca;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;
}

.select-process.with-selected label {  
  display: inline-block;  
  transform: translateY(-15px) scale(.75);  -o-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;  -o-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  transition: transform .3s linear;
}

.select-process.with-selected .show-selected {  
  display: initial;
}

.select-process.disabled {  
  background-color: #F5F5F5;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-color: #d7d7d7;  
  border-right-color: #d7d7d7;  
  border-bottom-color: #d7d7d7;  
  border-left-color: #d7d7d7;  
  pointer-events: none;  
  color: #959595 !important;
}

  .select-process .err-msg {  
  color: #E80000;  
  padding-top: 5px;  
  padding-right: 22px;  
  padding-bottom: 5px;  
  padding-left: 22px;  
  font-size: 14px;
}

  .select-process md-input-container.md-input-focused label:not(.md-no-float),   .select-process md-input-container.md-input-has-value label:not(.md-no-float) {  
  transform: translate3d(95px,6px,0) scale(.75);
}

  .select-process .md-select-menu-container.md-active md-select-menu > * {  -webkit-opacity: 1;
  opacity: 1;  -o-transition: all .3s cubic-bezier(.55,0,.55,.2);
  -webkit-transition: all .3s cubic-bezier(.55,0,.55,.2);
  transition: all .3s cubic-bezier(.55,0,.55,.2);  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;  -o-transition-delay: .1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;  
  text-align: right;  
  direction: rtl !important;
}

  .select-process md-select-menu:not(.md-overflow) md-content {  
  padding-top: 8px;  
  padding-bottom: 8px;  
  direction: rtl;  
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .select-process {    
    width: 100% !important;
  }
}

  .agent-send-form-success .comp-main {  -webkit-border-radius: 7px;
  border-radius: 7px;
}

  .agent-send-form-success .header {  
  background-color: #e6eff2;
}

  .agent-send-form-success .header-title {  
  font-size: 25px;  
  font-family: arial;  
  color: #13120f;  
  padding-top: 12px;  
  padding-right: 12px;  
  padding-bottom: 12px;  
  padding-left: 12px;  
  font-weight: bold;
}

  .agent-send-form-success .content {  
  margin-top: 16px;  
  padding-top: 30px;  
  padding-right: 100px;  
  padding-bottom: 50px;  
  padding-left: 100px;
}

  .agent-send-form-success .title {  
  font-size: 18px;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  font-weight: bold;
}

  .agent-send-form-success .buttons-container {  
  margin-top: 20px;  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  
  width: 100%;  -webkit-justify-content: center;
  justify-content: center;
}

  .agent-send-form-success button {  
  background-color: #ebeafa;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #ebeafa;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #ebeafa;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #ebeafa;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #ebeafa;  
  color: #fff;  
  width: 158px;  
  height: 48px;  
  display: inline-block;  
  font-size: 18px;  
  font-family: SimplePro-Regular;  -webkit-border-radius: 22px !important;
  border-radius: 22px !important;  -webkit-box-shadow: undefined undefined undefined;
  box-shadow: undefined undefined undefined;  
  text-align: undefined;  
  margin-top: 8px;  
  margin-right: 8px;  
  margin-bottom: 8px;  
  margin-left: 8px;
}

  .agent-send-form-success button:hover {  
  background-color: #fff;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #13120f;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #13120f;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #13120f;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #13120f;  
  color: #13120f;
}

  .agent-send-form-success button.active {  
  background-color: undefined;  
  color: undefined;
}

  .agent-send-form-success .rtl {  
  direction: rtl;
}

  .agent-send-form-success .ltr {  
  direction: ltr;
}

@media only screen and (max-width: 600px) {
    .agent-send-form-success .new-modal-dialog-inner {    
    margin-top: 0 !important;    
    margin-right: auto !important;    
    margin-bottom: 0 !important;    
    margin-left: auto !important;
  }
    .agent-send-form-success .agent-send-form-success .header {    
    padding-top: 2em;
  }
    .agent-send-form-success .content {    
    margin-top: 16px;    
    padding-top: 0 !important;    
    padding-right: 50px !important;    
    padding-bottom: 25px !important;    
    padding-left: 50px !important;
  }
    .agent-send-form-success .comp-main {    
    max-width: 92vw;
  }
}

.horizontal-radio {  
  margin-bottom: 8px;  
  margin-top: 8px;
}

  .horizontal-radio .radio-panel-wrapper {  
  display: -webkit-flex;
  display: flex;  
  margin-right: 3px;
}

  .horizontal-radio .radio-panel-wrapper.mobile {  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  -webkit-align-items: center;
  align-items: center;
}

  .horizontal-radio .error {  
  color: #e01010;  
  font-size: 16px !important;  
  text-align: right;  
  display: block;  
  font-family: SimplePro-Regular;  
  font-weight: 300;
}

  .horizontal-radio .radio-btn {  
  position: relative;
}

  .horizontal-radio .md-container {  
  visibility: hidden;
}

  .horizontal-radio .radio-box {  
  background-color: undefined;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  -webkit-border-radius: 30px;
  border-radius: 30px;  
  padding-top: 1px;  
  padding-right: 1px;  
  padding-bottom: 1px;  
  padding-left: 1px;  
  margin-right: 4px;  
  min-width: 150px;  
  height: 30px;  
  margin-bottom: 3px;
}

  .horizontal-radio .radio-box.bottom-border {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;
}

  .horizontal-radio .radio-box.none {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

  .horizontal-radio .radio-box:hover {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;
}

  .horizontal-radio .radio-box.selected {  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;
}

  .horizontal-radio .radio-inner-box {  
  background-color: undefined;  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;  
  color: #ffcc33;  
  display: block;  
  width: 100%;  -webkit-border-radius: 30px;
  border-radius: 30px;
}

  .horizontal-radio .radio-inner-box:hover {  
  background-color: #ffcc33;  
  color: #13120f;
}

  .horizontal-radio .selected,   .horizontal-radio md-radio-button.md-default-theme.md-checked {  
  color: #fff !important;  
  background-color: #13120f;  -webkit-border-radius: 30px;
  border-radius: 30px;
}

  .horizontal-radio .selected:hover {  
  background-color: #ffcc33 !important;  
  color: #fff !important;
}

  .horizontal-radio .md-switch-thumb,   .horizontal-radio md-radio-button {  
  margin-top: 0 !important;  
  margin-right: 0 !important;  
  margin-bottom: 0 !important;  
  margin-left: 0 !important;  
  position: relative;
}

  .horizontal-radio .title {  
  display: inline-block;  
  color: #13120f;  
  width: 100%;  
  text-align: auto;  
  font-family: SimplePro-Regular;  
  padding-bottom: 8px;  
  padding-left: 0px;  
  padding-right: 0px;  
  font-size: 16px;  
  font-weight: 500;
}

  .horizontal-radio .inner-container {  
  display: block;
}

  .horizontal-radio .right-side,   .horizontal-radio .rtl {  
  text-align: right !important;  
  direction: rtl;
}

  .horizontal-radio .center-side {  
  text-align: center !important;  
  direction: rtl;
}

  .horizontal-radio .center-side .radio-panel-wrapper {  -webkit-justify-content: center;
  justify-content: center;
}

  .horizontal-radio .left-side,   .horizontal-radio .ltr {  
  text-align: left !important;  
  direction: ltr;
}

  .horizontal-radio .md-label {  
  position: absolute;  
  margin-top: 0 !important;  
  margin-right: 0 !important;  
  margin-bottom: 0 !important;  
  margin-left: 0 !important;  
  font-size: 16px;  
  font-family: SimplePro-Regular;  
  font-weight: 300;  
  transform: translateY(-50%);  
  text-align: center;  
  display: block;  
  left: 0px;  
  right: 0px;  
  top: 50%;  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;
}

  .horizontal-radio md-radio-button.md-default-theme[disabled] {  
  color: #c9c9c9 !important;  
  background-color: #F5F5F5 !important;  -webkit-border-radius: 30px;
  border-radius: 30px;
}

  .horizontal-radio .paper-radio {  
  height: 30px;
}

  .horizontal-radio .selected > .checkmark {  
  display: inline-block;  
  position: absolute;  
  top: 50%;  
  z-index: 1;  
  transform: translateY(-50%);
}

  .horizontal-radio .selected > .checkmark:after {  
  content: '';  
  display: block;  
  width: 5px;  
  height: 10px;  
  border-top-width: medium;  
  border-top-style: solid;  
  border-top-color: #ffcc33;  
  border-right-width: medium;  
  border-right-style: solid;  
  border-right-color: #ffcc33;  
  border-bottom-width: medium;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  border-left-width: medium;  
  border-left-style: solid;  
  border-left-color: #ffcc33;  
  border-top-width: 0;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 0;  
  transform: rotate(45deg);
}

  .horizontal-radio .ltr,   .horizontal-radio .left-side,   .horizontal-radio .center-side .checkmark {  
  right: 9px;
}

  .horizontal-radio .rtl .checkmark {  
  left: 9px;
}

  .horizontal-radio md-radio-button:focus {  
  background-color: #13120f;  -webkit-border-radius: 30px;
  border-radius: 30px;
}

  .co-browsing .comp-main {  
  border-top-width: 2px;  
  border-top-style: dashed;  
  border-top-color: #888;  
  border-right-width: 2px;  
  border-right-style: dashed;  
  border-right-color: #888;  
  border-bottom-width: 2px;  
  border-bottom-style: dashed;  
  border-bottom-color: #888;  
  border-left-width: 2px;  
  border-left-style: dashed;  
  border-left-color: #888;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 15px;  
  padding-left: 15px;  -webkit-border-radius: 7px;
  border-radius: 7px;
}

  .co-browsing md-icon.md-default-theme {  
  color: #13120f;
}

  .icon-button .add-button {  
  direction: ltr;  
  text-align: left;
}

  .icon-button .md-default-theme {  
  color: #ffcc33;  
  text-align: left;
}

  .delete-button .md-default-theme {  
  color: #ffcc33;
}

  .running-number-indicator td {  
  color: #13120f;  
  background-color: #ffcc33 !important;  -webkit-border-radius: 100%;
  border-radius: 100%;  
  width: 35px;  
  height: 35px;  
  vertical-align: middle;  
  text-align: center;
}

.date-mmyy {  
  margin-bottom: 8px;  
  margin-top: 14px;  
  margin-left: 0px;  
  margin-right: 0px;  
  position: relative;  
  max-width: 100%;
}

  .date-mmyy input {  
  background-color: transparent;  
  background-color: undefined;  
  font-family: SimplePro-Regular;  
  font-size: 16px;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  border-top-width: 0;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  color: #13120f;  
  width: 33%;
}

  .date-mmyy input::-ms-clear {  
  display: none;
}

  .date-mmyy .error-style > input {  
  color: #ffcc33 !important;
}

  .date-mmyy input::placeholder {  
  color: #c9c9c9;  
  font-size: 16px;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;
}

  .date-mmyy input:-ms-input-placeholder {  
  color: #c9c9c9 !important;  
  font-size: 16px !important;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;
}

  .date-mmyy input::-ms-input-placeholder {  
  color: #c9c9c9 !important;  
  font-size: 16px !important;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;
}

.date-mmyy.focused input::placeholder, .date-mmyy.filled input::placeholder {  -webkit-opacity: 1;
  opacity: 1;
}

.date-mmyy.focused input:-ms-input-placeholder, .date-mmyy.filled input:-ms-input-placeholder {  -webkit-opacity: 1;
  opacity: 1;
}

.date-mmyy.focused input::-ms-input-placeholder, .date-mmyy.filled input::-ms-input-placeholder {  -webkit-opacity: 1;
  opacity: 1;
}

.date-mmyy.non-equal input.day-input {  
  width: 100% !important;  
  text-align: right;
}

.date-mmyy.non-equal.direction-ltr input.day-input {  
  width: 4rem !important;  
  max-width: 45px !important;  
  text-align: center;
}

.date-mmyy.non-equal input.month-input {  
  width: 4rem !important;  
  max-width: 45px !important;  
  text-align: center;
}

.date-mmyy.non-equal input.year-input {  
  width: 4rem !important;  
  text-align: left;
}

.date-mmyy.non-equal.direction-ltr input.year-input {  
  width: 100% !important;  
  text-align: left;
}

.date-mmyy.border-type-full,   .date-mmyy .border-type-full {  
  border-top-width: 0px;  
  border-top-style: solid;  
  border-top-color: #bababa;  
  border-right-width: 0px;  
  border-right-style: solid;  
  border-right-color: #bababa;  
  border-bottom-width: 0px;  
  border-bottom-style: solid;  
  border-bottom-color: #bababa;  
  border-left-width: 0px;  
  border-left-style: solid;  
  border-left-color: #bababa;  -webkit-border-radius: 7px;
  border-radius: 7px;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

.date-mmyy.border-type-full-focus,   .date-mmyy .border-type-full-focus {  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #13120f;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #13120f;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #13120f;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #13120f;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .date-mmyy .border-type-bottom {  
  border-bottom-width: 0px;  
  border-bottom-style: solid;  
  border-bottom-color: #bababa;
}

  .date-mmyy input:focus {  
  border-top-width: 2px;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  border-left-width: 2px;  
  border-top-color: #13120f;  
  border-right-color: #13120f;  
  border-bottom-color: #13120f;  
  border-left-color: #13120f;  
  outline-width: 0;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;  
  margin-bottom: 0;  
  color: #F5F5F5;
}

  .date-mmyy label {  
  font-family: SimplePro-Regular;  
  font-size: 16px;  
  color: #13120f;  
  font-weight: 300;  
  display: block;  
  pointer-events: none;  
  position: relative;  
  z-index: 1;  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

  .date-mmyy label.animate {  -o-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

  .date-mmyy label.error-style {  
  color: #e01010;
}

.date-mmyy.filled label {  
  color: #13120f;
}

.date-mmyy.focused label {  
  color: #13120f;
}

  .date-mmyy .error-msg {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #e01010;
}

  .date-mmyy .comment {  
  position: absolute;  
  font-size: 12px;  
  font-family: SimplePro-Regular;  
  color: #13120f;
}

  .date-mmyy input:disabled {  
  cursor: not-allowed;  
  color: #c9c9c9 !important;  
  background-color: #F5F5F5 !important;
}

.date-mmyy.disabled label {  
  color: undefined !important;
}

  .date-mmyy .rtl,   .date-mmyy .rtl label {  
  text-align: right;  
  direction: rtl;  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

  .date-mmyy .ltr {  
  text-align: left;  
  direction: ltr;  
  padding-left: 0px;
}

  .date-mmyy .ltr label {  
  text-align: left;  
  direction: ltr;
}

  .date-mmyy .ltr.abs-position {  
  position: absolute;  
  left: 0;  
  text-align: left;  
  direction: ltr;
}

  .date-mmyy .rtl.abs-position {  
  position: absolute;  
  right: 0;  
  text-align: right;  
  direction: rtl;
}

  .date-mmyy .text-input-wrapper {  
  position: relative;  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;  
  width: auto;
}

  .date-mmyy .text-input-wrapper.error-style {  
  border-top-color: #e01010 !important;  
  border-right-color: #e01010 !important;  
  border-bottom-color: #e01010 !important;  
  border-left-color: #e01010 !important;
}

.date-mmyy.border-type-full.disabled,   .date-mmyy .text-input-wrapper.border-type-full.disabled,   .date-mmyy .outer-container.border-type-full.disabled {  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #c9c9c9;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #c9c9c9;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #c9c9c9;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #c9c9c9;  -webkit-box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
  box-shadow: 1px 5px 10px rgba(26, 26, 20, 0.102);
}

  .date-mmyy .text-input-wrapper.border-type-bottom.disabled {  
  cursor: not-allowed;  
  background-color: #F5F5F5 !important;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #c9c9c9;
}

  .date-mmyy .rtl .text-input-wrapper.with-markers {  
  padding-left: 20px;
}

  .date-mmyy .ltr .text-input-wrapper.with-markers {  
  padding-right: 20px;
}

  .date-mmyy .xmark {  
  color: undefined;
}

  .date-mmyy .xmark.ltr {  
  margin-top: auto;  
  margin-right: 5px;  
  margin-bottom: auto;  
  margin-left: auto;
}

  .date-mmyy .xmark.rtl {  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: 5px;
}

  .date-mmyy .xmark:after {  
  content: '×';  
  font-size: 25px;  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: 5px;
}

  .date-mmyy .checkmark {  
  color: undefined;
}

  .date-mmyy .checkmark.ltr {  
  margin-top: auto;  
  margin-right: 5px;  
  margin-bottom: auto;  
  margin-left: auto;
}

  .date-mmyy .checkmark.rtl {  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: 5px;
}

  .date-mmyy .checkmark:after {  
  content: '✔';  
  font-size: 18px;
}

  .date-mmyy .hidden {  
  visibility: hidden;
}

  .date-mmyy .error-container {  
  position: relative;  
  margin-top: 5px;
}

  .date-mmyy .filler {  
  position: static;
}

  .date-mmyy .sep {  
  color: #13120f;  -webkit-align-self: center;
  align-self: center;  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;  -webkit-opacity: 0;
  opacity: 0;  
  white-space: pre;
}

  .date-mmyy .error-style .sep {  
  color: #e01010;
}

.date-mmyy.focused .sep, .date-mmyy.filled .sep {  -webkit-opacity: 1;
  opacity: 1;
}

@-moz-document url-prefix() {
  .date-input input{
    width: 33%;
  }
}

  .main-page .date-input .outer-container.border-type-full label {  
  transform: translateY(33px) scale(1) !important;
}

  .main-page .date-input .outer-container.border-type-full:focus-within label {  
  transform: translateY(0px) scale(0.85) !important;
}

  .main-page .date-input.filled .outer-container.border-type-full label {  
  transform: translateY(0px) scale(0.85) !important;
}

  .main-page .parent {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  
  height: 100vh;
}

  .main-page .header {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: flex-end;
  justify-content: flex-end;  
  padding-top: 30px;  
  padding-right: 20px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);  
  z-index: 2;
}

  .main-page .header-logo {  
  width: 180px;  
  height: 50px;  
  object-fit: contain;
}

  .main-page .greeting-img {  
  position: relative;  
  top: -326%;  
  left: -13%;
}

  .main-page .radio-with-image-wide .checkbox {  
  position: absolute;
}

  .main-page .radio-with-image-wide .paper-radio {  
  width: 200px;  
  height: 150px;
}

  .main-page .radio-with-image .md-label,   .main-page .radio-with-image-wide .md-label {  
  top: 50%;  
  transform: translateY(-50%);
}

  .main-page .radio-with-image .radio-inner-box,   .main-page .radio-with-image-wide .radio-inner-box {  
  display: -webkit-flex;
  display: flex;
}

  .main-page .radio-with-image .radio-box,   .main-page .radio-with-image-wide .radio-box {  
  margin-bottom: 10px;
}

  .main-page .page-title {  
  width: 215px;  
  height: 24px;  
  font-size: 18px;  
  font-family: SimplePro-Regular;  
  font-weight: normal;  
  text-align: right;  
  color: #0f0d04;  
  margin-right: 20px;
}

  .main-page .secondaryBtnContainer {  
  height: 2rem;  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: end;
  justify-content: end;  
  position: relative;  
  color: #13120f;  
  margin-bottom: 1rem;
}

  .main-page .secondaryBtn {  
  width: 6rem;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  background-color: transparent;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: end;
  justify-content: end;  -webkit-align-items: center;
  align-items: center;  
  font-size: 16px;
}

  .main-page .main {  
  display: -webkit-flex;
  display: flex;  -webkit-flex-grow: 1;
  flex-grow: 1;  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

  .main-page .content {  -webkit-flex-grow: 1;
  flex-grow: 1;
}

  .main-page .main-content {  
  width: 50%;
}

  .main-page .child {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: flex-start;
  align-items: flex-start;  -webkit-justify-content: flex-end;
  justify-content: flex-end;  
  padding-top: 20px;  
  padding-right: 20px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  
  width: 40rem;
}

  .main-page .sidebar {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: flex-start;
  align-items: flex-start;  -webkit-justify-content: center;
  justify-content: center;  
  padding-top: 50px;  
  padding-right: 10px;  
  padding-bottom: 40px;  
  padding-left: 5px;  
  font-size: 15px;  
  line-height: 20px;  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);  
  z-index: 2;  
  width: 10rem;
}

  .main-page .sidebarPreviewPage {  
  display: none;
}

  .main-page .footer {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;  
  padding-top: 20px;  
  padding-right: 0px;  
  padding-bottom: 20px;  
  padding-left: 0px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  -webkit-box-shadow: 0 -1px 2px 0 rgba(77, 77, 77, 0.08), 0 -4px 8px 0 rgba(77, 77, 77, 0.08);
  box-shadow: 0 -1px 2px 0 rgba(77, 77, 77, 0.08), 0 -4px 8px 0 rgba(77, 77, 77, 0.08);  
  z-index: 2;  
  height: 10vh;
}

  .main-page .footer-button-primary {  
  width: 180px;  
  height: 60px;  -webkit-border-radius: 50px;
  border-radius: 50px;  
  background-color: #ffcc33;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: 1px;  
  border-top-style: none;  
  border-top-color: #ffcc33;  
  border-right-width: 1px;  
  border-right-style: none;  
  border-right-color: #ffcc33;  
  border-bottom-width: 1px;  
  border-bottom-style: none;  
  border-bottom-color: #ffcc33;  
  border-left-width: 1px;  
  border-left-style: none;  
  border-left-color: #ffcc33;  -webkit-box-shadow: 0px 1px 7px #ffcc33;
  box-shadow: 0px 1px 7px #ffcc33;  
  font-family: SimplePro-Regular;  
  color: black;
}

  .main-page .date-input .text-input-wrapper {  
  height: 39px;  
  padding-top: 7px;
}

  .main-page .date-input.filled .label {  
  padding-right: 7px;
}

@media (hover: hover){
  .footer-button-primary:hover{
    color: black;
  }
}

  .main-page .footer-button-secondary {  
  width: 180px;  
  height: 60px;  -webkit-border-radius: 50px;
  border-radius: 50px;  
  background-color: #ebeafa;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: 1px;  
  border-top-style: none;  
  border-top-color: #ebeafa;  
  border-right-width: 1px;  
  border-right-style: none;  
  border-right-color: #ebeafa;  
  border-bottom-width: 1px;  
  border-bottom-style: none;  
  border-bottom-color: #ebeafa;  
  border-left-width: 1px;  
  border-left-style: none;  
  border-left-color: #ebeafa;  -webkit-box-shadow: 0px 1px 7px #ebeafa;
  box-shadow: 0px 1px 7px #ebeafa;
}

  .main-page .date-input.filled label {  
  padding-bottom: 7px;  
  padding-right: 7px;
}

  .main-page .date-input label {  
  min-height: 32px;
}

  .main-page .date-input label.animate {  
  padding-bottom: 7px;  
  padding-right: 7px;
}

  .main-page .date-input.non-equal input.year-input {  
  width: 45px !important;  
  text-align: center;
}

  .main-page .upload-component .upload-frame {  -webkit-border-radius: 7px;
  border-radius: 7px;
}

  .main-page body {  
  font-family: SimplePro-Regular !important;  
  font-weight: 600;
}

  .main-page .text-input label {  
  font-family: SimplePro-Regular !important;  
  font-size: 16px;
}

  .main-page .text-input input {  
  padding-bottom: 8px;  
  padding-left: 8px;  
  padding-right: 8px;  
  padding-top: 7px;
}

  .main-page .custom-select .dropdown-option-cust,   .main-page .custom-select .dropdown-select-cust.have-bouncing-label-top {  -webkit-border-radius: 7px;
  border-radius: 7px;
}

  .main-page .custom-select .arrow-container-cust {  
  z-index: unset;
}

  .main-page .custom-select .container.full-border.disabled {  
  background-color: #F5F5F5;
}

  .main-page .custom-select .container.full-border.disabled .dropdown-option-selected {  
  color: #c9c9c9;
}

  .main-page .radio-with-image md-radio-button.md-default-theme[disabled] {  
  cursor: no-drop;
}

  .main-page .radio-with-image-wide md-radio-button.md-default-theme[disabled] {  
  cursor: no-drop;
}

  .main-page .sign-div .instruction {  
  font-family: SimplePro-Regular;
}

  .main-page .form-text-area textarea {  
  -webkit-appearance: none;
}

  .main-page .form-document-preview {  
  min-height: 72vh;  
  max-width: 65%;  
  top: 80px;  
  left: 50%;  
  position: absolute;  
  transform: translateX(-50%);  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;  
  margin-top: 30px;
}

  .main-page .form-document-preview canvas {  
  width: 100%;  
  position: absolute;
}

  .main-page .form-document-preview.show-zoom-buttons .button-panel {  
  text-align: center;
}

@media only screen and (max-width: 1512px) {
    .main-page .form-document-preview {    
    min-height: 63vh;
  }
}

@media only screen and (max-width: 750px) {
    .main-page .sidebar {    
    display: none;
  }
    .main-page .main-content {    
    width: 100%;
  }
    .main-page .greeting-img {    
    display: none;
  }
    .main-page .child {    
    padding-top: 80px;
  }
    .main-page .header {    
    padding-top: 0;    
    padding-right: 0;    
    padding-bottom: 0;    
    padding-left: 0;    
    height: 54px;    
    width: 100%;    
    position: fixed;    
    z-index: 1000;
  }
    .main-page .page-title {    
    font-size: 14px;    
    height: unset;
  }
    .main-page .header-logo {    
    padding-right: 50px;    
    width: unset;    
    height: 45px;
  }
    .main-page .secondaryBtnContainer {    
    position: fixed;    
    right: 5px;    
    top: 12px;    
    z-index: 1001;
  }
    .main-page .secondaryBtn span {    
    display: none;
  }
    .main-page .date-input.non-equal input.year-input,   .main-page .date-mmyy.non-equal input.year-input {    
    width: 60px !important;
  }
    .main-page .form-document-preview {    
    min-height: 65vh;    
    max-width: 98%;    
    margin-top: 0;
  }
    .main-page .footer {    
    height: 93px;
  }
    .main-page .footerPreviewPage {    
    padding-top: 0;    
    padding-right: 0;    
    padding-bottom: 0;    
    padding-left: 0;    
    bottom: 0;    
    position: absolute;    
    width: 100%;
  }
    .main-page .radio-with-image .radio-box,   .main-page .radio-with-image-wide .radio-box {    
    margin-right: unset;
  }
    .main-page .radio-with-image .selectedBorder,   .main-page .radio-with-image-wide .selectedBorder {    
    min-height: unset;    
    margin-right: 5px;    
    margin-left: 5px;    
    margin-bottom: 10px;    
    min-width: unset;    
    height: fit-content;
  }
    .main-page .radio-with-image .paper-radio,   .main-page .radio-with-image-wide .paper-radio {    
    width: unset;
  }
    .main-page .radio-with-image .radio-panel-wrapper,   .main-page .radio-with-image-wide .radio-panel-wrapper {    
    display: -webkit-flex;
    display: flex;
  }
    .main-page .radio-with-image .radio-inner-box,   .main-page .radio-with-image-wide .radio-inner-box {    
    display: unset;
  }
    .main-page .radio-with-image .radio-box,   .main-page .radio-with-image-wide .radio-box {    
    min-width: unset;    
    margin-right: 5px;    
    margin-left: 5px;    
    margin-bottom: 10px;
  }
    .main-page .radio-with-image .radio-btn {    
    width: 45%;
  }
    .main-page .radio-with-image-wide .radio-btn {    
    width: 90%;
  }
    .main-page .radio-with-image .radio-panel-wrapper.mobile,   .main-page .radio-with-image-wide .radio-panel-wrapper.mobile {    -ms-flex-direction: unset;
    -webkit-flex-direction: unset;
    flex-direction: unset;    
    display: -webkit-flex;
    display: flex;    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;    -webkit-justify-content: center;
    justify-content: center;    
    margin-right: 0;    
    width: 104%;    
    margin-right: -2%;
  }
}

  .menora-modal .rootModal {  
  backdrop-filter: blur(5px);  
  -webkit-backdrop-filter: blur(5px);  
  position: fixed;  
  width: 100%;  
  height: 100%;  
  top: 0px;  
  left: 0px;  
  z-index: 1000;
}

  .menora-modal .container {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #eee;  -webkit-justify-content: center;
  justify-content: center;  -webkit-align-items: center;
  align-items: center;  
  position: fixed;  
  left: 50%;  
  top: 50%;  
  transform: translate(-50%, -50%);  
  z-index: 1002;  
  width: 30rem;  
  max-width: 80vw;  
  height: 21rem;  -webkit-border-radius: 8px;
  border-radius: 8px;  
  background-color: white;  -webkit-box-shadow: 0px 2px 2px -4px #787878 ;
  box-shadow: 0px 2px 2px -4px #787878 ;
}

  .menora-modal table {  
  direction: rtl;
}

  .menora-modal .closeBtn {  
  position: relative;  
  margin-top: 4px;  
  margin-right: 4px;  
  margin-bottom: 4px;  
  margin-left: 4px;  
  background-color: white;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  cursor: pointer;
}

  .menora-modal .whyTitleTd {  
  margin-bottom: 8px;  
  margin-top: 8px;  
  vertical-align: bottom;  
  position: relative;  
  margin-bottom: 5px;  
  height: 50px;  
  width: 100%;
}

  .menora-modal .whyTitle {  
  font-family: boldFont;  
  font-size: 20px;  
  color: #545454;  
  margin-top: 0.6rem;  
  margin-right: 0.6rem;  
  margin-bottom: 0.6rem;  
  margin-left: 0.6rem;  
  margin-right: 0;  
  text-align: right;
}

  .menora-modal .pText {  
  font-family: regularFont;  
  font-size: 16px;  
  color: #7b7b7b;  
  -webkit-text-fill-color: #7b7b7b;  
  -webkit-opacity: 1;  
  width: 90%;  
  height: 8rem;  
  direction: rtl;  
  text-align: right;  
  background-color: transparent;  
  margin-top: 0.6rem;  
  margin-right: 0.6rem;  
  margin-bottom: 0.6rem;  
  margin-left: 0.6rem;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  resize: none;
}

  .menora-modal .handWave {  
  transform: translate(0rem,10%);  
  height: 70px;  
  width: 70px;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;
}

  .menora-modal .textArea {  
  font-family: regularFont;  
  font-size: 16px;  
  color: #7b7b7b;  -webkit-border-radius: 8px;
  border-radius: 8px;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #eee;  
  resize: none;  
  background-color: white;  
  width: 90%;  
  height: 9rem;  -webkit-box-shadow: 0 4px 2px -2px #eee;
  box-shadow: 0 4px 2px -2px #eee;  
  direction: rtl;
}

  .menora-modal .summeryBtn {  
  background-color: #ffd028;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  margin-top: 5%;  
  margin-bottom: 5%;  
  width: 40%;  
  height: 3rem;  -webkit-border-radius: 5rem;
  border-radius: 5rem;  
  cursor: pointer;  
  color: #545454;  
  -webkit-text-fill-color: #545454;
}

  .menora-slider .fullDiv {  
  display: -webkit-flex;
  display: flex;  
  width: 100%;  
  height: 100%;  -webkit-align-items: right;
  align-items: right;  -webkit-justify-content: right;
  justify-content: right;
}

  .menora-slider .comp-main {  
  position: relative;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;  
  background-color: white;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #eee;  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;  
  max-width: 95%;  
  width: 35rem;  
  height: 13.5rem;  -webkit-box-shadow: 0px 10px 10px -8px #e1e6e5;
  box-shadow: 0px 10px 10px -8px #e1e6e5;
}

  .menora-slider .titleContainer {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: center;
  justify-content: center;  
  left: 0;  
  top: 0;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;  
  background-color: #fffaed;  
  width: 100%;  
  height: 4rem;  
  text-align: right;
}

  .menora-slider .titleP {  
  position: relative;  
  font-family: boldFont;  
  font-size: 19px;  
  color: #13120f;  
  width: 100%;  
  text-align: right;  
  direction: rtl;  
  margin-top: 0;  
  margin-bottom: 0;  
  margin-right: 1.5rem;
}

  .menora-slider .amountInput {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: center;
  justify-content: center;
}

  .menora-slider .newShekelSymbol {  
  padding-right: 3%;  
  font-size: 20px;  
  display: inline-block;  
  font-weight: bold;  
  color: #bbb;
}

  .menora-slider .inpNum {  
  font-family: boldFont;  
  font-size: 18px;  
  color: #13120f;  
  background-color: undefined;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;  
  margin-right: 7%;  
  margin-top: 3%;  
  margin-bottom: 3%;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #eee;  
  width: 30%;  -webkit-border-radius: 5px;
  border-radius: 5px;  
  text-align: center;  -moz-appearance: textfield;
  -webkit-appearance: textfield;  
  -webkit-appearance: none;  
  height: 3rem;
}

  .menora-slider .ifPercent {  
  font-family: boldFont;  
  font-size: 18px;  
  color: #13120f;  
  background-color: undefined;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;  
  margin-right: 2%;  
  margin-top: 3%;  
  margin-bottom: 3%;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #eee;  
  width: 20%;  -webkit-border-radius: 5px;
  border-radius: 5px;  
  text-align: center;  -moz-appearance: textfield;
  -webkit-appearance: textfield;  
  -webkit-appearance: none;  
  height: 3rem;
}

  .menora-slider .mainSlider {  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: center;
  justify-content: center;  -webkit-align-items: center;
  align-items: center;  
  position: relative;  
  width: 100%;  
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -1000%);
}

  .menora-slider .slider {  
  -webkit-appearance: none;  
  width: 75%;  
  height: 5px;  
  background-color: transparent;  
  background-image: -webkit-linear-gradient(90deg, #ffcc33 0%, #ddd 0%);
  background-image: -o-linear-gradient(90deg, #ffcc33 0%, #ddd 0%);
  background-image: -ms-linear-gradient(90deg, #ffcc33 0%, #ddd 0%);
  background-image: -moz-linear-gradient(90deg, #ffcc33 0%, #ddd 0%);
  background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0, #ffcc33), color-stop(0, #ddd));
  background-image: linear-gradient(90deg, #ffcc33 0%, #ddd 0%);  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-opacity: 0.7;
  opacity: 0.7;  -webkit-border-radius: 25px;
  border-radius: 25px;  
  -webkit-transition: .2s;  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

  .menora-slider .slider:hover {  -webkit-opacity: 1;
  opacity: 1;
}

  .menora-slider .slider::-webkit-slider-thumb {  
  -webkit-appearance: none;  
  appearance: none;  -webkit-border-radius: 25px;
  border-radius: 25px;  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-width: 3px;  
  border-right-width: 3px;  
  border-bottom-width: 3px;  
  border-left-width: 3px;  
  width: 30px;  
  height: 30px;  
  padding-top: 7px;  
  padding-right: 7px;  
  padding-bottom: 6px;  
  padding-left: 8px;  -webkit-box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.5);  
  background-color: #ffcc33;
}

  .menora-slider .minMaxContainer {  
  margin-top: 4%;  
  margin-right: 14%;  
  margin-bottom: 4%;  
  margin-left: 14%;  
  display: -webkit-flex;
  display: flex;  
  max-width: 95%;  -webkit-justify-content: space-between;
  justify-content: space-between;
}

  .menora-slider .valueLabel {  
  font-size: 14px;  
  color: #aaa;
}

  .menora-slider .error-msg {  
  color: red;  
  font-size: 14px;
}

@media  (max-width: 600px) {
    .menora-slider .valueLabel {    
    font-size: 10px;
  }
}

  .preview-page .parent {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  
  height: 100vh;
}

  .preview-page .header {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: flex-end;
  justify-content: flex-end;  
  padding-top: 30px;  
  padding-right: 20px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);  
  z-index: 2;
}

  .preview-page .header-logo {  
  width: 180px;  
  height: 50px;  
  object-fit: contain;
}

  .preview-page .title {  
  width: 215px;  
  height: 24px;  
  font-size: 18px;  
  font-weight: normal;  
  font-stretch: normal;  
  font-style: normal;  
  line-height: 1.33;  
  letter-spacing: normal;  
  text-align: right;  
  color: #0f0d04;  
  margin-right: 50px;
}

  .preview-page .secondaryBtnContainer {  
  height: 2rem;  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: end;
  justify-content: end;  
  position: relative;  
  color: #13120f;  
  margin-bottom: 1rem;
}

  .preview-page .secondaryBtn {  
  width: 6rem;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  background-color: transparent;  
  font-family: SimplePro-Regular;  
  color: #13120f;  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: end;
  justify-content: end;  -webkit-align-items: center;
  align-items: center;  
  font-size: 16px;
}

  .preview-page .main {  
  display: -webkit-flex;
  display: flex;  -webkit-flex-grow: 1;
  flex-grow: 1;  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

  .preview-page .content {  -webkit-flex-grow: 1;
  flex-grow: 1;
}

  .preview-page .main-content {  
  width: 50%;
}

  .preview-page .child {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: flex-start;
  align-items: flex-start;  -webkit-justify-content: flex-end;
  justify-content: flex-end;  
  padding-top: 20px;  
  padding-right: 20px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  
  width: 40rem;
}

  .preview-page .sidebar {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: flex-start;
  align-items: flex-start;  -webkit-justify-content: center;
  justify-content: center;  
  padding-top: 40px;  
  padding-right: 40px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);  
  z-index: 2;  
  width: 8rem;
}

  .preview-page .footer {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;  
  padding-top: 20px;  
  padding-right: 0px;  
  padding-bottom: 20px;  
  padding-left: 0px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  -webkit-box-shadow: 0 -1px 2px 0 rgba(77, 77, 77, 0.08), 0 -4px 8px 0 rgba(77, 77, 77, 0.08);
  box-shadow: 0 -1px 2px 0 rgba(77, 77, 77, 0.08), 0 -4px 8px 0 rgba(77, 77, 77, 0.08);  
  z-index: 2;  
  height: 10vh;
}

  .preview-page .footer-button-primary {  
  width: 180px;  
  height: 60px;  -webkit-border-radius: 50px;
  border-radius: 50px;  
  background-color: #ffcc33;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: 1px;  
  border-top-style: none;  
  border-top-color: #ffcc33;  
  border-right-width: 1px;  
  border-right-style: none;  
  border-right-color: #ffcc33;  
  border-bottom-width: 1px;  
  border-bottom-style: none;  
  border-bottom-color: #ffcc33;  
  border-left-width: 1px;  
  border-left-style: none;  
  border-left-color: #ffcc33;  -webkit-box-shadow: 0px 1px 7px #ffcc33;
  box-shadow: 0px 1px 7px #ffcc33;
}

  .preview-page .footer-button-secondary {  
  width: 180px;  
  height: 60px;  -webkit-border-radius: 50px;
  border-radius: 50px;  
  background-color: #ebeafa;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  
  border-top-width: 1px;  
  border-top-style: none;  
  border-top-color: #ebeafa;  
  border-right-width: 1px;  
  border-right-style: none;  
  border-right-color: #ebeafa;  
  border-bottom-width: 1px;  
  border-bottom-style: none;  
  border-bottom-color: #ebeafa;  
  border-left-width: 1px;  
  border-left-style: none;  
  border-left-color: #ebeafa;  -webkit-box-shadow: 0px 1px 7px #ebeafa;
  box-shadow: 0px 1px 7px #ebeafa;
}

  .preview-page body {  
  font-family: SimplePro-Regular !important;  
  font-weight: 600;
}

  .preview-page .text-input label {  
  font-family: SimplePro-Regular !important;  
  font-size: 16px;
}

  .menora-modal_e56f .rootModal {  
  backdrop-filter: blur(5px);  
  -webkit-backdrop-filter: blur(5px);  
  position: fixed;  
  width: 100%;  
  height: 100%;  
  top: 0px;  
  left: 0px;  
  z-index: 1000;
}

  .menora-modal_e56f .container {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #eee;  -webkit-justify-content: center;
  justify-content: center;  -webkit-align-items: center;
  align-items: center;  
  position: fixed;  
  left: 50%;  
  top: 50%;  
  transform: translate(-50%, -50%);  
  z-index: 1002;  
  width: 30rem;  
  max-width: 80vw;  -webkit-border-radius: 8px;
  border-radius: 8px;  
  background-color: white;  -webkit-box-shadow: 0px 10px 5px -4px #ebebeb ;
  box-shadow: 0px 10px 5px -4px #ebebeb ;
}

  .menora-modal_e56f table {  
  direction: rtl;  
  width: 100%;
}

  .menora-modal_e56f .closeBtn {  
  position: relative;  
  margin-top: 4px;  
  margin-right: 4px;  
  margin-bottom: 4px;  
  margin-left: 4px;  
  background-color: white;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  cursor: pointer;
}

  .menora-modal_e56f .whyTitleTd {  
  margin-bottom: 8px;  
  margin-top: 8px;  
  vertical-align: bottom;  
  position: relative;  
  margin-bottom: 5px;  
  height: 50px;  
  width: 100%;
}

  .menora-modal_e56f .whyTitle {  
  font-family: boldFont;  
  font-size: 24px;  
  color: #545454;  
  margin-top: 0.6rem;  
  margin-right: 0.6rem;  
  margin-bottom: 0.6rem;  
  margin-left: 0.6rem;  
  margin-right: 1rem;  
  text-align: right;
}

  .menora-modal_e56f #pText {  
  font-family: lightFont;  
  font-size: 17px;  
  color: #5a5a5a;  
  -webkit-text-fill-color: #5a5a5a;  
  width: 90%;  
  direction: rtl;  
  text-align: right;  
  margin-top: 0.6rem;  
  margin-bottom: 0.6rem;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  resize: none;
}

  .menora-modal_e56f .yieldTableHeader {  
  background-color: #755dee;  
  height: 4.2rem;  
  width: 80%;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: white;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: white;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: white;  
  color: white;  
  font-size: 110%;  
  font-weight: lighter;  
  text-align: center;
}

  .menora-modal_e56f .secondTable {  
  width: 93%;
}

  .menora-modal_e56f .yieldTableBody {  
  background-color: #ebeafa;  
  height: 2.7rem;  
  width: 85%;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: white;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: white;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: white;  
  color: #4f4646;  
  text-align: center;
}

  .menora-modal_e56f .secondTitle {  
  font-family: boldFont;  
  font-size: 24px;  
  color: #545454;  
  margin-top: 1rem;  
  margin-right: 1rem;  
  margin-bottom: 1rem;  
  margin-left: 1rem;  
  width: 92%;  
  direction: rtl;  
  text-align: right;
}

  .menora-modal_e56f .summeryBtn {  
  background-color: #ffd028;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  margin-top: 5%;  
  margin-bottom: 5%;  
  width: 40%;  
  height: 3rem;  -webkit-border-radius: 5rem;
  border-radius: 5rem;  
  color: #545454;  
  -webkit-text-fill-color: #545454;  
  cursor: pointer;
}

  .thank-you-page .parent {  
  display: -webkit-flex;
  display: flex;  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;  
  height: 100vh;
}

  .thank-you-page .header {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: flex-end;
  justify-content: flex-end;  
  padding-top: 30px;  
  padding-right: 20px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);  
  z-index: 2;
}

  .thank-you-page .backgroundImage {  
  position: fixed;  
  z-index: 0;  
  left: 0;  
  bottom: 0;  
  width: 50%;
}

  .thank-you-page .header-logo {  
  width: 180px;  
  height: 50px;  
  object-fit: contain;
}

  .thank-you-page .page-title {  
  width: 215px;  
  height: 24px;  
  font-size: 18px;  
  font-family: SimplePro-Regular;  
  font-weight: normal;  
  text-align: right;  
  color: #0f0d04;  
  margin-right: 20px;
}

  .thank-you-page .main {  
  display: -webkit-flex;
  display: flex;  -webkit-flex-grow: 1;
  flex-grow: 1;  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

  .thank-you-page .content {  -webkit-flex-grow: 1;
  flex-grow: 1;
}

  .thank-you-page .main-content {  
  width: 50%;  
  z-index: 1;  
  margin-top: 60px;
}

  .thank-you-page .child {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: flex-start;
  align-items: flex-start;  -webkit-justify-content: center;
  justify-content: center;  
  padding-top: 20px;  
  padding-right: 20px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  
  width: 40rem;
}

  .thank-you-page .sidebar {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: flex-start;
  align-items: flex-start;  -webkit-justify-content: center;
  justify-content: center;  
  padding-top: 40px;  
  padding-right: 40px;  
  padding-bottom: 20px;  
  padding-left: 20px;  
  font-size: 20px;  
  line-height: 20px;  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);  
  z-index: 2;  
  width: 8rem;
}

  .thank-you-page .footer {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;  
  padding-top: 20px;  
  padding-right: 0px;  
  padding-bottom: 20px;  
  padding-left: 0px;  
  font-size: 20px;  
  line-height: 20px;  
  background-color: #fff;  -webkit-box-shadow: 0 -1px 2px 0 rgba(77, 77, 77, 0.08), 0 -4px 8px 0 rgba(77, 77, 77, 0.08);
  box-shadow: 0 -1px 2px 0 rgba(77, 77, 77, 0.08), 0 -4px 8px 0 rgba(77, 77, 77, 0.08);  
  z-index: 2;  
  height: 10vh;
}

  .thank-you-page body {  
  font-family: SimplePro-Regular !important;  
  font-weight: 600;
}

  .thank-you-page .content-title-div {  
  text-align: center;  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: center;
  justify-content: center;  -webkit-align-items: center;
  align-items: center;  
  border-bottom-width: 4px;  
  border-bottom-style: solid;  
  border-bottom-color: #ffcc33;  
  width: fit-content;  
  font-family: SimplePro-Bold;  
  margin-top: 0;  
  margin-right: auto;  
  margin-bottom: 30px;  
  margin-left: auto;
}

  .thank-you-page .content-title {  
  font-size: 28px;  
  margin-right: 10px;  
  color: #13120f;
}

  .thank-you-page .content-title-image {  
  width: 40px;  
  margin-bottom: 2px;
}

@media only screen and (max-width: 750px) {
    .thank-you-page .sidebar {    
    display: none;
  }
    .thank-you-page .main-content {    
    width: 100%;
  }
    .thank-you-page .child {    
    padding-top: 80px;
  }
    .thank-you-page .header {    
    padding-top: 0;    
    padding-right: 0;    
    padding-bottom: 0;    
    padding-left: 0;    
    height: 54px;    
    width: 100%;    
    position: fixed;
  }
    .thank-you-page .page-title {    
    font-size: 14px;    
    height: unset;
  }
    .thank-you-page .header-logo {    
    padding-right: 50px;    
    width: unset;    
    height: 45px;
  }
    .thank-you-page .backgroundImage {    
    width: 100%;
  }
}

  .progress-bar * {  
  font-family: SimplePro-Bold;  
  font-size: 16px;  
  color: #3f3f3f;
}

  .progress-bar .mainDiv {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: right;
  align-items: right;  
  vertical-align: middle;
}

  .progress-bar ul {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;
}

  .progress-bar label {  
  margin-right: 5px;  
  font-size: 15px;
}

  .progress-bar .circleStep {  
  appearance: none;  
  -webkit-appearance: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;  
  cursor: pointer;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: black;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: black;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: black;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: black;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  vertical-align: middle;  
  width: 0.7rem;  
  height: 0.7rem;  
  background-color: white;
}

  .progress-bar .currentStepDiv {  
  display: -webkit-flex;
  display: flex;  
  vertical-align: top;
}

  .progress-bar .container {  
  margin-bottom: 30px;
}

  .progress-bar .currentStep {  
  appearance: none;  
  -webkit-appearance: none;  
  width: 0.7rem;  
  height: 4.5rem;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: black;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: black;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: black;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: black;  -webkit-border-radius: 5rem;
  border-radius: 5rem;
}

  .progress-bar .passStep {  
  appearance: none;  
  -webkit-appearance: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;  
  cursor: pointer;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: black;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: black;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: black;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: black;  -webkit-border-radius: 50%;
  border-radius: 50%;  
  vertical-align: middle;  
  width: 0.7rem;  
  height: 0.7rem;  
  background-color: #ffd028;
}

  .sliderglobal .comp-main {  
  position: relative;  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;  
  background-color: white;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: #eee;  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;  
  max-width: 95%;  
  width: 30rem;  
  height: 13.5rem;  -webkit-box-shadow: 0px 10 10 -8px #afafaf;
  box-shadow: 0px 10 10 -8px #afafaf;
}

  .sliderglobal .titleContainer {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: center;
  justify-content: center;  
  left: 0;  
  top: 0;  
  margin-top: 0;  
  margin-right: 0;  
  margin-bottom: 0;  
  margin-left: 0;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;  
  background-color: #ffcd01;  
  width: 100%;  
  height: 4rem;
}

  .sliderglobal .titleP {  
  position: relative;  
  font-family: arial;  
  font-size: 19px;  
  color: #252525;  
  width: 100%;  
  margin-top: 0;  
  margin-bottom: 0;  
  margin-right: 1.5rem;  
  margin-left: 1.5rem;
}

  .sliderglobal .amountInput {  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;  -webkit-justify-content: center;
  justify-content: center;
}

  .sliderglobal .newShekelSymbol {  
  padding-right: 3%;  
  font-size: 20px;  
  display: inline-block;  
  font-weight: bold;  
  color: #bbb;
}

  .sliderglobal .inpNum {  
  font-family: arial;  
  font-size: 20px;  
  color: #353535;  
  background-color: undefined;  
  padding-top: 0;  
  padding-right: 0;  
  padding-bottom: 0;  
  padding-left: 0;  
  margin-right: 7%;  
  margin-top: 3%;  
  margin-bottom: 3%;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #eee;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #eee;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #eee;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #eee;  
  width: 30%;  -webkit-border-radius: 5px;
  border-radius: 5px;  
  text-align: center;  -moz-appearance: textfield;
  -webkit-appearance: textfield;  
  -webkit-appearance: none;  
  height: 3rem;
}

  .sliderglobal .ifPercent {  
  width: 20%;  
  margin-right: 2%;
}

  .sliderglobal .mainSlider {  
  display: -webkit-flex;
  display: flex;  -webkit-justify-content: center;
  justify-content: center;  -webkit-align-items: center;
  align-items: center;  
  position: relative;  
  width: 100%;  
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -1000%);  
  direction: undefined !important;
}

  .sliderglobal .slider {  
  -webkit-appearance: none;  
  width: 75%;  
  height: 5px;  
  background-color: transparent;  
  background-image: -webkit-linear-gradient(90deg, #ffcd01 0%, #ddd 0%);
  background-image: -o-linear-gradient(90deg, #ffcd01 0%, #ddd 0%);
  background-image: -ms-linear-gradient(90deg, #ffcd01 0%, #ddd 0%);
  background-image: -moz-linear-gradient(90deg, #ffcd01 0%, #ddd 0%);
  background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0, #ffcd01), color-stop(0, #ddd));
  background-image: linear-gradient(90deg, #ffcd01 0%, #ddd 0%);  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: top left;  -webkit-opacity: 0.7;
  opacity: 0.7;  -webkit-border-radius: 25px;
  border-radius: 25px;  
  -webkit-transition: .2s;  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

  .sliderglobal .slider:hover {  -webkit-opacity: 1;
  opacity: 1;
}

  .sliderglobal .slider::-webkit-slider-thumb {  
  -webkit-appearance: none;  
  appearance: none;  -webkit-border-radius: 25px;
  border-radius: 25px;  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-width: 3px;  
  border-right-width: 3px;  
  border-bottom-width: 3px;  
  border-left-width: 3px;  
  width: 30px;  
  height: 30px;  
  padding-top: 7px;  
  padding-right: 7px;  
  padding-bottom: 6px;  
  padding-left: 8px;  -webkit-box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.5);  
  background-color: #ffcd01;
}

  .sliderglobal .minMaxContainer {  
  margin-top: 4%;  
  margin-right: 14%;  
  margin-bottom: 4%;  
  margin-left: 14%;  
  display: -webkit-flex;
  display: flex;  
  max-width: 95%;  -webkit-justify-content: space-between;
  justify-content: space-between;
}

  .sliderglobal .valueLabel {  
  direction: undefined;  
  font-size: 14px;  
  color: #aaa;
}

@media  (max-width: 600px) {
    .sliderglobal .valueLabel {    
    font-size: 10px;
  }
}


@font-face {
                font-family: "lightFont";
                src: url("/player/static/menora/web_flow_themes/menora-new-theme-2024-11-18T09_40_39/698fab81-3b65-4a3f-99bf-7a2cd07b35c2.ttf") format("truetype");
            }

@font-face {
                font-family: "boldFont";
                src: url("/player/static/menora/web_flow_themes/menora-new-theme-2024-11-18T09_40_39/566a8ed6-90a5-49f3-96bc-0a25d387b1c5.ttf") format("truetype");
            }

@font-face {
                font-family: "regularFont";
                src: url("/player/static/menora/web_flow_themes/menora-new-theme-2024-11-18T09_40_39/040d7334-b172-4cd6-a833-ee2413ab4011.ttf") format("truetype");
            }

@font-face {
                font-family: "SimplePro-Regular";
                src: url("/player/static/menora/web_flow_themes/menora-new-theme-2024-11-18T09_40_39/35c97ff0-1b65-4d49-a776-646c2385e9e3.ttf") format("truetype");
            }

@font-face {
                font-family: "SimplePro-Bold";
                src: url("/player/static/menora/web_flow_themes/menora-new-theme-2024-11-18T09_40_39/03a5a83c-b24b-4eec-9612-5bf623b6891c.ttf") format("truetype");
            }


