body {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  color: #424B5D; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  color: #101623; }

p {
  font-size: 18px;
  color: #424B5D; }

.approved-logo {
  position: relative; }
  .approved-logo img {
    position: absolute;
    height: 75px;
    top: -90px;
    right: 20px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }

.auth-wrapper .auth-content {
  width: 430px; }
  .auth-wrapper .auth-content .login-footer {
    display: block;
    text-align: center;
    opacity: 0.6;
    margin-top: 15px; }
  .auth-wrapper .auth-content .auth-bg .r:first-child {
    background: -o-linear-gradient(225deg, #3B7DFF 0%, #00C6FF 100%);
    background: linear-gradient(-135deg, #3B7DFF 0%, #00C6FF 100%); }
  .auth-wrapper .auth-content .auth-bg .r:last-child {
    background: -o-linear-gradient(225deg, #FF6600 0%, #FFCC4B 100%);
    background: linear-gradient(-135deg, #FF6600 0%, #FFCC4B 100%); }
  .auth-wrapper .auth-content .auth-bg .r.s:nth-child(3) {
    background: #3B7DFF; }
  .auth-wrapper .auth-content .auth-bg .r.s:nth-child(2) {
    background: #FFCC4B; }

.-login .login-logo {
  margin-bottom: 30px; }
  .-login .login-logo .b-bg {
    background: -o-linear-gradient(315deg, #3B7DFF 0%, #3BD0FF 100%);
    background: linear-gradient(135deg, #3B7DFF 0%, #3BD0FF 100%);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle; }
    .-login .login-logo .b-bg img {
      height: 35px; }
  .-login .login-logo span {
    font-family: "Muli",sans-serif;
    font-size: 28px;
    font-weight: 800;
    vertical-align: middle;
    margin-left: 5px;
    color: #101623;
    font-style: italic; }
.-login .login-content {
  padding: 50px 40px; }

.login-footer {
  margin-top: 10px;
  font-size: 14px;
  color: #C2C3C6;
  display: block;
  text-align: center; }

.navbar-brand, .m-header {
  background: #101623; }
  .navbar-brand .b-brand .b-bg img, .m-header .b-brand .b-bg img {
    height: 27px; }
  .navbar-brand .b-brand .b-title, .m-header .b-brand .b-title {
    font-weight: 900;
    font-style: italic;
    font-size: 20px; }

.pcoded-main-container {
  min-height: calc(100vh - 70px); }

.pcoded-content.action-btn-bottom {
  padding-bottom: 55px; }

.pcoded-navbar {
  background: #101623;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .pcoded-navbar .pcoded-inner-navbar > li .nav-link:hover {
    color: #3B7DFF; }
  .pcoded-navbar .pcoded-inner-navbar > li.active > a, .pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger > a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .pcoded-navbar .pcoded-submenu {
    background: rgba(255, 255, 255, 0.05); }
    .pcoded-navbar .pcoded-submenu li a:hover, .pcoded-navbar .pcoded-submenu li a:focus {
      color: #3B7DFF; }
  .pcoded-navbar.navbar-collapsed .header-logo img {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; }
  .pcoded-navbar.navbar-collapsed:hover .action-btn {
    left: 264px; }
  .pcoded-navbar.navbar-collapsed .action-btn {
    left: 80px; }

.pcoded-header .dropdown .dropdown-menu {
  min-width: 180px;
  padding: 10px 0; }
  .pcoded-header .dropdown .dropdown-menu .dropdown-item {
    line-height: 24px; }

.card {
  border-radius: 8px; }
  .card .card-header {
    border-bottom: none; }
    .card .card-header h5 {
      font-weight: 600; }
      .card .card-header h5::after {
        background: transparent; }
    .card .card-header.with-button .btn {
      display: block;
      margin-top: 10px !important;
      width: 100%; }
  .card .card-body {
    padding-bottom: 20px;
    padding-top: 20px; }
    .card .card-body.card-table {
      padding: 20px 0; }

.btn {
  padding: 9px 20px;
  border-radius: 8px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 1.2rem; }
  .btn.btn-sm {
    padding: 4px 10px;
    font-size: 12px; }
  .btn.btn-lg {
    padding: 10px 20px;
    font-size: 1.4rem; }

.btn-sm-block {
  width: 100%;
  display: block; }

.btn-primary {
  color: #fff;
  background-color: #3B7DFF;
  border-color: #3B7DFF; }
  .btn-primary:hover {
    color: #fff;
    background-color: #226cff;
    border-color: #226cff; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3B7DFF;
    border-color: #3B7DFF; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #226cff;
    border-color: none; }

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #226cff;
  border-color: none; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-success {
  color: #fff;
  background-color: #3BFFA4;
  border-color: #3BFFA4; }
  .btn-success:hover {
    color: #fff;
    background-color: #22ff98;
    border-color: #22ff98; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 255, 164, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 255, 164, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #3BFFA4;
    border-color: #3BFFA4; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #22ff98;
    border-color: none; }

.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #22ff98;
  border-color: none; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 255, 164, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(59, 255, 164, 0.5); }

.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 255, 164, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(59, 255, 164, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FF3B56;
  border-color: #FF3B56; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff2240;
    border-color: #ff2240; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF3B56;
    border-color: #FF3B56; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ff2240;
    border-color: none; }

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2240;
  border-color: none; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 86, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 86, 0.5); }

.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 86, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 59, 86, 0.5); }

.btn-outline-secondary {
  color: #424B5D;
  border-color: #DDE3EF;
  border-width: 2px; }
  .btn-outline-secondary:hover {
    color: #101623;
    background-color: transparent;
    border-color: #ccd5e7; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 75, 93, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(66, 75, 93, 0.2);
    color: #101623;
    background-color: rgba(66, 75, 93, 0.2);
    border-color: #424B5D; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #424B5D;
    background-color: rgba(66, 75, 93, 0.3);
    border-color: #424B5D; }

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-light {
  color: #FFFFFF;
  border-color: #DDE3EF;
  border-width: 2px; }
  .btn-outline-light:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #ccd5e7; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 75, 93, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(66, 75, 93, 0.2);
    color: #101623;
    background-color: #FFFFFF;
    border-color: #424B5D; }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #FFFFFF;
    background-color: rgba(66, 75, 93, 0.3);
    border-color: #424B5D; }

.show > .btn-outline-light.dropdown-toggle {
  color: #424B5D;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-primary {
  color: #3B7DFF;
  border-color: rgba(59, 125, 255, 0.3);
  border-width: 2px; }
  .btn-outline-primary:hover {
    color: #085bff;
    background-color: transparent;
    border-color: #3B7DFF; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 125, 255, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 255, 0.2);
    color: #3B7DFF;
    background-color: rgba(59, 125, 255, 0.2);
    border-color: #3B7DFF; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #3B7DFF;
    background-color: rgba(59, 125, 255, 0.3);
    border-color: #3B7DFF; }

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 125, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 255, 0.5); }

.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 125, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(59, 125, 255, 0.5); }

.btn-outline-danger {
  color: #FF3B56;
  border-color: rgba(255, 59, 86, 0.5);
  border-width: 2px; }
  .btn-outline-danger:hover {
    color: #FF3B56;
    background-color: transparent;
    border-color: #ff2240; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 86, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 86, 0.2);
    color: #FF3B56;
    background-color: rgba(255, 59, 86, 0.2);
    border-color: #FF3B56; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #FF3B56;
    background-color: rgba(255, 59, 86, 0.3);
    border-color: #FF3B56; }

.btn-secondary {
  background-color: #DDE3EF;
  color: #424B5D;
  border-color: transparent; }
  .btn-secondary:hover {
    color: #101623;
    background-color: #bac6df;
    border-color: #ccd5e7; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #DDE3EF;
    border-color: #DDE3EF; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #424B5D;
    background-color: #ccd5e7;
    border-color: none; }

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #797b80;
  border-color: none; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5); }

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5); }

.btn-link {
  color: #3B7DFF; }
  .btn-link:hover, .btn-link:focus {
    color: #085bff;
    text-decoration: none; }

.table {
  color: #424B5D; }
  .table thead th {
    text-transform: uppercase;
    color: #424B5D;
    vertical-align: middle;
    font-size: 16px; }
    .table thead th .table-arrange {
      color: #424B5D; }
      .table thead th .table-arrange i {
        color: #C2C3C6;
        font-size: 18px;
        margin-right: 0; }
        .table thead th .table-arrange i:last-child {
          margin-left: -12px; }
        .table thead th .table-arrange i.active {
          color: #3B7DFF; }
      .table thead th .table-arrange:hover i {
        color: #424B5D; }
  .table th, .table td {
    vertical-align: middle;
    color: #101623; }
    .table th:first-child, .table td:first-child {
      padding-left: 25px; }
    .table th:last-child, .table td:last-child {
      padding-right: 25px; }
    .table th .feather, .table td .feather {
      font-size: 24px;
      margin-right: 5px; }
    .table th .badge, .table td .badge {
      font-size: 16px; }
    .table th .custom-checkbox .custom-control-label, .table td .custom-checkbox .custom-control-label {
      width: 18px;
      height: 18px; }
  .table.table-hover tbody tr:hover {
    background-color: rgba(59, 125, 255, 0.04); }
  .table .total-table {
    font-size: 20px;
    font-weight: 600; }

.table-paging {
  display: block;
  padding: 0 25px; }

.font-16 {
  font-size: 16px !important; }

.text-primary {
  color: #3B7DFF !important; }

.text-danger {
  color: #FF3B56 !important; }

.text-success {
  color: #3BFFA4 !important; }

.text-warning {
  color: #FFBE3B !important; }

.bg-primary {
  background: #3B7DFF !important; }

.bg-danger {
  background: #FF3B56 !important; }

.bg-success {
  background: #3BFFA4 !important; }

.bg-warning {
  background: #FFBE3B !important; }

pre {
  color: #ee0021; }

.h-100vh {
  height: calc(100vh - 130px); }

hr {
  border-width: 2px; }

textarea {
  resize: none; }

.bg-gradient-primary {
  background: -o-linear-gradient(220deg, #3B7DFF 0%, #0050ee 100%);
  background: linear-gradient(-130deg, #3B7DFF 0%, #0050ee 100%); }

strong {
  font-weight: 700; }

.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1035;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  .loader-bg .loader-track {
    position: relative;
    height: 3px;
    display: block;
    width: 100%;
    overflow: hidden; }
    .loader-bg .loader-track .loader-fill:after {
      content: '';
      background: -o-linear-gradient(225deg, #3B7DFF 0%, #3BD0FF 100%);
      background: linear-gradient(-135deg, #3B7DFF 0%, #3BD0FF 100%);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right; }
    .loader-bg .loader-track .loader-fill:before {
      content: '';
      background: -o-linear-gradient(225deg, #3B7DFF 0%, #3BD0FF 100%);
      background: linear-gradient(-135deg, #3B7DFF 0%, #3BD0FF 100%);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .loader-bg .loader-track .loader-fill:after {
      -webkit-animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
      animation-delay: 1.15s; }

.dropdown-item {
  padding: 7px 23px; }
  .dropdown-item:focus {
    background: #3B7DFF;
    color: #FFFFFF; }

.accordion .card {
  margin-bottom: 0; }

.badge {
  font-weight: 700;
  text-transform: uppercase; }

.badge-primary {
  background: rgba(59, 125, 255, 0.3);
  color: #3B7DFF; }

.alert {
  border-radius: 5px; }
  .alert p {
    margin-bottom: 0; }

.alert-primary {
  background: rgba(59, 125, 255, 0.3);
  color: #3B7DFF; }

.alert-success {
  background: rgba(59, 255, 164, 0.3);
  color: #00fd87; }

.alert-danger {
  background: rgba(255, 59, 86, 0.3);
  color: #FF3B56; }

.custom-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden; }
  .custom-switch input[type=checkbox]:checked + label {
    background: #3BFFA4; }
  .custom-switch input[type=checkbox]:checked + label:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
.custom-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 24px;
  background: rgba(134, 136, 141, 0.3);
  display: block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0;
  margin-top: -20px; }
  .custom-switch label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .custom-switch label:active:after {
    width: 25px; }

.progress {
  border-radius: 4px;
  height: 15px; }

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px; }

.tab-content {
  margin-bottom: 30px;
  padding: 0; }
  .tab-content .tab-pane {
    padding: 20px 25px 30px 25px; }
    .tab-content .tab-pane.-table {
      padding: 20px 0; }
      .tab-content .tab-pane.-table .search-table {
        padding: 0 25px 25px 25px; }

.nav-tabs {
  font-family: "Muli", sans-serif;
  font-weight: 600; }
  .nav-tabs .nav-item .nav-link {
    padding: 13px 24px;
    color: #86888D; }
    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link.active {
      color: #3B7DFF; }

.custom-header-nav {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .custom-header-nav .nav-item .nav-link {
    min-width: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 5px 0;
    margin: 0 5px;
    border-radius: 0;
    color: #C2C3C6; }
    .custom-header-nav .nav-item .nav-link.active {
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #101623;
      border-bottom: 2px solid #3B7DFF; }
  .custom-header-nav .nav-item:last-child .nav-link {
    margin-right: 0; }

.form-control {
  background: #FFFFFF;
  font-size: 1rem;
  border: 2px solid #DDE3EF;
  border-radius: 8px;
  border-width: 2px;
  padding-left: 15px;
  padding-right: 15px; }
  .form-control:focus {
    background: #FFFFFF; }
  .form-control.form-control-lg {
    font-size: 1.2rem; }
  .form-control.form-control-trans {
    border-color: transparent;
    padding: 0 0 0 5px;
    border-radius: 3px; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.9rem + 2px); }

.input-group .form-control:last-child {
  margin-left: -6px; }

.form-group label {
  font-size: 16px; }
.form-group p {
  margin-bottom: 0;
  font-size: 18px;
  color: #101623; }
.form-group.select-group .form-control {
  border-radius: 5px 5px 0 0; }
.form-group.select-group .select-info {
  border-radius: 0 0 5px 5px;
  border: 1px solid #C2C3C6;
  padding: 8px 15px; }
  .form-group.select-group .select-info span {
    color: #101623;
    font-size: 18px;
    display: block; }

.modal-header {
  padding: 15px 20px 13px 20px;
  border-bottom: none; }
  .modal-header h5 {
    font-weight: 500; }

.modal-footer, .modal-body {
  padding: 15px 20px; }

.modal-alert {
  border-radius: 8px; }
  .modal-alert i {
    font-size: 55px;
    padding: 10px 0 30px 0;
    display: inline-block; }
  .modal-alert h4 {
    font-weight: 500;
    color: #101623; }
  .modal-alert p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #86888D; }
  .modal-alert .modal-body {
    padding: 30px; }
  .modal-alert.--info i {
    color: #3BD0FF; }
  .modal-alert.--success i {
    color: #3BFFA4; }
  .modal-alert.--warning i {
    color: #FFBE3B; }

.modal-footer {
  border-top: none;
  padding-top: 0; }

.modal-body-scrollable {
  max-height: calc(78vh - 10rem);
  overflow: auto; }

.custom-dl {
  color: #424B5D; }
  .custom-dl dd, .custom-dl dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDE3EF; }
  .custom-dl dt {
    font-weight: 400; }
  .custom-dl dd {
    font-weight: 600;
    color: #101623; }

.member-profile {
  height: 120px;
  width: 120px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px; }

.member-info {
  text-align: center; }
  .member-info h3 {
    font-weight: 600;
    color: #101623; }
  .member-info ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    color: #424B5D;
    font-size: 16px; }
    .member-info ul li {
      margin-bottom: 7px; }

.component {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0; }
  .component .result {
    border: 1px solid rgba(66, 75, 93, 0.1);
    padding: 20px;
    border-radius: 5px; }
  .component .html {
    background: rgba(66, 75, 93, 0.05);
    padding: 20px;
    border-radius: 5px; }
    .component .html pre {
      margin-bottom: 0; }
      .component .html pre code {
        margin: 0;
        padding: 0;
        font-size: 87.5%;
        background: transparent; }
    .component .html p {
      word-break: none;
      margin-bottom: 0; }

.custom-navtab .nav-item .nav-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }
  .custom-navtab .nav-item .nav-link.active {
    color: #3B7DFF;
    font-weight: bold; }

.search-table {
  margin-top: 20px;
  display: block; }
  .search-table .btn {
    display: block;
    width: 100%;
    margin-top: 10px; }
  .search-table .form-control {
    margin-bottom: 5px; }

.admin-action-item {
  color: #424B5D;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE3EF; }
  .admin-action-item i {
    float: right;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .admin-action-item[aria-expanded="true"] {
    color: #3B7DFF; }
    .admin-action-item[aria-expanded="true"] i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .admin-action-item:hover, .admin-action-item:focus {
    color: #3B7DFF; }

.admin-action-body {
  margin-bottom: 10px;
  border-bottom: 1px solid #DDE3EF; }
  .admin-action-body ul {
    list-style: none;
    margin: 0;
    padding: 10px 0; }
    .admin-action-body ul li {
      margin-bottom: 12px;
      color: #424B5D; }

.card-btn .btn {
  margin: 0 5px 7px 0; }

.page-title {
  font-weight: 500;
  display: inline-block;
  margin-left: 10px; }

.amount-item label {
  color: #86888D;
  margin-bottom: 0; }
.amount-item span {
  color: #101623;
  font-weight: 600;
  font-size: 28px;
  display: block; }

.custom-list-group {
  list-style: none;
  padding: 0;
  margin: 0; }
  .custom-list-group .custom-list-item {
    border-bottom: 2px dashed #DDE3EF;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .custom-list-group .custom-list-item .list-left-item span {
      display: block;
      color: #424B5D;
      line-height: 18px; }
    .custom-list-group .custom-list-item .list-right-item {
      text-align: right; }
      .custom-list-group .custom-list-item .list-right-item span {
        display: block; }
    .custom-list-group .custom-list-item label {
      display: block;
      color: #424B5D;
      line-height: 18px;
      margin-bottom: 0; }
    .custom-list-group .custom-list-item .list-item-title {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 20px;
      color: #101623; }
    .custom-list-group .custom-list-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

.purchase-info {
  list-style: none;
  margin: 0;
  padding: 0; }
  .purchase-info li {
    margin-bottom: 5px; }
    .purchase-info li b {
      color: #101623; }

.card-shorcut-btn .btn {
  margin: 0 8px 10px 0; }

.card-collapse {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .card-collapse[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.predefined-list {
  list-style: none;
  padding: 0;
  margin: 0; }

code {
  background: rgba(194, 195, 198, 0.2);
  margin: 5px;
  padding: 0 4px;
  border-radius: 4px;
  color: #FF3B56; }

a > code {
  color: #FF3B56; }

.convo-content {
  overflow-y: auto;
  max-height: 20rem; }

.convo-time {
  font-size: 14px;
  color: #86888D;
  display: block;
  text-transform: uppercase;
  text-align: center; }

.convo-buble {
  background: #DDE3EF;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
  margin: 15px 0;
  color: #101623; }
  .convo-buble p {
    margin-bottom: 0; }
  .convo-buble span {
    font-size: 14px;
    opacity: 0.7; }
  .convo-buble.primary {
    background: rgba(59, 125, 255, 0.3);
    color: #3B7DFF;
    text-align: left; }
    .convo-buble.primary .convo-attached-file {
      color: #3B7DFF; }
  .convo-buble #display_qr {
    margin: 10px 0;
    width: 50%; }
  .convo-buble .convo-attached-file {
    color: #424B5D;
    font-size: 16px;
    margin-top: 10px; }
    .convo-buble .convo-attached-file i {
      vertical-align: middle;
      margin-right: 5px; }
    .convo-buble .convo-attached-file span {
      vertical-align: middle; }
    .convo-buble .convo-attached-file:hover, .convo-buble .convo-attached-file:focus {
      color: #3B7DFF; }

.convo-input {
  position: relative;
  margin-top: 20px; }
  .convo-input .form-control {
    border: none;
    -webkit-box-shadow: 0 3px 10px rgba(16, 22, 35, 0.14);
    box-shadow: 0 3px 10px rgba(16, 22, 35, 0.14);
    resize: none;
    padding: 15px 70px 15px 40px;
    height: auto; }
  .convo-input .btn {
    position: absolute;
    bottom: 12px;
    right: 12px; }
  .convo-input .attach-btn {
    position: absolute;
    bottom: 12px;
    left: 13px; }
  .convo-input.--admin-log .form-control {
    padding-left: 20px; }

.pos-rel {
  position: relative; }

.attached-file {
  border: 2px dashed #DDE3EF;
  padding: 7px 15px;
  margin-top: -2px;
  border-radius: 0 0 5px 5px; }
  .attached-file span {
    font-size: 16px; }
  .attached-file svg {
    height: 20px; }

.page-not-found-100vh {
  height: calc(100vh - 340px); }
  .page-not-found-100vh svg {
    width: 75px;
    height: 75px;
    color: #FF3B56;
    margin-bottom: 30px; }
  .page-not-found-100vh h3 {
    font-weight: 600;
    margin-bottom: 15px; }
  .page-not-found-100vh p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px; }

.datepicker {
  border-radius: .375rem;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl.dropdown-menu {
    left: auto; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #101623; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute; }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px; }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px; }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px; }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px; }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px; }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px; }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-top: 7px solid white;
    border-bottom: 0; }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0; }

.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }
  .datepicker table tr td {
    border-radius: 5px; }
  .datepicker table tr th {
    font-weight: 500;
    border-radius: .375rem; }
  .datepicker table tr td, .datepicker table tr th {
    font-size: .875rem;
    width: 36px;
    height: 36px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    text-align: center;
    border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #adb5bd; }
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  cursor: pointer;
  background: rgba(59, 125, 255, 0.3);
  color: #3B7DFF; }
.datepicker table tr td.disabled {
  cursor: default;
  color: #dee2e6;
  background: none; }
  .datepicker table tr td.disabled:hover {
    cursor: default;
    color: #dee2e6;
    background: none; }
.datepicker table tr td.highlighted {
  border-radius: 0; }
  .datepicker table tr td.highlighted.focused {
    background: #085bff; }
  .datepicker table tr td.highlighted.disabled {
    color: #ced4da;
    background: #085bff; }
    .datepicker table tr td.highlighted.disabled:active {
      color: #ced4da;
      background: #085bff; }
.datepicker table tr td.today {
  background: white; }
  .datepicker table tr td.today.focused {
    background: white; }
  .datepicker table tr td.today.disabled {
    color: #8898aa;
    background: white; }
    .datepicker table tr td.today.disabled:active {
      color: #8898aa;
      background: white; }
.datepicker table tr td.range {
  color: #3B7DFF;
  border-radius: 0;
  background: rgba(59, 125, 255, 0.2); }
  .datepicker table tr td.range.focused {
    background: #3b53de; }
  .datepicker table tr td.range.disabled {
    color: #8a98eb;
    background: #324cdd; }
    .datepicker table tr td.range.disabled:active {
      color: #8a98eb;
      background: #324cdd; }
  .datepicker table tr td.range.day.disabled:hover {
    color: #8a98eb;
    background: #324cdd; }
  .datepicker table tr td.range.highlighted.focused {
    background: #cbd3da; }
  .datepicker table tr td.range.highlighted.disabled {
    color: #dee2e6;
    background: #e9ecef; }
    .datepicker table tr td.range.highlighted.disabled:active {
      color: #dee2e6;
      background: #e9ecef; }
  .datepicker table tr td.range.today.disabled {
    color: #fff;
    background: #085bff; }
    .datepicker table tr td.range.today.disabled:active {
      color: #fff;
      background: #085bff; }
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #3B7DFF; }
  .datepicker table tr td.day.range-start:hover {
    background: #085bff; }
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #3B7DFF; }
  .datepicker table tr td.day.range-end:hover {
    background: #085bff; }
.datepicker table tr td.day.range-start.range-end {
  border-radius: 5px;
  background: #3B7DFF;
  color: #FFFFFF; }
.datepicker table tr td.selected {
  color: #fff;
  background: #085bff; }
  .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background: #085bff; }
.datepicker table tr td.day.range:hover {
  color: #fff;
  background: #085bff; }
.datepicker table tr td.active {
  color: #fff;
  background: #085bff;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background: #085bff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .datepicker table tr td.active.active {
    background: #3B7DFF; }
    .datepicker table tr td.active.active:hover {
      background: #226cff; }
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }
  .datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: rgba(59, 125, 255, 0.2);
    color: #3B7DFF; }
  .datepicker table tr td span.disabled {
    cursor: default;
    color: #dee2e6;
    background: none; }
    .datepicker table tr td span.disabled:hover {
      cursor: default;
      color: #dee2e6;
      background: none; }
  .datepicker table tr td span.active {
    background: #3B7DFF; }
    .datepicker table tr td span.active.active {
      background: #3B7DFF; }
    .datepicker table tr td span.active:hover {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td span.active.disabled {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.active.disabled:hover {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .datepicker table tr td span.old, .datepicker table tr td span.new {
    color: #8898aa; }
.datepicker .datepicker-switch {
  width: 145px;
  cursor: pointer; }
.datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer; }
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF; }
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden; }
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-daterange .form-control {
  text-align: left; }

.selectize-dropdown-content [data-selectable] {
  padding: 10px 15px; }
  .selectize-dropdown-content [data-selectable] span.selectize-member-id {
    display: block;
    margin-bottom: 3px; }
    .selectize-dropdown-content [data-selectable] span.selectize-member-id:last-child {
      opacity: 0.8;
      margin-bottom: 0; }

.selectize-input {
  padding: 10px 20px;
  background: #f4f7fa; }
  .selectize-input.full {
    background: #f4f7fa; }

.modal-search {
  padding: 20px; }
  .modal-search .search-table {
    margin-top: 0; }

.numpad .btn {
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 50%;
  width: 60px;
  height: 59px;
  line-height: 0;
  position: relative; }
  .numpad .btn svg {
    position: absolute;
    top: 30%;
    left: 28%; }
  .numpad .btn i {
    margin-left: -2px; }

.pin-code label {
  display: block;
  text-align: center;
  margin-bottom: 25px; }

.pin-password {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  display: ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pin-password li {
    width: 100%;
    text-align: center; }
    .pin-password li.active span {
      height: 20px;
      width: 20px;
      background: #3B7DFF;
      -webkit-box-shadow: 0 0 0 0.3rem rgba(59, 125, 255, 0.3);
      box-shadow: 0 0 0 0.3rem rgba(59, 125, 255, 0.3); }
    .pin-password li span {
      display: inline-block;
      height: 20px;
      width: 20px;
      background: #DDE3EF;
      vertical-align: middle;
      border-radius: 50%; }

.action-btn {
  position: fixed;
  bottom: 0;
  left: 80px;
  right: 0;
  background: #1b253c;
  padding: 10px;
  -webkit-box-shadow: 0 -6px 10px rgba(16, 22, 35, 0.07);
  box-shadow: 0 -6px 10px rgba(16, 22, 35, 0.07);
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 12; }
  .action-btn.preview {
    left: 0; }

.template-img-holder {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  position: relative; }
  .template-img-holder img {
    width: 100%; }
  .template-img-holder .icon-action {
    position: absolute;
    top: 10px;
    right: 10px; }

.question-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.question-item {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }

.question-number {
  width: 44px;
  background: #DDE3EF;
  text-align: center;
  border-radius: 50%;
  display: block;
  padding: 6px 0;
  margin-right: 10px;
  color: #101623; }

.question-content {
  width: 100%;
  padding: 10px 15px;
  border: 2px dashed #DDE3EF;
  border-radius: 8px;
  background: rgba(194, 195, 198, 0.1); }
  .question-content.filled {
    border-color: transparent;
    background: transparent;
    padding: 0; }

.template-body {
  height: calc(100vh - 210px);
  overflow-y: auto;
  margin: 20px 0; }

.template-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.template-item {
  position: relative; }
  .template-item .template-content {
    display: block;
    border: 2px dashed #DDE3EF;
    border-radius: 8px;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .template-item .template-content i {
      font-size: 34px; }
    .template-item .template-content span {
      display: block;
      margin-top: 10px;
      font-size: 14px; }
  .template-item.filled .template-content {
    border: 2px solid #DDE3EF;
    padding: 20px 15px 50px 15px; }
    .template-item.filled .template-content img {
      width: 100%;
      margin-bottom: 10px; }
    .template-item.filled .template-content h5 {
      text-align: left;
      margin-bottom: 0; }
  .template-item.active .template-content {
    border-color: #3B7DFF;
    -webkit-box-shadow: 0 0 10px rgba(59, 125, 255, 0.9);
    box-shadow: 0 0 10px rgba(59, 125, 255, 0.9); }
  .template-item .remove-template {
    width: 25px;
    padding: 6px 0;
    border-radius: 50%;
    background: #FF3B56;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 0; }
    .template-item .remove-template i {
      color: #FFFFFF;
      font-size: 13px; }
    .template-item .remove-template:hover, .template-item .remove-template:focus {
      background: #ee0021; }
  .template-item:hover .template-content, .template-item:focus .template-content {
    border-color: #3B7DFF; }
  .template-item .template-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px; }

.remove-icon {
  width: 25px;
  padding: 6px 0;
  border-radius: 50%;
  background: #FF3B56;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 0; }
  .remove-icon i {
    color: #FFFFFF;
    font-size: 13px; }
  .remove-icon:hover, .remove-icon:focus {
    background: #ee0021; }

.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }

.icon-action {
  width: 30px;
  padding: 6px 0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .icon-action i {
    font-size: 18px; }
  .icon-action.-primary {
    background: rgba(59, 125, 255, 0.3); }
    .icon-action.-primary i {
      color: #3B7DFF; }
    .icon-action.-primary:hover, .icon-action.-primary:focus {
      background: #3B7DFF; }
      .icon-action.-primary:hover i, .icon-action.-primary:focus i {
        color: #FFFFFF; }
  .icon-action.-danger {
    background: rgba(255, 59, 86, 0.3); }
    .icon-action.-danger i {
      color: #FF3B56; }
    .icon-action.-danger:hover, .icon-action.-danger:focus {
      background: #FF3B56; }
      .icon-action.-danger:hover i, .icon-action.-danger:focus i {
        color: #FFFFFF; }

.action-item {
  display: block;
  border: 2px dashed #DDE3EF;
  position: relative;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #424B5D; }
  .action-item img {
    width: 100%; }
  .action-item:hover, .action-item:focus, .action-item.active {
    border-color: #3B7DFF; }
  .action-item.img {
    background-size: cover !important;
    height: 170px;
    width: 100%;
    display: block; }
    .action-item.img span {
      position: absolute;
      bottom: 15%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 14px;
      color: #86888D; }
    .action-item.img:hover, .action-item.img:focus, .action-item.img.active {
      border-color: #3B7DFF; }

.or-line {
  position: relative;
  text-align: center;
  margin: 20px 0; }
  .or-line span {
    background: #DDE3EF;
    width: 35px;
    padding: 7px 0;
    border-radius: 50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
  .or-line:after {
    height: 2px;
    background: #DDE3EF;
    position: absolute;
    top: 50%;
    content: '';
    left: 0;
    right: 54%; }
  .or-line:before {
    height: 2px;
    background: #DDE3EF;
    position: absolute;
    top: 50%;
    content: '';
    left: 54%;
    right: 0; }

.banner-background-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  opacity: 0.3; }

.position {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2; }
  .position.-bottom {
    top: 88vh; }
  .position.-top {
    top: 0; }

.banner-margin {
  margin-top: -120px;
  margin-bottom: 120px; }

.card-banner {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  border-radius: 8px;
  z-index: 2; }
  .card-banner p {
    margin-right: 10px;
    margin-bottom: 0; }

.table-responsive.custom-table .table td, .table-responsive.custom-table .table th {
  padding: 0.375rem !important; }

@media (min-width: 576px) {
  .card .card-header.with-button {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
    .card .card-header.with-button .btn {
      width: auto;
      display: inline-block;
      margin-top: 0 !important; }

  .btn-sm-block {
    width: auto;
    display: inline-block; }

  .action-item.img {
    height: 230px; }

  .approved-logo img {
    height: 125px;
    top: -140px; } }
@media (min-width: 768px) {
  .search-table {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
    .search-table .btn {
      display: inline-block;
      width: auto;
      margin-top: 0; }
    .search-table .form-control {
      margin-right: 5px;
      margin-bottom: 0; }

  .modal-sm {
    max-width: 350px; }

  .modal-pin {
    max-width: 370px; }

  .table-paging {
    display: inline-block;
    margin-top: 15px; }

  .action-btn {
    left: 0; }

  .action-item.img {
    height: 400px; } }
@media (max-width: 768px) {
  .table.mobile-table {
    border-collapse: separate;
    border-spacing: 0 10px; }
    .table.mobile-table thead {
      display: none; }
    .table.mobile-table td.small-table-item {
      padding-left: 25px; }
      .table.mobile-table td.small-table-item label {
        display: block;
        margin-bottom: 0;
        font-weight: 600; }
      .table.mobile-table td.small-table-item ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0; }
        .table.mobile-table td.small-table-item ul li span {
          font-weight: 600; } }
@media (max-width: 576px) {
  .pcoded-header .navbar-nav.mr-auto li {
    display: block;
    padding-left: 15px; }

  .btn-block-sm {
    display: block;
    width: 100%; }

  .h-sm-auto {
    height: auto !important; } }

/*# sourceMappingURL=custom-style.css.map */
