body {
  font-family: BlinkMacSystemFont, "Poppins", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #1a202c;
}

h1,h2,h3,h4,h5,h6 {
  /* font-family: 'Poppins', sans-serif; */
  color: #1a202c;
  font-weight: bold;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.logo {
  width: 55%;
  max-height: 100%;
  max-width: 100%;
}

form .form-group label {
  font-weight: bold;
}

span.help-block {
  color: #9e9e9e;
}

#searchResultText {
  font-weight: normal;
}

.dropdown-toggle.active-dropdown::after {
  transform: rotate(-90deg);
}

/**card collapse**/

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1a202c;
  text-decoration: none;
  position: relative;
}

.panel-group .panel-heading a:after {
  font-family: FontAwesome;
  content: "\f077";
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  font-family: FontAwesome;
  content: "\f078";
}

.panel-body {
  padding: 20px;
}

.panel-footer {
  padding: 0.75rem 1.25rem;
  border-color: #d8dbe0;
  background-color: #00000008;
  border-top: 1px solid #00000020;
}

/**Iframe **/

.iframe-table th,
.iframe-table td {
  padding: 0.25rem;
}

.iframe-card .card-header {
  padding: 0.5rem 1.25rem;
}

.iframe-card .card-body {
  padding: 0.50rem;
}

/*****Menu*****/

/* hover dropdown menus */
/* @media only screen and (max-width: 991px) {
  .navbar-hover .show > .dropdown-toggle::after{
      transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-hover .collapse ul li{
    position:relative;
    display: block!important;  

  }
  .navbar-hover .collapse ul li:hover> ul{   
    display: block!important; 
    padding-top: 0px;
    padding-bottom: 0px;
  
  }
  .navbar-hover .collapse ul ul{position:absolute;top:100%;left:0;display:none}
  .navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;display:none} */
/*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
/* } */

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;

}

.nav-item .nav-link {
  color: #1a202c !important;
}

/* .nav-item .dropdown-menu li a, a:hover {
  color: #000 !important;
  background-color: #ebedef!important;
} */

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.commands-details h6 {
  color: #34469d;
}

.commands-details .heading-section {
  background-color: #00000008;
}

.commands-details {
  /*min-height: 175px;*/
  margin-bottom: 25px;
}

.commands-details p {
  /*height: 77px;*/
  overflow-y: auto;
  overflow-x: hidden;
}

.login-form {
  width: 460px;
  margin: 0 auto;
  background: #fff !important;
  margin-top: 61px;
  padding: 30px;
  color: #34469d;
}

.dropdown-settings {
  color: #34469d;
  border-bottom: 1 px solid #000;
}

/** Loading Spinner - Start */

.loader {
  margin: 100px auto;
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #20a8d8, 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.5), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.7), 1.8em -1.8em 0 0em #20a8d8, 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.5), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7), 2.5em 0em 0 0em #20a8d8, 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5), 2.5em 0em 0 0em rgba(32, 168, 216, 0.7), 1.75em 1.75em 0 0em #20a8d8, 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.5), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.7), 0em 2.5em 0 0em #20a8d8, -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.5), 0em 2.5em 0 0em rgba(32, 168, 216, 0.7), -1.8em 1.8em 0 0em #20a8d8, -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.5), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.7), -2.6em 0em 0 0em #20a8d8, -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.5), -2.6em 0em 0 0em rgba(32, 168, 216, 0.7), -1.8em -1.8em 0 0em #20a8d8;
  }
}

@keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #20a8d8, 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.5), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.7), 1.8em -1.8em 0 0em #20a8d8, 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.5), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7), 2.5em 0em 0 0em #20a8d8, 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5), 2.5em 0em 0 0em rgba(32, 168, 216, 0.7), 1.75em 1.75em 0 0em #20a8d8, 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.5), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.7), 0em 2.5em 0 0em #20a8d8, -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.5), 0em 2.5em 0 0em rgba(32, 168, 216, 0.7), -1.8em 1.8em 0 0em #20a8d8, -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.5), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.7), -2.6em 0em 0 0em #20a8d8, -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.5), -2.6em 0em 0 0em rgba(32, 168, 216, 0.7), -1.8em -1.8em 0 0em #20a8d8;
  }
}

/** Loading Spinner - End */

.dynamicContent {
  /*color : #fff !important;*/
  cursor: pointer
}

.action-button-table {
  color: #ccc !important;
}

label.error {
  color: #f9113c;
  font-weight: normal!important;
}

.custom-select {
  width: 60px !important;
}

