:root {
  --theme-deafult: #7366ff;
  --theme-secondary: #f73164; }

/**=====================
     29. Form Input CSS Start
==========================**/
.icon-addon .addon-md .glyphicon, .icon-addon .addon-md .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.icon-addon .glyphicon, .icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.input-group-square .input-group-text, .input-group-square .form-control {
  border-radius: 0; }

.input-group-solid .input-group-text, .input-group-solid .form-control {
  background: #f4f4f4; }

.input-group-air {
  box-shadow: 0 3px 20px 0 #efefef; }

.icon-addon {
  position: relative;
  color: #4c5667;
  display: block; }
  .icon-addon:after {
    display: table;
    content: "";
    clear: both; }
  .icon-addon:before {
    display: table;
    content: ""; }
  .icon-addon .addon-md .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal; }
  .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal; }

.pill-input-group span:last-child {
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem; }

.pill-input-group span:first-child {
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem; }

/**=====================
     29. Form Input CSS Ends
==========================**/
/**=====================
     28. Radio CSS Start
==========================**/
.forgot-password-web {
  /**=====================
     28. Radio CSS Ends
==========================**/ }
  .forgot-password-web .animate-chk label {
    line-height: 1.6;
    cursor: pointer; }
    .forgot-password-web .animate-chk label:last-child {
      margin-bottom: 0; }
  .forgot-password-web .checkbox_animated {
    cursor: pointer;
    position: relative;
    margin: 0 1rem 0 0; }
    .forgot-password-web .checkbox_animated:before {
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transform: rotate(-45deg) scale(0, 0);
      content: "";
      position: absolute;
      left: 0.25rem;
      top: 0.225rem;
      z-index: 1;
      width: 0.75rem;
      height: 0.375rem;
      border: 2px solid var(--theme-deafult);
      border-top-style: none;
      border-right-style: none; }
    .forgot-password-web .checkbox_animated:after {
      content: "";
      position: absolute;
      top: -0.125rem;
      left: 0;
      width: 1.3rem;
      height: 1.3rem;
      background: #fff;
      border: 2px solid #ecf3fa;
      cursor: pointer; }
    .forgot-password-web .checkbox_animated:checked:before {
      transform: rotate(-45deg) scale(1, 1); }
  .forgot-password-web .radio_animated {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer; }
    .forgot-password-web .radio_animated:before {
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transform: scale(0, 0);
      content: "";
      position: absolute;
      top: 0;
      left: 0.125rem;
      z-index: 1;
      width: 0.75rem;
      height: 0.75rem;
      background: var(--theme-deafult);
      border-radius: 50%; }
    .forgot-password-web .radio_animated:after {
      content: "";
      position: absolute;
      top: -0.25rem;
      left: -0.125rem;
      width: 1.25rem;
      height: 1.25rem;
      background: #fff;
      border: 2px solid #ecf3fa;
      border-radius: 50%; }
    .forgot-password-web .radio_animated:checked:before {
      transform: scale(1, 1); }
  .forgot-password-web .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px; }
    .forgot-password-web .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      margin-left: -16px;
      border: 1px solid #efefef;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .forgot-password-web .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #242934; }
  .forgot-password-web .checkbox input[type="checkbox"] {
    opacity: 0; }
    .forgot-password-web .checkbox input[type="checkbox"]:focus {
      outline-offset: -2px; }
      .forgot-password-web .checkbox input[type="checkbox"]:focus + label::before {
        outline-offset: -2px; }
  .forgot-password-web .checkbox input[type="checkbox"]:checked + label::before {
    font-family: themify;
    content: "\e64c";
    text-align: center;
    line-height: 1.2; }
  .forgot-password-web .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
    .forgot-password-web .checkbox input[type="checkbox"]:disabled + label::before {
      background-color: #f4f4f4;
      cursor: not-allowed; }
  .forgot-password-web .checkbox .checkbox-circle label::before {
    border-radius: 50%; }
  .forgot-password-web .checkbox .checkbox-inline {
    margin-top: 0; }
  .forgot-password-web .m-squar label::before {
    border-radius: 0; }
  .forgot-password-web .m-squar .checkbox-circle label::before {
    border-radius: 50%; }
  .forgot-password-web .m-squar .checkbox-inline {
    margin-top: 0; }
  .forgot-password-web .checkbox-primary label::before {
    border-color: var(--theme-deafult); }
  .forgot-password-web .checkbox-primary input[type="checkbox"]:checked + label::before {
    border-color: var(--theme-deafult);
    color: var(--theme-deafult); }
  .forgot-password-web .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-primary label:before {
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
    color: #fff; }
  .forgot-password-web .checkbox-solid-primary input[type="checkbox"]:checked + label::before {
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
    color: #fff; }
  .forgot-password-web .checkbox-solid-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-primary input[type="radio"] + label::before {
    border-color: var(--theme-deafult); }
  .forgot-password-web .radio-primary input[type="radio"] + label::after {
    background-color: var(--theme-deafult); }
  .forgot-password-web .radio-primary input[type="radio"]:checked + label::before {
    border-color: var(--theme-deafult); }
  .forgot-password-web .radio-primary input[type="radio"]:checked + label::after {
    background-color: var(--theme-deafult); }
  .forgot-password-web .checkbox-secondary label::before {
    border-color: #f73164; }
  .forgot-password-web .checkbox-secondary input[type="checkbox"]:checked + label::before {
    border-color: #f73164;
    color: #f73164; }
  .forgot-password-web .checkbox-secondary input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-secondary label:before {
    background-color: #f73164;
    border-color: #f73164;
    color: #fff; }
  .forgot-password-web .checkbox-solid-secondary input[type="checkbox"]:checked + label::before {
    background-color: #f73164;
    border-color: #f73164;
    color: #fff; }
  .forgot-password-web .checkbox-solid-secondary input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-secondary input[type="radio"] + label::before {
    border-color: #f73164; }
  .forgot-password-web .radio-secondary input[type="radio"] + label::after {
    background-color: #f73164; }
  .forgot-password-web .radio-secondary input[type="radio"]:checked + label::before {
    border-color: #f73164; }
  .forgot-password-web .radio-secondary input[type="radio"]:checked + label::after {
    background-color: #f73164; }
  .forgot-password-web .checkbox-success label::before {
    border-color: #51bb25; }
  .forgot-password-web .checkbox-success input[type="checkbox"]:checked + label::before {
    border-color: #51bb25;
    color: #51bb25; }
  .forgot-password-web .checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-success label:before {
    background-color: #51bb25;
    border-color: #51bb25;
    color: #fff; }
  .forgot-password-web .checkbox-solid-success input[type="checkbox"]:checked + label::before {
    background-color: #51bb25;
    border-color: #51bb25;
    color: #fff; }
  .forgot-password-web .checkbox-solid-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-success input[type="radio"] + label::before {
    border-color: #51bb25; }
  .forgot-password-web .radio-success input[type="radio"] + label::after {
    background-color: #51bb25; }
  .forgot-password-web .radio-success input[type="radio"]:checked + label::before {
    border-color: #51bb25; }
  .forgot-password-web .radio-success input[type="radio"]:checked + label::after {
    background-color: #51bb25; }
  .forgot-password-web .checkbox-danger label::before {
    border-color: #dc3545; }
  .forgot-password-web .checkbox-danger input[type="checkbox"]:checked + label::before {
    border-color: #dc3545;
    color: #dc3545; }
  .forgot-password-web .checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-danger label:before {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff; }
  .forgot-password-web .checkbox-solid-danger input[type="checkbox"]:checked + label::before {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff; }
  .forgot-password-web .checkbox-solid-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-danger input[type="radio"] + label::before {
    border-color: #dc3545; }
  .forgot-password-web .radio-danger input[type="radio"] + label::after {
    background-color: #dc3545; }
  .forgot-password-web .radio-danger input[type="radio"]:checked + label::before {
    border-color: #dc3545; }
  .forgot-password-web .radio-danger input[type="radio"]:checked + label::after {
    background-color: #dc3545; }
  .forgot-password-web .checkbox-info label::before {
    border-color: #a927f9; }
  .forgot-password-web .checkbox-info input[type="checkbox"]:checked + label::before {
    border-color: #a927f9;
    color: #a927f9; }
  .forgot-password-web .checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-info label:before {
    background-color: #a927f9;
    border-color: #a927f9;
    color: #fff; }
  .forgot-password-web .checkbox-solid-info input[type="checkbox"]:checked + label::before {
    background-color: #a927f9;
    border-color: #a927f9;
    color: #fff; }
  .forgot-password-web .checkbox-solid-info input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-info input[type="radio"] + label::before {
    border-color: #a927f9; }
  .forgot-password-web .radio-info input[type="radio"] + label::after {
    background-color: #a927f9; }
  .forgot-password-web .radio-info input[type="radio"]:checked + label::before {
    border-color: #a927f9; }
  .forgot-password-web .radio-info input[type="radio"]:checked + label::after {
    background-color: #a927f9; }
  .forgot-password-web .checkbox-light label::before {
    border-color: #f4f4f4; }
  .forgot-password-web .checkbox-light input[type="checkbox"]:checked + label::before {
    border-color: #f4f4f4;
    color: #f4f4f4; }
  .forgot-password-web .checkbox-light input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-light label:before {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #fff; }
  .forgot-password-web .checkbox-solid-light input[type="checkbox"]:checked + label::before {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #fff; }
  .forgot-password-web .checkbox-solid-light input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-light input[type="radio"] + label::before {
    border-color: #f4f4f4; }
  .forgot-password-web .radio-light input[type="radio"] + label::after {
    background-color: #f4f4f4; }
  .forgot-password-web .radio-light input[type="radio"]:checked + label::before {
    border-color: #f4f4f4; }
  .forgot-password-web .radio-light input[type="radio"]:checked + label::after {
    background-color: #f4f4f4; }
  .forgot-password-web .checkbox-dark label::before {
    border-color: #2c323f; }
  .forgot-password-web .checkbox-dark input[type="checkbox"]:checked + label::before {
    border-color: #2c323f;
    color: #2c323f; }
  .forgot-password-web .checkbox-dark input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-dark label:before {
    background-color: #2c323f;
    border-color: #2c323f;
    color: #fff; }
  .forgot-password-web .checkbox-solid-dark input[type="checkbox"]:checked + label::before {
    background-color: #2c323f;
    border-color: #2c323f;
    color: #fff; }
  .forgot-password-web .checkbox-solid-dark input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-dark input[type="radio"] + label::before {
    border-color: #2c323f; }
  .forgot-password-web .radio-dark input[type="radio"] + label::after {
    background-color: #2c323f; }
  .forgot-password-web .radio-dark input[type="radio"]:checked + label::before {
    border-color: #2c323f; }
  .forgot-password-web .radio-dark input[type="radio"]:checked + label::after {
    background-color: #2c323f; }
  .forgot-password-web .checkbox-warning label::before {
    border-color: #f8d62b; }
  .forgot-password-web .checkbox-warning input[type="checkbox"]:checked + label::before {
    border-color: #f8d62b;
    color: #f8d62b; }
  .forgot-password-web .checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .checkbox-solid-warning label:before {
    background-color: #f8d62b;
    border-color: #f8d62b;
    color: #fff; }
  .forgot-password-web .checkbox-solid-warning input[type="checkbox"]:checked + label::before {
    background-color: #f8d62b;
    border-color: #f8d62b;
    color: #fff; }
  .forgot-password-web .checkbox-solid-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .forgot-password-web .radio-warning input[type="radio"] + label::before {
    border-color: #f8d62b; }
  .forgot-password-web .radio-warning input[type="radio"] + label::after {
    background-color: #f8d62b; }
  .forgot-password-web .radio-warning input[type="radio"]:checked + label::before {
    border-color: #f8d62b; }
  .forgot-password-web .radio-warning input[type="radio"]:checked + label::after {
    background-color: #f8d62b; }
  .forgot-password-web .m-checkbox-inline .checkbox {
    display: inline-block; }
  .forgot-password-web .m-checkbox-inline .radio {
    display: inline-block; }
  .forgot-password-web .m-checkbox-inline label {
    margin-right: 20px; }
  .forgot-password-web .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    cursor: pointer; }
    .forgot-password-web .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #efefef;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .forgot-password-web .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 9px;
      height: 9px;
      left: 5px;
      top: 5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #898989;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .forgot-password-web .radio input[type="radio"] {
    opacity: 0; }
    .forgot-password-web .radio input[type="radio"]:focus + label::before {
      outline-offset: -2px; }
    .forgot-password-web .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .forgot-password-web .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .forgot-password-web .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .forgot-password-web .radio .radio-inline {
    margin-top: 0; }

/**=====================
    25. Authentication CSS Start
==========================**/
.forgot-password-web .login-card {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(134.89deg, #494DF4 -11.91%, #9FBEAF 100%);
  background-position: center;
  padding: 30px 12px; }
  .forgot-password-web .login-card .logo {
    display: block;
    margin-bottom: 30px;
    text-align: center; }
  .forgot-password-web .login-card .btn-showcase .btn {
    line-height: 1;
    padding: 10px 15px;
    margin: 0; }
    .forgot-password-web .login-card .btn-showcase .btn + .btn {
      margin-left: 5px; }
    .forgot-password-web .login-card .btn-showcase .btn svg {
      height: 16px;
      vertical-align: bottom; }
  .forgot-password-web .login-card .login-main {
    width: 436px;
    padding: 33px;
    border-radius: 18px;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    margin: 0 auto;
    background-color: #fff; }
    .forgot-password-web .login-card .login-main .theme-form h4 {
      margin-bottom: 5px; }
    .forgot-password-web .login-card .login-main .theme-form label {
      font-size: 15px;
      letter-spacing: 0.4px; }
    .forgot-password-web .login-card .login-main .theme-form .checkbox label::before {
      background-color: #f9f9fa;
      border: 1px solid #dfdfdf; }
    .forgot-password-web .login-card .login-main .theme-form .or {
      position: relative; }
      .forgot-password-web .login-card .login-main .theme-form .or:before {
        content: "";
        position: absolute;
        width: 65%;
        height: 2px;
        background-color: #f3f3ff;
        top: 9px;
        z-index: 0;
        right: 0; }
    .forgot-password-web .login-card .login-main .theme-form input {
      background-color: #f3f3ff;
      transition: all 0.3s ease; }
      .forgot-password-web .login-card .login-main .theme-form input::-webkit-input-placeholder {
        color: #999999; }
      .forgot-password-web .login-card .login-main .theme-form input:hover, .forgot-password-web .login-card .login-main .theme-form input:focus {
        border: 1px solid #b9c1cc;
        box-shadow: none !important;
        transition: all 0.3s ease; }
    .forgot-password-web .login-card .login-main .theme-form input.otp-form {
      border: none;
      border-bottom: 2px solid #494df4;
      box-shadow: none !important;
      transition: all 0.3s ease;
      border-radius: 0 !important;
      font-size: 30px;
      background-color: #ffff; }
      .forgot-password-web .login-card .login-main .theme-form input.otp-form::-webkit-input-placeholder {
        color: #999999; }
      .forgot-password-web .login-card .login-main .theme-form input.otp-form:hover, .forgot-password-web .login-card .login-main .theme-form input.otp-form:focus {
        border: none;
        border-bottom: 4px solid #494df4;
        box-shadow: none !important;
        transition: all 0.3s ease; }
    .forgot-password-web .login-card .login-main .theme-form .form-group {
      margin-bottom: 10px;
      position: relative; }
    .forgot-password-web .login-card .login-main .theme-form .link {
      position: absolute;
      top: 10px;
      right: 0; }
  @media (max-width: 600px) {
    .forgot-password-web .login-card {
      min-height: 70vh; } }

.forgot-password-web .show-hide {
  position: absolute;
  top: 52px;
  right: 20px;
  transform: translateY(-50%); }
  .forgot-password-web .show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: var(--theme-deafult); }
    .forgot-password-web .show-hide span.show:before {
      content: "tampilkan"; }
    .forgot-password-web .show-hide span:before {
      content: "sembunyikan"; }

.forgot-password-web .needs-validation .invalid-feedback {
  color: #898989; }

.forgot-password-web .needs-validation .show-hide {
  right: 30px; }

.forgot-password-web .needs-validation .invalid-tooltip {
  top: 10px;
  right: 10px; }

/**=====================
    25. Authentication CSS Ends
==========================**/
@font-face {
  font-family: 'themify';
  src: url("fonts/themify/themify.eot?-fvbane");
  src: url("fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("fonts/themify/themify.woff?-fvbane") format("woff"), url("fonts/themify//themify.ttf?-fvbane") format("truetype"), url("fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

a [class^="icon-"], a [class*=" icon-"] {
  display: inline; }

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: .28571em; }

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eee; }

.icon-light {
  color: #fff; }

.icon-dark {
  color: #333; }

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: .3em; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

a .icon-stack, a .icon-spin {
  display: inline-block;
  text-decoration: none; }

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

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

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.icon-wand:before {
  content: "\e600"; }

.icon-volume:before {
  content: "\e601"; }

.icon-user:before {
  content: "\e602"; }

.icon-unlock:before {
  content: "\e603"; }

.icon-unlink:before {
  content: "\e604"; }

.icon-trash:before {
  content: "\e605"; }

.icon-thought:before {
  content: "\e606"; }

.icon-target:before {
  content: "\e607"; }

.icon-tag:before {
  content: "\e608"; }

.icon-tablet:before {
  content: "\e609"; }

.icon-star:before {
  content: "\e60a"; }

.icon-spray:before {
  content: "\e60b"; }

.icon-signal:before {
  content: "\e60c"; }

.icon-shopping-cart:before {
  content: "\e60d"; }

.icon-shopping-cart-full:before {
  content: "\e60e"; }

.icon-settings:before {
  content: "\e60f"; }

.icon-search:before {
  content: "\e610"; }

.icon-zoom-in:before {
  content: "\e611"; }

.icon-zoom-out:before {
  content: "\e612"; }

.icon-cut:before {
  content: "\e613"; }

.icon-ruler:before {
  content: "\e614"; }

.icon-ruler-pencil:before {
  content: "\e615"; }

.icon-ruler-alt:before {
  content: "\e616"; }

.icon-bookmark:before {
  content: "\e617"; }

.icon-bookmark-alt:before {
  content: "\e618"; }

.icon-reload:before {
  content: "\e619"; }

.icon-plus:before {
  content: "\e61a"; }

.icon-pin:before {
  content: "\e61b"; }

.icon-pencil:before {
  content: "\e61c"; }

.icon-pencil-alt:before {
  content: "\e61d"; }

.icon-paint-roller:before {
  content: "\e61e"; }

.icon-paint-bucket:before {
  content: "\e61f"; }

.icon-na:before {
  content: "\e620"; }

.icon-mobile:before {
  content: "\e621"; }

.icon-minus:before {
  content: "\e622"; }

.icon-medall:before {
  content: "\e623"; }

.icon-medall-alt:before {
  content: "\e624"; }

.icon-marker:before {
  content: "\e625"; }

.icon-marker-alt:before {
  content: "\e626"; }

.icon-arrow-up:before {
  content: "\e627"; }

.icon-arrow-right:before {
  content: "\e628"; }

.icon-arrow-left:before {
  content: "\e629"; }

.icon-arrow-down:before {
  content: "\e62a"; }

.icon-lock:before {
  content: "\e62b"; }

.icon-location-arrow:before {
  content: "\e62c"; }

.icon-link:before {
  content: "\e62d"; }

.icon-layout:before {
  content: "\e62e"; }

.icon-layers:before {
  content: "\e62f"; }

.icon-layers-alt:before {
  content: "\e630"; }

.icon-key:before {
  content: "\e631"; }

.icon-import:before {
  content: "\e632"; }

.icon-image:before {
  content: "\e633"; }

.icon-heart:before {
  content: "\e634"; }

.icon-heart-broken:before {
  content: "\e635"; }

.icon-hand-stop:before {
  content: "\e636"; }

.icon-hand-open:before {
  content: "\e637"; }

.icon-hand-drag:before {
  content: "\e638"; }

.icon-folder:before {
  content: "\e639"; }

.icon-flag:before {
  content: "\e63a"; }

.icon-flag-alt:before {
  content: "\e63b"; }

.icon-flag-alt-2:before {
  content: "\e63c"; }

.icon-eye:before {
  content: "\e63d"; }

.icon-export:before {
  content: "\e63e"; }

.icon-exchange-vertical:before {
  content: "\e63f"; }

.icon-desktop:before {
  content: "\e640"; }

.icon-cup:before {
  content: "\e641"; }

.icon-crown:before {
  content: "\e642"; }

.icon-comments:before {
  content: "\e643"; }

.icon-comment:before {
  content: "\e644"; }

.icon-comment-alt:before {
  content: "\e645"; }

.icon-close:before {
  content: "\e646"; }

.icon-clip:before {
  content: "\e647"; }

.icon-angle-up:before {
  content: "\e648"; }

.icon-angle-right:before {
  content: "\e649"; }

.icon-angle-left:before {
  content: "\e64a"; }

.icon-angle-down:before {
  content: "\e64b"; }

.icon-check:before {
  content: "\e64c"; }

.icon-check-box:before {
  content: "\e64d"; }

.icon-camera:before {
  content: "\e64e"; }

.icon-announcement:before {
  content: "\e64f"; }

.icon-brush:before {
  content: "\e650"; }

.icon-briefcase:before {
  content: "\e651"; }

.icon-bolt:before {
  content: "\e652"; }

.icon-bolt-alt:before {
  content: "\e653"; }

.icon-blackboard:before {
  content: "\e654"; }

.icon-bag:before {
  content: "\e655"; }

.icon-move:before {
  content: "\e656"; }

.icon-arrows-vertical:before {
  content: "\e657"; }

.icon-arrows-horizontal:before {
  content: "\e658"; }

.icon-fullscreen:before {
  content: "\e659"; }

.icon-arrow-top-right:before {
  content: "\e65a"; }

.icon-arrow-top-left:before {
  content: "\e65b"; }

.icon-arrow-circle-up:before {
  content: "\e65c"; }

.icon-arrow-circle-right:before {
  content: "\e65d"; }

.icon-arrow-circle-left:before {
  content: "\e65e"; }

.icon-arrow-circle-down:before {
  content: "\e65f"; }

.icon-angle-double-up:before {
  content: "\e660"; }

.icon-angle-double-right:before {
  content: "\e661"; }

.icon-angle-double-left:before {
  content: "\e662"; }

.icon-angle-double-down:before {
  content: "\e663"; }

.icon-zip:before {
  content: "\e664"; }

.icon-world:before {
  content: "\e665"; }

.icon-wheelchair:before {
  content: "\e666"; }

.icon-view-list:before {
  content: "\e667"; }

.icon-view-list-alt:before {
  content: "\e668"; }

.icon-view-grid:before {
  content: "\e669"; }

.icon-uppercase:before {
  content: "\e66a"; }

.icon-upload:before {
  content: "\e66b"; }

.icon-underline:before {
  content: "\e66c"; }

.icon-truck:before {
  content: "\e66d"; }

.icon-timer:before {
  content: "\e66e"; }

.icon-ticket:before {
  content: "\e66f"; }

.icon-thumb-up:before {
  content: "\e670"; }

.icon-thumb-down:before {
  content: "\e671"; }

.icon-text:before {
  content: "\e672"; }

.icon-stats-up:before {
  content: "\e673"; }

.icon-stats-down:before {
  content: "\e674"; }

.icon-split-v:before {
  content: "\e675"; }

.icon-split-h:before {
  content: "\e676"; }

.icon-smallcap:before {
  content: "\e677"; }

.icon-shine:before {
  content: "\e678"; }

.icon-shift-right:before {
  content: "\e679"; }

.icon-shift-left:before {
  content: "\e67a"; }

.icon-shield:before {
  content: "\e67b"; }

.icon-notepad:before {
  content: "\e67c"; }

.icon-server:before {
  content: "\e67d"; }

.icon-quote-right:before {
  content: "\e67e"; }

.icon-quote-left:before {
  content: "\e67f"; }

.icon-pulse:before {
  content: "\e680"; }

.icon-printer:before {
  content: "\e681"; }

.icon-power-off:before {
  content: "\e682"; }

.icon-plug:before {
  content: "\e683"; }

.icon-pie-chart:before {
  content: "\e684"; }

.icon-paragraph:before {
  content: "\e685"; }

.icon-panel:before {
  content: "\e686"; }

.icon-package:before {
  content: "\e687"; }

.icon-music:before {
  content: "\e688"; }

.icon-music-alt:before {
  content: "\e689"; }

.icon-mouse:before {
  content: "\e68a"; }

.icon-mouse-alt:before {
  content: "\e68b"; }

.icon-money:before {
  content: "\e68c"; }

.icon-microphone:before {
  content: "\e68d"; }

.icon-menu:before {
  content: "\e68e"; }

.icon-menu-alt:before {
  content: "\e68f"; }

.icon-map:before {
  content: "\e690"; }

.icon-map-alt:before {
  content: "\e691"; }

.icon-loop:before {
  content: "\e692"; }

.icon-location-pin:before {
  content: "\e693"; }

.icon-list:before {
  content: "\e694"; }

.icon-light-bulb:before {
  content: "\e695"; }

.icon-Italic:before {
  content: "\e696"; }

.icon-info:before {
  content: "\e697"; }

.icon-infinite:before {
  content: "\e698"; }

.icon-id-badge:before {
  content: "\e699"; }

.icon-hummer:before {
  content: "\e69a"; }

.icon-home:before {
  content: "\e69b"; }

.icon-help:before {
  content: "\e69c"; }

.icon-headphone:before {
  content: "\e69d"; }

.icon-harddrives:before {
  content: "\e69e"; }

.icon-harddrive:before {
  content: "\e69f"; }

.icon-gift:before {
  content: "\e6a0"; }

.icon-game:before {
  content: "\e6a1"; }

.icon-filter:before {
  content: "\e6a2"; }

.icon-files:before {
  content: "\e6a3"; }

.icon-file:before {
  content: "\e6a4"; }

.icon-eraser:before {
  content: "\e6a5"; }

.icon-envelope:before {
  content: "\e6a6"; }

.icon-download:before {
  content: "\e6a7"; }

.icon-direction:before {
  content: "\e6a8"; }

.icon-direction-alt:before {
  content: "\e6a9"; }

.icon-dashboard:before {
  content: "\e6aa"; }

.icon-control-stop:before {
  content: "\e6ab"; }

.icon-control-shuffle:before {
  content: "\e6ac"; }

.icon-control-play:before {
  content: "\e6ad"; }

.icon-control-pause:before {
  content: "\e6ae"; }

.icon-control-forward:before {
  content: "\e6af"; }

.icon-control-backward:before {
  content: "\e6b0"; }

.icon-cloud:before {
  content: "\e6b1"; }

.icon-cloud-up:before {
  content: "\e6b2"; }

.icon-cloud-down:before {
  content: "\e6b3"; }

.icon-clipboard:before {
  content: "\e6b4"; }

.icon-car:before {
  content: "\e6b5"; }

.icon-calendar:before {
  content: "\e6b6"; }

.icon-book:before {
  content: "\e6b7"; }

.icon-bell:before {
  content: "\e6b8"; }

.icon-basketball:before {
  content: "\e6b9"; }

.icon-bar-chart:before {
  content: "\e6ba"; }

.icon-bar-chart-alt:before {
  content: "\e6bb"; }

.icon-back-right:before {
  content: "\e6bc"; }

.icon-back-left:before {
  content: "\e6bd"; }

.icon-arrows-corner:before {
  content: "\e6be"; }

.icon-archive:before {
  content: "\e6bf"; }

.icon-anchor:before {
  content: "\e6c0"; }

.icon-align-right:before {
  content: "\e6c1"; }

.icon-align-left:before {
  content: "\e6c2"; }

.icon-align-justify:before {
  content: "\e6c3"; }

.icon-align-center:before {
  content: "\e6c4"; }

.icon-alert:before {
  content: "\e6c5"; }

.icon-alarm-clock:before {
  content: "\e6c6"; }

.icon-agenda:before {
  content: "\e6c7"; }

.icon-write:before {
  content: "\e6c8"; }

.icon-window:before {
  content: "\e6c9"; }

.icon-widgetized:before {
  content: "\e6ca"; }

.icon-widget:before {
  content: "\e6cb"; }

.icon-widget-alt:before {
  content: "\e6cc"; }

.icon-wallet:before {
  content: "\e6cd"; }

.icon-video-clapper:before {
  content: "\e6ce"; }

.icon-video-camera:before {
  content: "\e6cf"; }

.icon-vector:before {
  content: "\e6d0"; }

.icon-themify-logo:before {
  content: "\e6d1"; }

.icon-themify-favicon:before {
  content: "\e6d2"; }

.icon-themify-favicon-alt:before {
  content: "\e6d3"; }

.icon-support:before {
  content: "\e6d4"; }

.icon-stamp:before {
  content: "\e6d5"; }

.icon-split-v-alt:before {
  content: "\e6d6"; }

.icon-slice:before {
  content: "\e6d7"; }

.icon-shortcode:before {
  content: "\e6d8"; }

.icon-shift-right-alt:before {
  content: "\e6d9"; }

.icon-shift-left-alt:before {
  content: "\e6da"; }

.icon-ruler-alt-2:before {
  content: "\e6db"; }

.icon-receipt:before {
  content: "\e6dc"; }

.icon-pin2:before {
  content: "\e6dd"; }

.icon-pin-alt:before {
  content: "\e6de"; }

.icon-pencil-alt2:before {
  content: "\e6df"; }

.icon-palette:before {
  content: "\e6e0"; }

.icon-more:before {
  content: "\e6e1"; }

.icon-more-alt:before {
  content: "\e6e2"; }

.icon-microphone-alt:before {
  content: "\e6e3"; }

.icon-magnet:before {
  content: "\e6e4"; }

.icon-line-double:before {
  content: "\e6e5"; }

.icon-line-dotted:before {
  content: "\e6e6"; }

.icon-line-dashed:before {
  content: "\e6e7"; }

.icon-layout-width-full:before {
  content: "\e6e8"; }

.icon-layout-width-default:before {
  content: "\e6e9"; }

.icon-layout-width-default-alt:before {
  content: "\e6ea"; }

.icon-layout-tab:before {
  content: "\e6eb"; }

.icon-layout-tab-window:before {
  content: "\e6ec"; }

.icon-layout-tab-v:before {
  content: "\e6ed"; }

.icon-layout-tab-min:before {
  content: "\e6ee"; }

.icon-layout-slider:before {
  content: "\e6ef"; }

.icon-layout-slider-alt:before {
  content: "\e6f0"; }

.icon-layout-sidebar-right:before {
  content: "\e6f1"; }

.icon-layout-sidebar-none:before {
  content: "\e6f2"; }

.icon-layout-sidebar-left:before {
  content: "\e6f3"; }

.icon-layout-placeholder:before {
  content: "\e6f4"; }

.icon-layout-menu:before {
  content: "\e6f5"; }

.icon-layout-menu-v:before {
  content: "\e6f6"; }

.icon-layout-menu-separated:before {
  content: "\e6f7"; }

.icon-layout-menu-full:before {
  content: "\e6f8"; }

.icon-layout-media-right-alt:before {
  content: "\e6f9"; }

.icon-layout-media-right:before {
  content: "\e6fa"; }

.icon-layout-media-overlay:before {
  content: "\e6fb"; }

.icon-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.icon-layout-media-left-alt:before {
  content: "\e6fe"; }

.icon-layout-media-left:before {
  content: "\e6ff"; }

.icon-layout-media-center-alt:before {
  content: "\e700"; }

.icon-layout-media-center:before {
  content: "\e701"; }

.icon-layout-list-thumb:before {
  content: "\e702"; }

.icon-layout-list-thumb-alt:before {
  content: "\e703"; }

.icon-layout-list-post:before {
  content: "\e704"; }

.icon-layout-list-large-image:before {
  content: "\e705"; }

.icon-layout-line-solid:before {
  content: "\e706"; }

.icon-layout-grid4:before {
  content: "\e707"; }

.icon-layout-grid3:before {
  content: "\e708"; }

.icon-layout-grid2:before {
  content: "\e709"; }

.icon-layout-grid2-thumb:before {
  content: "\e70a"; }

.icon-layout-cta-right:before {
  content: "\e70b"; }

.icon-layout-cta-left:before {
  content: "\e70c"; }

.icon-layout-cta-center:before {
  content: "\e70d"; }

.icon-layout-cta-btn-right:before {
  content: "\e70e"; }

.icon-layout-cta-btn-left:before {
  content: "\e70f"; }

.icon-layout-column4:before {
  content: "\e710"; }

.icon-layout-column3:before {
  content: "\e711"; }

.icon-layout-column2:before {
  content: "\e712"; }

.icon-layout-accordion-separated:before {
  content: "\e713"; }

.icon-layout-accordion-merged:before {
  content: "\e714"; }

.icon-layout-accordion-list:before {
  content: "\e715"; }

.icon-ink-pen:before {
  content: "\e716"; }

.icon-info-alt:before {
  content: "\e717"; }

.icon-help-alt:before {
  content: "\e718"; }

.icon-headphone-alt:before {
  content: "\e719"; }

.icon-hand-point-up:before {
  content: "\e71a"; }

.icon-hand-point-right:before {
  content: "\e71b"; }

.icon-hand-point-left:before {
  content: "\e71c"; }

.icon-hand-point-down:before {
  content: "\e71d"; }

.icon-gallery:before {
  content: "\e71e"; }

.icon-face-smile:before {
  content: "\e71f"; }

.icon-face-sad:before {
  content: "\e720"; }

.icon-credit-card:before {
  content: "\e721"; }

.icon-control-skip-forward:before {
  content: "\e722"; }

.icon-control-skip-backward:before {
  content: "\e723"; }

.icon-control-record:before {
  content: "\e724"; }

.icon-control-eject:before {
  content: "\e725"; }

.icon-comments-smiley:before {
  content: "\e726"; }

.icon-brush-alt:before {
  content: "\e727"; }

.icon-youtube:before {
  content: "\e728"; }

.icon-vimeo:before {
  content: "\e729"; }

.icon-twitter:before {
  content: "\e72a"; }

.icon-time:before {
  content: "\e72b"; }

.icon-tumblr:before {
  content: "\e72c"; }

.icon-skype:before {
  content: "\e72d"; }

.icon-share:before {
  content: "\e72e"; }

.icon-share-alt:before {
  content: "\e72f"; }

.icon-rocket:before {
  content: "\e730"; }

.icon-pinterest:before {
  content: "\e731"; }

.icon-new-window:before {
  content: "\e732"; }

.icon-microsoft:before {
  content: "\e733"; }

.icon-list-ol:before {
  content: "\e734"; }

.icon-linkedin:before {
  content: "\e735"; }

.icon-layout-sidebar-2:before {
  content: "\e736"; }

.icon-layout-grid4-alt:before {
  content: "\e737"; }

.icon-layout-grid3-alt:before {
  content: "\e738"; }

.icon-layout-grid2-alt:before {
  content: "\e739"; }

.icon-layout-column4-alt:before {
  content: "\e73a"; }

.icon-layout-column3-alt:before {
  content: "\e73b"; }

.icon-layout-column2-alt:before {
  content: "\e73c"; }

.icon-instagram:before {
  content: "\e73d"; }

.icon-google:before {
  content: "\e73e"; }

.icon-github:before {
  content: "\e73f"; }

.icon-flickr:before {
  content: "\e740"; }

.icon-facebook:before {
  content: "\e741"; }

.icon-dropbox:before {
  content: "\e742"; }

.icon-dribbble:before {
  content: "\e743"; }

.icon-apple:before {
  content: "\e744"; }

.icon-android:before {
  content: "\e745"; }

.icon-save:before {
  content: "\e746"; }

.icon-save-alt:before {
  content: "\e747"; }

.icon-yahoo:before {
  content: "\e748"; }

.icon-wordpress:before {
  content: "\e749"; }

.icon-vimeo-alt:before {
  content: "\e74a"; }

.icon-twitter-alt:before {
  content: "\e74b"; }

.icon-tumblr-alt:before {
  content: "\e74c"; }

.icon-trello:before {
  content: "\e74d"; }

.icon-stack-overflow:before {
  content: "\e74e"; }

.icon-soundcloud:before {
  content: "\e74f"; }

.icon-sharethis:before {
  content: "\e750"; }

.icon-sharethis-alt:before {
  content: "\e751"; }

.icon-reddit:before {
  content: "\e752"; }

.icon-pinterest-alt:before {
  content: "\e753"; }

.icon-microsoft-alt:before {
  content: "\e754"; }

.icon-linux:before {
  content: "\e755"; }

.icon-jsfiddle:before {
  content: "\e756"; }

.icon-joomla:before {
  content: "\e757"; }

.icon-html5:before {
  content: "\e758"; }

.icon-flickr-alt:before {
  content: "\e759"; }

.icon-email:before {
  content: "\e75a"; }

.icon-drupal:before {
  content: "\e75b"; }

.icon-dropbox-alt:before {
  content: "\e75c"; }

.icon-css3:before {
  content: "\e75d"; }

.icon-rss:before {
  content: "\e75e"; }

.icon-rss-alt:before {
  content: "\e75f"; }

.jsgrid-filter-row select, .jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px solid #f2f4ff;
  background: #fff; }

.popover {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(115, 102, 255, 0.1);
  box-shadow: 0 0 20px rgba(115, 102, 255, 0.1); }
  .popover .popover-header {
    background-color: #eae8ff;
    color: #7366ff;
    border-bottom: none; }
  .popover .popover-body {
    color: rgba(43, 43, 43, 0.7); }

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #eae8ff; }

.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #eae8ff;
  border-top-color: transparent; }

.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #eae8ff;
  border-top-color: transparent; }

.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #eae8ff;
  border-top-color: transparent; }

.tooltip .tooltip-inner {
  background-color: #eae8ff;
  color: #7366ff; }

.tooltip .tooltip-arrow:before {
  border-top-color: #eae8ff; }

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px solid #efefef;
  background: #fff; }
  .dropdown-basic .dropdown .dropdown-content a:hover {
    background-color: #fff; }

.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 8px 16px;
  font-weight: 400;
  color: #2c323f;
  font-size: 13px; }

.dropdown-basic .dropup .dropup-content {
  top: auto; }

.default-according .card .card-header {
  padding: 0;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn {
    border-color: transparent; }
  .default-according .card .card-header i {
    position: initial;
    font-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px; }
  .default-according .card .card-header h5 {
    margin-top: 0; }
  .default-according .card .card-header .btn-link {
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    letter-spacing: 0.7px;
    font-family: Roboto;
    border: 1px solid #efefef;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.default-according .card .card-body {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 13px;
  border-color: #efefef;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #2c323f; }

.nav-tabs {
  border-bottom-color: #efefef; }
  .nav-tabs .nav-bottom .nav-item .nav-link.active {
    border-color: #efefef; }

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500; }

.nav-tabs .nav-link {
  color: #2c323f; }
  .nav-tabs .nav-link.active {
    font-weight: 500; }

.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: #ecf3fa #ecf3fa #fff; }

.dropdown-menu {
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0; }
  .dropdown-menu .dropdown-item {
    color: #2b2b2b;
    opacity: 0.6;
    font-size: 13px;
    padding: 6px 12px;
    border-top: 1px solid #efefef;
    background: #fff; }
    .dropdown-menu .dropdown-item:hover {
      background-color: #fff; }
  .dropdown-menu .dropdown-divider {
    margin: 0;
    border-top: 1px solid #cccccc; }

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #7366ff; }

.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid #7366ff; }

.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #7366ff; }

.tabbed-card .nav-tabs .nav-item .nav-link {
  top: 17px; }

.timeliny .timeliny-dot::before {
  font-size: 18px; }

.form-builder-header-1, .form-builder-2-header {
  background-color: #f7f6ff; }
  .form-builder-header-1 .nav-primary .nav-link, .form-builder-2-header .nav-primary .nav-link {
    color: #2c323f;
    font-weight: 400; }
    .form-builder-header-1 .nav-primary .nav-link.active, .form-builder-2-header .nav-primary .nav-link.active {
      color: #fff; }
  .form-builder-header-1 h6, .form-builder-2-header h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 36px; }

.component .input-group .btn {
  line-height: 32px;
  text-transform: capitalize; }

.form-builder .drag-box fieldset {
  margin-top: 0; }

.login-card .login-main .theme-form label {
  font-size: 14px; }

.login-card .login-main .theme-form .show-hide {
  top: 50%; }

.faq-accordion .card .btn-link svg {
  margin-left: 20px; }

.job-filter .faq-form .form-control {
  font-size: 14px; }

.job-filter .faq-form .search-icon {
  width: 16px;
  height: 16px; }

.forgot-password-web .ga__hero__image {
  background-image: url("/o/axa-magi-public-theme/images/banner-login.png");
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }

.forgot-password-web .ga__footer {
  min-height: 18.3rem;
  width: 100%;
  bottom: 0%;
  color: #fff;
  background: #4976BA; }

.forgot-password-web [name="forgot-password"] {
  float: right;
  margin-top: 10px; }

.forgot-password-web .front_emma_icon {
  width: 350px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; }

.forgot-password-web .front_emma_logo {
  min-width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; }

.forgot-password-web .header-login-mobile {
  display: none; }

.forgot-password-web .logo_emma_login {
  display: flex;
  justify-content: center;
  position: relative; }
  .forgot-password-web .logo_emma_login img {
    position: absolute;
    bottom: 20px; }

@media (max-width: 600px) {
  .forgot-password-web .front_emma_icon {
    width: 270px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 40px 40px 60px; }
  .forgot-password-web .logo_emma_login {
    display: none; }
  .forgot-password-web .header-login-mobile {
    display: block;
    width: 70px;
    height: auto;
    padding: 10px; } }

div.alert {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: auto;
  z-index: 1; }