body {
  background: #d9e0e7;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #707478;
}

body * {
  font-family: "Inter", sans-serif;
}

h2,
h3,
h4 {
  font-weight: 500;
  color: #242a30;
}
a {
  transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -webkit-transition: color 100ms ease-in-out;
}
a:focus {
  outline: 0;
}
label {
  color: #242a30;
}
.page-header-fixed {
  padding-top: 54px;
}
.page-without-sidebar .content {
  margin-left: 0;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e6e8ec;
  z-index: 1020;
}
#page-loader.fade {
  display: none;
}
#page-loader.fade.in {
  display: block;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px -20px 0 0;
  border: 2px solid #fff;
  border-top: 2px solid #24b498;
  border-radius: 100%;
}
.fade.in .spinner {
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}
.header {
  z-index: 1020;
  margin-bottom: 0;
}
.navbar {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.navbar.navbar-default {
  background: #fff;
}
.navbar-brand {
  margin-right: 10px;
  padding: 12px 20px;
  height: 54px;
  width: 220px;
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
}
.navbar-default .navbar-brand {
  color: #333;
}
.content {
  margin-left: 220px;
  padding: 20px 25px;
}
.form-control {
  border: 1px solid #ccd0d4;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form-control:focus {
  border-color: #9fa2a5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal.form-bordered .form-group {
  border-bottom: 1px solid #eee;
  margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.form-bordered .form-group > .control-label {
  padding: 22px 15px 15px;
}
.form-horizontal.form-bordered .form-group > div {
  padding: 15px;
  border-left: 1px solid #eee;
}
.form-horizontal.form-bordered .form-group > .control-label {
  border-right: 1px solid #eee;
  margin-right: -1px;
}
label {
  font-weight: 500;
}

#email-status {
  padding: 10px;
  border-radius: 5px;
}

select.form-control {
  border-color: #ccd0d4;
}
.input-group-addon {
  background: #e2e7eb;
  border: none;
}
.tab-content {
  padding: 15px;
  /* margin-bottom: 20px; */
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.btn {
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn-circle,
.btn.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1020;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.btn.btn-default {
  color: #fff;
  background: #b6c2c9;
  border-color: #b6c2c9;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background: #929ba1;
  border-color: #929ba1;
}
.btn.btn-primary {
  color: #fff;
  background: #348fe2;
  border-color: #348fe2;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #2a72b5;
  border-color: #2a72b5;
}
.btn.btn-success {
  color: #fff;
  background: #00acac;
  border-color: #00acac;
}
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
  background: #008a8a;
  border-color: #008a8a;
}
.btn.btn-warning {
  color: #fff;
  background: #f59c1a;
  border-color: #f59c1a;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background: #c47d15;
  border-color: #c47d15;
}
.modal-content {
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modal-header {
  padding: 12px 15px;
  border-bottom-color: #e2e7eb;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  padding: 15px;
}
.modal-footer {
  border-top-color: #e2e7eb;
  padding: 14px 15px 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.parsley-error {
  background: #ffdedd !important;
  border-color: #ff5b57 !important;
}

.parsley-errors-list {
  padding: 0 !important;
  list-style-type: none !important;
  margin: 0 !important;
  color: #e5603b;
  font-size: 12px !important;
  line-height: inherit !important;
}

.row {
  margin: 0px 0px;
}
.row > [class*="col-"] {
  padding: 0 10px;
}

.custom-pr-md {
  padding-right: 40px !important;
}

@media (max-width: 767.98px) {
  .custom-pr-md {
    padding-right: 10px !important;
  }
}

table h4 {
  color: black;
  font-weight: 600;
}

.row.row-space-10 {
  margin: 0 -5px;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.text-right {
  text-align: right !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.parsley-success {
  color: #333 !important;
}
.parsley-success {
  background: #cee !important;
  border-color: #00acac !important;
}
.parsley-success:focus {
  color: #333 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}