.institution-list .selectize-input {
  width: 200px !important;
}

hr {
  border-top: 1px solid #d8dbe0 !important;
}

.page-title {
  /* border-bottom: 1px solid #e7e8e9; */
  padding-bottom: 10px;
}

.page-title > h3 {
  /* border-bottom: 1px solid #e7e8e9; */
  padding: 0.5rem 0 0.5rem 0;
}

/* .title-head {
  margin: 0;
  padding: 0.25rem 0.75rem 1rem 0.75rem;
} */

.title-head > i {
margin-right: 5px;
}

.title-head span {
  color: #94969E;
  font-size: 1rem;
}

.sub-heading {
  padding-left:0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 1px #d8dbe0;
} 

.sub-heading div>a {
  padding: 0px;
  border-radius: 0px;
  border: 3px solid #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 44px;
  color: #94969E;
  padding: 0 0.75rem;
}

.sub-heading div>a.active {
  color: #3d404e;
  border-bottom: 3px solid #4666c6;
}

body h3.title-head:first-child > i:first-child,
.service-list h3 {
  color: #3ab44a;
}

h3 small {
  color: #999;
}

.dropdown-menu {
  box-shadow: 0px 4px 4px #bbb;
}

.service-image-container {
  max-height: 100px;
  padding-bottom: 20px;
}

/* tr td:last-child, tr th:last-child {
} */

.card-header .nav-tabs .nav-link.active {
  color: #34469d;
  background: #fff;
}

.page-title>h3 {
  color: #3ab44a;
}

/* .page-title>h3 i {
  vertical-align: middle;
  color: #5c6873;
} */

.page-title>h3 small {
  color: #5c6873;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
}

.data-table {
  background: #fff;
}

.ms-container {
  width: 100% !important;
}

.recipient-list {
  padding-left: 15px;
}

.c-sidebar-nav-dropdown-items {
  margin-bottom: 0px;
}

.badge {
  text-transform: uppercase;
}

.badge.default {
  background-color: rgba(0,123,255,.0627451);
  color:#007bff;
}

.badge.completed,
.badge.active {
  color: #28a745;
  background-color: rgba(40,167,69,.12549);
}

.text-active {
  color: #28a745;
}

.badge.error {
  color: #ff073a;
  background-color: rgba(255,7,58,.12549);
}

.text-error {
  color: #ff073a;
}

.badge.queued {
  color: #23282c;
  background-color: #63c2de;
}

.badge.outofservice {
  color: #757575;
  background-color: rgba(116, 116, 116, 0.125);
}

.text-inactive,
.text-disabled {
  color: #23282c;
}

.badge.pending,
.badge.locked,
.badge.inactive,
.badge.warning,
.badge.disabled,
.badge.flagged,
.badge.progress {
  color: #fd7e14;
  background-color: rgba(255,193,7,.12549);
}

.text-flagged {
  color: #fd7e14;
}

.text-v-center {
  display: flex;
  align-self: center;
}

.datepicker {
  z-index: 9999 !important;
}

.section-title {
  background: #eee;
  padding: 10px 0px;
  font-weight: bold;
}

.custom-font-color {
  color: #1A202C;
}

.audit-trail-highlight {
  background-color: #edbd67;
  color: #000;
  padding: 0px 5px;
}

.custom-select-width {
  width: 100px !important;
}

a.dropdown-item i {
  min-width: 22px;
}

.ui-autocomplete-loading { 
  background:url('../images/suggestion-loader.gif') no-repeat right center;
  padding-right: 5px;
}

.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
          box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
  padding: 10px;
  font-size: 80%;
}
.notice-lg {
  padding: 35px;
  font-size: large;
}
.notice-success {
  border-color: #80D651;
}
.notice-success > strong:first-child {
  color: #80D651;
}
.notice-info {
  border-color: #45ABCD;
}
.notice-info>strong:first-child {
  color: #45ABCD;
}
.notice-warning {
  border-color: #FEAF20;
}
.notice-warning>strong:first-child {
  color: #FEAF20;
}
.notice-danger {
  border-color: #d73814;
}
.notice-danger>strong:first-child {
  color: #d73814;
}

.navbar-brand-full {
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 3px;
}

/** Custom Badge */

.badge {
  text-transform: uppercase;
}

.badge.review,
.badge.creditcheck,
.badge.compliancereview,
.badge.default {
  background-color: rgba(0,123,255,.0627451);
  color:#3182ce;
}

.badge.approved,
.badge.completed,
.badge.active {
  color: #38A169;
  background-color: rgba(40,167,69,.12549);
}

