/home/bonphmya/geseroff.online/wp-content/plugins/estatik-mortgage-calculator/admin/css/admin.css
.emc-tabs {
  display: flex;
  background-color: #f8fafb;
  box-shadow: 0.5px 0.866px 2px 0 rgba(0, 0, 0, 0.15); }
  .emc-tabs ul, .emc-tabs .emc-tabs__content {
    width: 100%;
    box-sizing: border-box; }
  .emc-tabs ul {
    flex: 1 0 20%;
    border-right: 1px solid #e6e9ee;
    margin: 0;
    padding: 0; }
    .emc-tabs ul li {
      margin: 0;
      border-bottom: 1px solid #e6e9ee; }
      .emc-tabs ul li a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #727983;
        outline: 0;
        box-shadow: none; }
      .emc-tabs ul li:hover {
        background: #fff; }
        .emc-tabs ul li:hover a {
          color: #00a0d2; }
      .emc-tabs ul li.active {
        display: block;
        background: linear-gradient(#fff, #f2f2f2); }
        .emc-tabs ul li.active a {
          color: #444950; }
  .emc-tabs .emc-tabs__content {
    flex: 1 0 80%;
    background: #fff; }
    .emc-tabs .emc-tabs__content .emc-tabs__tab {
      padding: 20px;
      display: none; }
      .emc-tabs .emc-tabs__content .emc-tabs__tab.active {
        display: block; }

.emc-field {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  max-width: 430px;
  align-items: center;
  margin-bottom: 20px; }
  .emc-field:last-child {
    margin-bottom: 0; }
  .emc-field .emc-field__label {
    color: #727983;
    flex: 1 0 40%;
    min-width: 150px;
    padding-right: 20px;
    box-sizing: border-box; }
  .emc-field .emc-field__content {
    flex: 1 0 60%; }
    .emc-field .emc-field__content select, .emc-field .emc-field__content input[type=text], .emc-field .emc-field__content input[type=number] {
      width: 100%;
      border-radius: 2px;
      background-color: transparent;
      border: 1px solid #ddd;
      margin: 0;
      padding: 0 8px;
      line-height: 28px;
      height: 28px; }
      .emc-field .emc-field__content select:focus, .emc-field .emc-field__content input[type=text]:focus, .emc-field .emc-field__content input[type=number]:focus {
        border: 1px solid #00a0d2;
        box-shadow: none;
        outline: 0; }
    .emc-field .emc-field__content .wp-picker-holder {
      position: absolute;
      z-index: 1; }

.emc-header {
  margin-top: 20px;
  padding-right: 20px; }
  .emc-header .emc-header__title, .emc-header .emc-header__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .emc-header .emc-header__title h1 {
    color: #727983;
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase; }
  .emc-header .emc-header__title p {
    font-size: 14px;
    color: #727983; }
  .emc-header [type=submit] {
    background: -webkit-linear-gradient(#99cc33, #6cc11e);
    background: -o-linear-gradient(#99cc33, #6cc11e);
    background: -moz-linear-gradient(#99cc33, #6cc11e);
    background: linear-gradient(#99cc33, #6cc11e);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    width: 100px;
    text-align: center;
    text-decoration: none; }

.emc-content {
  padding-right: 20px; }

.js-emc-show-pages-field {
  display: none; }
  .js-emc-show-pages-field.show {
    display: block; }

.emc-checkbox-list {
  height: 110px;
  overflow-x: hidden;
  margin-bottom: 10px;
  overflow-y: scroll; }

.emc-checkbox-list p {
  margin: 0 0 5px 0; }

.emc-switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 20px; }

/* Hide default HTML checkbox */
.emc-switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.emc-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px; }

.emc-slider:before {
  position: absolute;
  content: "";
  left: 2px;
  bottom: 2px;
  background-color: #f9f9f9;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
  height: 16px;
  width: 26px; }

input:checked + .emc-slider {
  background-color: #2196F3; }

input:focus + .emc-slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .emc-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.emc-info {
  display: inline-block;
  line-height: 1;
  width: 30px;
  position: absolute;
  height: 20px; }
  .emc-info .emc-info__icon {
    display: inline-block;
    background-image: url(../../public/images/info.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
    position: relative;
    top: 2px;
    left: 5px; }
  .emc-info .emc-info__overlay {
    display: none;
    padding: 10px;
    position: absolute;
    top: -7px;
    left: 30px;
    z-index: 1;
    background: #333;
    min-width: 200px;
    line-height: 1.3;
    color: #f9f9f9; }
  .emc-info:hover .emc-info__overlay {
    display: inline-block; }

.emc-triangle {
  cursor: pointer;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  line-height: 0;
  border-color: transparent transparent #60d401 transparent; }

.emc-circle {
  width: 16px;
  height: 16px;
  background: #60d401;
  border-radius: 50%;
  display: inline-block; }

.emc-field__slider_icon label {
  margin-right: 10px; }
  .emc-field__slider_icon label .emc-triangle {
    position: relative;
    top: 2px; }
  .emc-field__slider_icon label .emc-circle {
    top: 3px;
    position: relative; }

.slider-icon-field .emc-triangle, .slider-icon-field .emc-circle {
  position: relative;
  top: 4px; }
.slider-icon-field .emc-triangle {
  top: 3px; }
.slider-icon-field .emc-triangle {
  margin-right: 10px; }