@charset "UTF-8";
:root {
  --scrm-theme-primary: #FBAD2C;
  --scrm-theme-secondary: #00578f;
  --scrm-theme-font-size: 16px;
  --mdc-theme-primary: #FBAD2C;
  --mdc-theme-secondary: #00578f;
  --mdc-theme-background: #fff;
  --mdc-theme-surface: #fff;
  --mdc-theme-on-primary: #fff;
  --mdc-theme-on-secondary: #fff;
  --mdc-theme-on-surface: #000;
  --mdc-layout-grid-margin-desktop: 16px;
  --mdc-layout-grid-gutter-desktop: 16px;
}

.i-crm {
  color: #FBAD2C;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.i-crm-blue {
  color: #017AC9;
}

.h-title {
  color: #4A4A4A;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}

/* header section */
.h-section {
  padding: 8px 0;
}

.h-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.h-item-right {
  text-align: right;
}

.ft-panel {
  background-color: #F4F5F7;
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-content {
  flex: 1;
}

.ft-item-panel {
  display: flex;
  flex-direction: row;
}

.ft-item-text {
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  flex: 1;
  align-self: center;
  text-align: center;
}

.rg-create-new-account {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.rg-field-title {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.rg-field-label {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

.rg-card-content {
  padding: 32px;
}

.rg-card-actions-button-fluid {
  flex: 1;
}

.rg-terms-conditions-text {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 32px;
}

.rg-terms-conditions-text li {
  padding-left: 8px;
}

.rg-agree-panel {
  position: relative;
  padding-bottom: var(--mdc-layout-grid-gutter-desktop, 16px);
  padding-right: 32px;
}

.rg-agree-text {
  cursor: pointer;
}

.rg-arrow-forward-material {
  position: absolute;
  right: -16px;
  top: -8px;
}

.rg-agree-checkbox {
  margin-left: -12px;
  vertical-align: middle;
  margin-top: -5px;
}

.rg-input {
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  outline: none;
  width: 100%;
  height: 40px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: var(--mdc-layout-grid-gutter-desktop, 16px);
  padding-right: var(--mdc-layout-grid-gutter-desktop, 16px);
  transition: all 0.3s ease-in-out;
}
.rg-input:hover, .rg-input:active, .rg-input:focus, .rg-input.active {
  border: 1px solid var(--scrm-theme-secondary, #017AC9);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.rg-input.disabled {
  cursor: not-allowed;
}
.rg-input[disabled], .rg-input[readonly] {
  background-color: #f5f5f5;
}
.rg-input[disabled]:hover, .rg-input[disabled]:active, .rg-input[disabled]:focus, .rg-input[disabled].active, .rg-input[readonly]:hover, .rg-input[readonly]:active, .rg-input[readonly]:focus, .rg-input[readonly].active {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.rg-input-error {
  border: 1px solid #FF5722;
}
.rg-input-error:hover, .rg-input-error:active, .rg-input-error:focus {
  border: 1px solid #FF5722;
}

.rg-form-error-message {
  color: #FF5722;
  font-size: 14px;
}

.rg-input-icon-panel {
  position: relative;
}

.rg-input-icon {
  position: absolute;
  top: 8px;
  right: 8px;
}
.rg-input-icon-error {
  color: #FF5722;
}
.rg-input-icon-success {
  color: var(--scrm-theme-secondary, #017AC9);
}

.mg-l-no {
  margin-left: 0px !important;
}

.mg-l-xs {
  margin-left: 4px !important;
}

.mg-l-sm {
  margin-left: 8px !important;
}

.mg-l-md {
  margin-left: 16px !important;
}

.mg-l-lg {
  margin-left: 24px !important;
}

.mg-l-xl {
  margin-left: 32px !important;
}

.mg-r-no {
  margin-right: 0px !important;
}

.mg-r-xs {
  margin-right: 4px !important;
}

.mg-r-sm {
  margin-right: 8px !important;
}

.mg-r-md {
  margin-right: 16px !important;
}

.mg-r-lg {
  margin-right: 24px !important;
}

.mg-r-xl {
  margin-right: 32px !important;
}

.mg-t-no {
  margin-top: 0px !important;
}

.mg-t-xs {
  margin-top: 4px !important;
}

.mg-t-sm {
  margin-top: 8px !important;
}

.mg-t-md {
  margin-top: 16px !important;
}

.mg-t-lg {
  margin-top: 24px !important;
}

.mg-t-xl {
  margin-top: 32px !important;
}

.mg-b-no {
  margin-bottom: 0px !important;
}

.mg-b-xs {
  margin-bottom: 4px !important;
}

.mg-b-sm {
  margin-bottom: 8px !important;
}

.mg-b-md {
  margin-bottom: 16px !important;
}

.mg-b-lg {
  margin-bottom: 24px !important;
}

.mg-b-xl {
  margin-bottom: 32px !important;
}

.pd-l-no {
  padding-left: 0px !important;
}

.pd-l-xs {
  padding-left: 4px !important;
}

.pd-l-sm {
  padding-left: 8px !important;
}

.pd-l-md {
  padding-left: 16px !important;
}

.pd-l-lg {
  padding-left: 24px !important;
}

.pd-l-xl {
  padding-left: 32px !important;
}

.pd-r-no {
  padding-right: 0px !important;
}

.pd-r-xs {
  padding-right: 4px !important;
}

.pd-r-sm {
  padding-right: 8px !important;
}

.pd-r-md {
  padding-right: 16px !important;
}

.pd-r-lg {
  padding-right: 24px !important;
}

.pd-r-xl {
  padding-right: 32px !important;
}

.pd-t-no {
  padding-top: 0px !important;
}

.pd-t-xs {
  padding-top: 4px !important;
}

.pd-t-sm {
  padding-top: 8px !important;
}

.pd-t-md {
  padding-top: 16px !important;
}

.pd-t-lg {
  padding-top: 24px !important;
}

.pd-t-xl {
  padding-top: 32px !important;
}

.pd-b-no {
  padding-bottom: 0px !important;
}

.pd-b-xs {
  padding-bottom: 4px !important;
}

.pd-b-sm {
  padding-bottom: 8px !important;
}

.pd-b-md {
  padding-bottom: 16px !important;
}

.pd-b-lg {
  padding-bottom: 24px !important;
}

.pd-b-xl {
  padding-bottom: 32px !important;
}

.app-title {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  text-align: left;
  margin-bottom: 8px;
}

.app-description {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

html {
  font-size: initial;
}

body {
  font-size: var(--scrm-theme-font-size, medium);
  font-family: "Nunito", "Taviraj", sans-serif !important;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #FFF;
}

.app-flex-1 {
  flex: 1;
}

.app-flex-v-mid {
  display: flex;
  align-items: center;
}

/* custom mdc button */
.mdc-button {
  font-size: var(--scrm-theme-font-size, medium);
  text-transform: initial;
  height: 40px;
}

a.mdc-button:focus, a.mdc-button:hover {
  text-decoration: none;
}

.icon-fix {
  vertical-align: middle;
  margin-top: -4px;
}

.app-content-inner {
  max-width: 960px;
}
@media (max-width: 839px) and (min-width: 480px) {
  .app-content-inner {
    max-width: 660px;
  }
}

.app-top-bar {
  padding-top: 31px;
  padding-bottom: 31px;
}
.app-top-bar .nav {
  height: auto;
}
.app-top-bar .navbar {
  margin-bottom: 0;
  height: auto;
  min-height: initial;
}
.app-top-bar .navbar-top-links li a {
  padding: inherit;
  min-height: inherit;
}

.app-nav-header {
  padding: 31px 20px 14px 20px;
}

.app-menu {
  height: calc(100vh - 142px);
  overflow: auto;
}

.mini-navbar .app-menu {
  /*height: initial;*/
  /*overflow: initial;*/
  height: calc(100vh - 82px);
  overflow: auto;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
  min-width: 220px;
  -webkit-box-shadow: 0px 1px 0px -2px rgba(0, 0, 0, 0.2), 2px 2px 1px 0 rgba(0, 0, 0, 0.14), 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 0px -2px rgba(0, 0, 0, 0.2), 2px 2px 1px 0 rgba(0, 0, 0, 0.14), 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: auto;
  /*max-height: calc(100vh - 641px);*/
  /*min-height: 48px;*/
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  border-radius: 0;
}

.minimalize-styl-2 {
  margin: 3px 5px 5px 20px;
}

.mini-navbar .navbar-static-side .sidebar-collapse li.root-menu a {
  padding: 14px 8px 14px 8px;
}

.wrapper-content {
  padding: 0 10px 16px;
}

.page-heading {
  padding: 0;
}
.page-heading .breadcrumb {
  font-size: 18px;
  margin-bottom: 19px;
}
.page-heading .breadcrumb > li {
  color: #D5D5D5;
}
.page-heading .breadcrumb > li.active {
  color: var(--scrm-theme-secondary, #00578F);
}
.page-heading .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #00578f;
  content: "/ ";
  margin-left: 5px;
}

.pace .pace-progress {
  background: var(--scrm-theme-secondary, #00578F);
}

.iCRM {
  font-size: 36px;
  font-weight: 800;
  line-height: 1em;
}

body.mini-navbar .logo-element {
  padding-top: 36px;
}
body.mini-navbar .iCRM {
  font-size: 27px;
}

.app-admin-display-name {
  color: #00578f;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  text-align: left;
}

.change-mode-btn {
  border: 1px solid #FBAD2C;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 116px;
  height: 30px;
  display: inline-block;
  padding: 4px 16px;
  text-align: center;
  color: #FBAD2C;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  margin-right: 10px;
}
.change-mode-btn.active {
  background-color: #FBAD2C;
  cursor: not-allowed;
  color: #FFFFFF;
}

.app-content-title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 800;
  font-family: "Nunito", "Taviraj", sans-serif !important;
}

.set-up-menu-container {
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  padding: 20px 30px;
}
.set-up-menu-container:hover, .set-up-menu-container:focus, .set-up-menu-container:active {
  background: #fff1d9;
}
.set-up-menu-icon {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 24px;
  width: 25px;
  text-align: left;
}
.set-up-menu-body {
  padding: 0 8px;
}
.set-up-menu-name {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  padding-bottom: 8px;
}
.set-up-menu-description {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

#wrapper .navbar-default {
  height: 100vh;
  background: #f4f5f7;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: initial;
  position: initial;
}

#content {
  overflow: auto;
  flex: 1;
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.footer {
  padding: 8px 0;
  position: initial;
  border-top: initial;
}

.ibox-content {
  padding: 20px 30px;
}

.card {
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  height: 70px;
  transition: all 0.3s ease-in-out;
  padding-left: var(--mdc-layout-grid-gutter-desktop, 16px);
  padding-right: var(--mdc-layout-grid-gutter-desktop, 16px);
}
.card:hover, .card:focus, .card:active, .card.active {
  border: 1px solid #00578f;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.app-btn-float-right {
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (max-width: 767px) {
  .app-btn-float-right {
    position: inherit;
  }
}

.pos-relative {
  position: relative;
}

/* header section */
.h-section {
  padding: 8px 0;
}

.h-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.h-item-right {
  text-align: right;
}

/* custom mdc button */
.mdc-button {
  font-size: var(--scrm-theme-font-size, medium);
  text-transform: initial;
}

a.mdc-button:focus, a.mdc-button:hover {
  text-decoration: none;
}

/* form layout */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

/** Fix select css */
select, select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 20px;
}

select {
  min-width: 55px;
  border: 1px solid #aaa;
  padding: 2px;
  margin: 0;
}

.btn-dash {
  border-radius: 0;
}

.btn-bright {
  background: #ebebeb;
  border: 1px solid #ccc;
}

.btn-dark {
  border: 1px dashed #70d1bd;
}

.border-bot1 {
  border-bottom: 1px solid #ccc;
}

.slip-sample {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  width: 315px;
  padding: 20px;
  border: 1px dashed #ccc;
  background: #fafafa;
  letter-spacing: -0.5px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
}

.profile-select-process {
  background: #2F4050;
  border: none;
  outline: none;
  color: #8095a8;
  padding: 0;
  margin: 0;
  margin-left: -3px;
  max-width: 100%;
  cursor: pointer;
}

.profile-select-process__option {
  background-color: #FFF;
}

.nav > li.sub-menu > a {
  padding: 7px 10px 7px 31px;
}

.nav > li:not(.root-menu), .nav > li.sub-menu, .nav > li.sub-menu.active {
  border-left: none;
}

.nav > li.root-menu:not(.active) {
  /* border-left: 4px solid rgba(255, 255, 255, 0); */
}

.nav > li.root-menu:not(.active):hover {
  /* border-color: #293846; */
}

.nav > li.sub-menu {
  padding-left: 14px;
  word-wrap: break-word;
}

.nav-second-level li:last-child {
  margin-bottom: 5px;
}

.metismenu .arrow {
  margin-left: 6px;
  width: 8px;
}

.nav.nav-tabs li.active {
  background: #fff;
}

body.mini-navbar .nav,
body.body-small .nav {
  min-width: 70px;
}

body.mini-navbar .nav > li.root-menu > a,
body.body-small .nav > li.root-menu > a {
  font-size: 16px;
  text-align: center;
}

body.mini-navbar .nav.collapse-sub-menu .nav-label,
body.body-small .nav.collapse-sub-menu .nav-label {
  display: initial !important;
  font-size: 12px;
}

body.mini-navbar .nav > li.sub-menu, body.body-small .nav > li.sub-menu {
  width: 100%;
  text-align: left;
  padding: 0;
  /* background: rgba(47, 64, 80, 0.3); */
  position: relative;
}

body.mini-navbar .nav > li.sub-menu a, body.body-small .nav > li.sub-menu a {
  padding: 10px 10px 10px 15px;
  font-size: 12px;
  border-radius: 3px;
}

body.mini-navbar .nav-second-level.collapse-sub-menu.collapsing,
body.body-small .nav-second-level.collapse-sub-menu.collapsing {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
  -webkit-transition-duration: initial;
  transition-duration: initial;
  -webkit-transition-property: initial;
  transition-property: initial;
}

body.mini-navbar .profile-container, body.body-small .profile-container {
  display: none;
}

body.mini-navbar .profile-container.open, body.body-small .profile-container.open {
  display: block;
}

body.mini-navbar .profile-dropdown-menu, body.body-small .profile-dropdown-menu {
  position: absolute;
  width: 200px;
  top: 0px;
  left: 70px;
  background: #2F4050;
  color: #FFF;
  padding: 15px 15px 25px 15px;
  margin: 0;
  border-radius: 0;
  box-shadow: initial;
  border-bottom-right-radius: 4px;
}

body.mini-navbar li.active .nav-second-level,
body.body-small li.active .nav-second-level,
body.mini-navbar .nav-second-level,
body.body-small .nav-second-level {
  /* left: 66px; */
  left: 100px;
}

body.mini-navbar .navbar-default .nav li a .visible-xs-block {
  display: block !important;
}

.img-profile {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #383838;
}

.menu-text-mini {
  font-size: 10px;
  margin: -14px -20px -14px -25px;
  padding: 9px 8px;
  text-align: left;
}

.tooltip {
  z-index: 2001;
}

body.modal-open .tooltip {
  z-index: 2201;
}

.nav-company-name {
  font-weight: 800;
  font-size: 18px;
}

.menu-toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #4A4A4A !important;
}

#menu-toggle-btn-out {
  display: none;
}

body {
  color: #000000;
}

.rg-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D5D5D5;
  font-weight: 400;
}

.lg button {
  font-size: 12px;
  font-weight: bold;
}

.lang-flag {
  display: inline-block;
}

.btn-lang {
  padding: 5px;
  cursor: pointer;
  border: 1px solid #FFF;
}
.btn-lang:hover, .btn-lang:focus, .btn-lang:active {
  border: 1px solid #00578f;
  border-radius: 3px;
}
.btn-lang-active {
  background-color: #FBAD2C;
  border-color: #FBAD2C;
  color: #FFF;
}
.btn-lang-active:hover, .btn-lang-active:focus, .btn-lang-active:active {
  border: 1px solid #FBAD2C;
  border-radius: 3px;
}
.btn-lang a {
  margin: 0 !important;
  padding: 0 !important;
}
.btn-lang a:hover, .btn-lang a:focus, .btn-lang a:active {
  background-color: initial !important;
}

.lang-text {
  padding: 6px;
  font-size: 14px;
}

.pointer {
  cursor: pointer;
}

.choose-lang {
  color: var(--scrm-theme-primary, #FBAD2C);
}

.btn-group.open .dropdown-toggle.choose-lang {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .middle-box h1 {
    font-size: 110px;
  }

  #menu-toggle-btn-out {
    display: block;
  }

  #page-wrapper {
    display: inherit;
  }
}
/* lang navtop */
.lg button {
  font-size: 12px;
  font-weight: bold;
}

.lang-flag {
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* login css */
.alert {
  position: relative;
}

.alert-absolute {
  max-width: 600px;
  margin: auto;
  position: absolute !important;
  right: 0;
  left: 0;
  margin-top: 15px;
  z-index: 1;
}

.close {
  position: absolute;
  top: 0;
  right: 5px;
}

.app-content-inner.fix-width {
  max-width: 510px;
}

.alert h3 {
  margin: 0;
}

/** fix sweet alert  */
.swal2-container {
  z-index: 3000 !important;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.swal2-popup {
  font-family: "Nunito", "Taviraj", sans-serif !important;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px !important;
}
.swal2-popup .swal2-title, .swal2-popup .swal2-content {
  font-family: "Nunito", "Taviraj", sans-serif;
}
.swal2-popup .swal2-content {
  color: #797979 !important;
}
.swal2-popup .swal2-actions {
  flex-flow: row-reverse;
  justify-content: initial !important;
  margin: 16px -16px -16px -16px !important;
}
.swal2-popup .swal2-styled {
  background-color: #FFF !important;
  color: #FBAD2C !important;
  transition: all 50ms linear;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: initial;
  border-radius: 4px !important;
  font-family: "Nunito", "Taviraj", sans-serif;
  letter-spacing: 0.3px;
  height: 40px;
  margin-left: 0 !important;
  margin-right: 8px !important;
  margin-top: 8px !important;
  padding: 0 8px !important;
  box-sizing: border-box;
  min-width: 64px;
  border: none !important;
  outline: none;
}
.swal2-popup .swal2-styled.swal2-cancel {
  color: #777 !important;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled {
  box-shadow: none;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(251, 173, 44, 0.04), rgba(251, 173, 44, 0.04)) !important;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active, .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:focus {
  background-image: linear-gradient(rgba(251, 173, 44, 0.08), rgba(251, 173, 44, 0.08)) !important;
}

.sweet-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: rgba(0, 0, 0, 0.3);
}

.sweet-alert {
  font-family: "Nunito", "Taviraj", sans-serif;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  /*
   icon success color
  & .sa-icon.sa-success {
    border-color: $color-primary;
    & .sa-placeholder {

      border: 4px solid rgba($color-primary, .2);
    }
    & .sa-line {
      background-color: $color-primary;
    }
  }
  */
}
.sweet-alert h2 {
  font-family: "Nunito", "Taviraj", sans-serif;
  margin: 8px 0;
}
.sweet-alert .sa-button-container {
  text-align: right;
  margin-bottom: -8px;
  margin-right: -8px;
  margin-left: -8px;
}
.sweet-alert button {
  background-color: #FFF !important;
  color: #FBAD2C !important;
  transition: all 50ms linear;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: initial;
  border-radius: 4px !important;
  font-family: "Nunito", "Taviraj", sans-serif;
  letter-spacing: 0.3px;
  height: 40px;
  margin-left: 0 !important;
  margin-right: 8px !important;
  margin-top: 8px !important;
  padding: 0 8px !important;
  box-sizing: border-box;
  min-width: 64px;
  border: none !important;
  outline: none;
  box-shadow: none !important;
}
.sweet-alert button:last-child {
  margin-left: 0;
  margin-right: 0;
}
.sweet-alert button:hover, .sweet-alert button:focus, .sweet-alert button:active {
  background-color: rgba(251, 173, 44, 0.04) !important;
  box-shadow: none !important;
}
.sweet-alert button.cancel {
  color: #777 !important;
}
.sweet-alert button.cancel:hover, .sweet-alert button.cancel:focus, .sweet-alert button.cancel:active {
  box-shadow: none !important;
}

/** loading */
.sk-spinner-three-bounce div {
  background-color: #FBAD2C;
}

/** fix modal bootstrap */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: 0 none;
  position: relative;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

.modal-header {
  border-bottom: none;
  padding: 24px 24px 0;
  font-size: 24px;
}

.modal-header .close {
  margin: 8px;
}

.modal-backdrop.in {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.modal-title {
  color: #00578f;
  font-weight: bold;
  font-family: "Nunito", "Taviraj", sans-serif;
  font-size: 20px;
  line-height: 2rem;
  letter-spacing: 0.0125em;
  flex: 1;
  margin: 0;
}

.modal-body {
  color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54));
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  margin-top: 20px;
  padding: 0 24px 24px;
}

.modal-dialog {
  z-index: 2200;
}

.alert {
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.alert-warning {
  color: #E65100;
  background-color: #FFF3E0;
  border-color: #FFEBEE;
}

.alert-danger {
  color: #B71C1C;
  background-color: #FFEBEE;
  border-color: #FFEBEE;
}

.alert-success {
  color: #33691E;
  background-color: #F1F8E9;
  border-color: #F1F8E9;
}

.alert .close {
  top: 4px;
  right: 8px;
}

.loading-primary svg path {
  fill: #FBAD2C;
}

/*# sourceMappingURL=app.css.map */