.badge.cancelled,
.badge.expired,
.badge.rejected,
.badge.incomplete,
.badge.error {
  color: #E53E3E;
  background-color: rgba(255,7,58,.12549);
}

.badge.queued {
  color: #23282c;
  background-color: #63c2de;
}

.badge.submitted,
.badge.pendingapproval,
.badge.pending,
.badge.locked,
.badge.inactive,
.badge.warning,
.badge.disabled,
.badge.progress {
  color: #DD6B20;
  background-color: rgba(255,193,7,.12549);
}

.custom-paginate {
  margin-top: 20px;
  margin-bottom: 0px;
}

/** Cron UI */

.cron-button {
  height: 16px;
  padding-left: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.cron-changed {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fdd;
}

.cron-controls {
  margin-left: 10px;
  color: #c77;
  font-size: 0.9em;
}

.col-form-label {
  color: #34469d;
}

/** Loading Spinner - Start */

.loader {
  margin: 100px auto;
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #20a8d8, 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.5), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.7), 1.8em -1.8em 0 0em #20a8d8, 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.5), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7), 2.5em 0em 0 0em #20a8d8, 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5), 2.5em 0em 0 0em rgba(32, 168, 216, 0.7), 1.75em 1.75em 0 0em #20a8d8, 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.5), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.7), 0em 2.5em 0 0em #20a8d8, -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.5), 0em 2.5em 0 0em rgba(32, 168, 216, 0.7), -1.8em 1.8em 0 0em #20a8d8, -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.5), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.7), -2.6em 0em 0 0em #20a8d8, -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.5), -2.6em 0em 0 0em rgba(32, 168, 216, 0.7), -1.8em -1.8em 0 0em #20a8d8;
  }
}

@keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #20a8d8, 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.5), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.7), 1.8em -1.8em 0 0em #20a8d8, 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.5), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.7), 2.5em 0em 0 0em #20a8d8, 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.5), 2.5em 0em 0 0em rgba(32, 168, 216, 0.7), 1.75em 1.75em 0 0em #20a8d8, 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.5), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.7), 0em 2.5em 0 0em #20a8d8, -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.2), -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.5), 0em 2.5em 0 0em rgba(32, 168, 216, 0.7), -1.8em 1.8em 0 0em #20a8d8, -2.6em 0em 0 0em rgba(32, 168, 216, 0.2), -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.5), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.7), -2.6em 0em 0 0em #20a8d8, -1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(32, 168, 216, 0.2), 1.8em -1.8em 0 0em rgba(32, 168, 216, 0.2), 2.5em 0em 0 0em rgba(32, 168, 216, 0.2), 1.75em 1.75em 0 0em rgba(32, 168, 216, 0.2), 0em 2.5em 0 0em rgba(32, 168, 216, 0.2), -1.8em 1.8em 0 0em rgba(32, 168, 216, 0.5), -2.6em 0em 0 0em rgba(32, 168, 216, 0.7), -1.8em -1.8em 0 0em #20a8d8;
  }
}

/** Loading Spinner - End */

.card-options {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 100;
  order: 100;
  margin-right: -.5rem;
  color: #9aa0ac;
  -ms-flex-item-align: center;
  align-self: center;
}

.card-options a:not(.btn) {
  margin-left: .5rem;
  color: #9aa0ac;
  display: inline-block;
  min-width: 1rem;
}

.card-options a:not(.btn):hover {
  text-decoration: none;
  color: #6e7687;
}

.card-options a:not(.btn) i {
  font-size: 1rem;
  vertical-align: middle;
}

.card-options .dropdown-toggle:after {
  display: none;
}

.card-header {
  /*display: flex;*/
}

/* For Fullscreen */
.now-fullscreen {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 99999999;
  left: 0;
  top: 0;
  background: #fff;
}

pre {
  white-space: pre;
  margin-bottom: 0px;
}

.table th,
.table td {
  vertical-align: middle;
}

.card-header .nav-tabs .nav-link.active {
  color: #34469d;
  background: #fff;
}

.page-title>h3 {
  color: #3ab44a;
}

/* .page-title>h3 i {
  vertical-align: middle;
  color: #5c6873;
} */

.page-title>h3 small {
  color: #5c6873;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
}

.ms-container {
  width: 100% !important;
}

.recipient-list {
  padding-left: 15px;
}

.c-sidebar-nav-dropdown-items {
  margin-bottom: 0px;
}

.form-check-label {
  color: #1a202c !important;
}

.card-header,
.card-title {
  color: #34469d;
}