html {
  height: 100vh;
}

a {
  color: #0170E7;
}
a:hover {
  color: #35363A;
}

body {
  background: #FBFBFB;
  color: #35363A;
  font-family: "proxima_nova_regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body header {
  padding: 10px;
}
body .heading-page {
  text-align: center;
  margin-bottom: 30px;
}
body .heading-page h1 {
  font-size: 40px;
  font-family: "proxima_nova_semibold", sans-serif;
  margin: 0 0 10px;
  padding: 0;
  line-height: 30px;
}
body .heading-page .sub-title {
  font-size: 16px;
}
body #frm-directory {
  padding-bottom: 50px;
}
body .wrap-ipt {
  margin-bottom: 20px;
}
body .wrap-ipt input[type=text], body .wrap-ipt input[type=password], body .wrap-ipt input[type=email] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A8B9C6;
}
body .wrap-ipt .select2-container--default.select2-container--focus .select2-selection--multiple, body .wrap-ipt .select2-container--default .select2-selection--multiple, body .wrap-ipt .select2-container--default.select2-container--focus .select2-selection--single, body .wrap-ipt .select2-container--default .select2-selection--single {
  border-radius: 8px;
  border: 1px solid #A8B9C6;
  min-height: 38px;
}
body .wrap-ipt .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
body .wrap-ipt .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
body .wrap-form .block {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
}
body .wrap-form h3 {
  color: #0170E7;
  font-size: 24px;
  font-family: "proxima_nova_semibold", sans-serif;
  margin: 0 0 20px;
  padding: 0;
}
body .wrap-form h5.title-row {
  font-family: "proxima_nova_bold", sans-serif;
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
}
body .wrap-form .label {
  font-size: 16px;
  font-family: "proxima_nova_semibold", sans-serif;
  margin-bottom: 5px;
}
body .wrap-form .label span {
  color: #D3D3D3;
}
body .wrap-form .label.text-sm {
  font-size: 14px;
}
body .wrap-form .wrap-check {
  display: flex;
  gap: 15px 50px;
  flex-wrap: wrap;
}
body .wrap-form .wrap-check a, body .wrap-form .wrap-check label.btn {
  display: block;
  flex: 0 0 auto;
  border-radius: 4px;
  width: 120px;
  padding: 5px 0px;
  text-align: center;
  color: #000;
  background: #F5F8FA;
  box-shadow: none;
}
body .wrap-form .wrap-check .btn-check:active + .btn-secondary, body .wrap-form .wrap-check .btn-check:checked + .btn-secondary, body .wrap-form .wrap-check .btn-secondary.active, body .wrap-form .wrap-check .btn-secondary:active, body .wrap-form .wrap-check .show > .btn-secondary.dropdown-toggle {
  background: #0170E7;
  color: #fff;
}
body .wrap-form .wrap-col-form {
  display: flex;
  gap: 0px 50px;
}
body .wrap-form .wrap-col-form.space-between {
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
body .wrap-form .wrap-col-form .col-form.right {
  text-align: right;
}
body .wrap-form .btn {
  padding: 10px 40px;
  background: #0170E7;
  color: #fff;
  text-transform: none;
  font-size: 16px;
}
body .wrap-form .row-avatar {
  justify-content: space-between;
}
body .wrap-form .col-avatar {
  display: flex;
  justify-content: flex-end;
}
body .wrap-form .wrap-avatar {
  width: 125px;
  flex: 0 0 125px;
}
body .wrap-form .wrap-avatar .img-previews {
  border-radius: 4px;
  overflow: hidden;
}
body .wrap-form .wrap-avatar .btn-upload {
  margin: 10px 0 0;
}
body .wrap-form .wrap-avatar .btn-upload .lbl-dm-uploader {
  background: #F5F8FA;
  color: #0170E7;
  border-radius: 29px;
  font-size: 14px;
  padding: 5px 10px;
  box-shadow: none;
  font-family: "proxima_nova_semibold", sans-serif;
}
body .inputfile, body .multiple-file-input, body .single-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
body .header-wrapper {
  position: relative;
  margin: 20px 0 30px;
}
body .header-wrapper .nav-user-wrapper {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0px;
}
body .header-wrapper .nav-user-wrapper .nav-user .nav-item i {
  color: #666666;
}
body .header-wrapper .header-logo {
  float: left;
}
body .header-wrapper .header-logo a {
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
  padding-left: 30px;
  padding-right: 20px;
  text-align: center;
}
body .header-wrapper .header-logo a img {
  height: 120px;
}
body .header-wrapper .header-content {
  background: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
body .header-wrapper .header-content .nav-main-top i {
  display: none;
}
body .header-wrapper .header-content .nav-main-top li {
  padding-right: 5px;
}
body .header-wrapper .header-content .nav-main-top li a {
  color: #666666;
  background: #CCCCCC;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  margin-bottom: 5px;
}
body .header-wrapper .header-content .nav-main-top li.active a {
  background: #000000;
  color: #ffffff;
}
body .header-wrapper #sub-header .sub-menu li a {
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 5px;
}
body .header-wrapper #sub-header .sub-menu li.active a, body .header-wrapper #sub-header .sub-menu li:hover a {
  border-bottom: 1px solid #000000;
  color: #000000;
}
body .header-wrapper .nav-user {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
  text-align: right;
}
body .header-wrapper .nav-user > li {
  font-size: 17px;
}
body .header-wrapper .nav-user li {
  display: inline;
  padding: 0 0 0 20px;
}
body .header-wrapper .nav-user li a {
  color: #CCCCCC;
  font-size: 20px;
  position: relative;
}
body .header-wrapper .nav-user li a span.message-number {
  color: #FFF;
  font-weight: bold;
  font-size: 0.675em;
  position: absolute;
  top: 0.75em;
  left: 1em;
  border-radius: 20px;
  padding: 2px 5px 5px 3px;
  background-color: #333333;
  display: inline-block;
  width: 20px;
  height: 20px;
}
body table.table tbody a {
  color: #000;
}
body .main-title h1, body .main-title h2, body .main-title h3 {
  font-size: 30px;
  font-family: "proxima_nova_black", sans-serif;
  margin: 0;
  padding: 0;
}
body #loading-ajax {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999999;
}
body #loading-ajax .loader-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
body #loading-ajax .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #000;
}
body #loading-ajax .loader:before,
body #loading-ajax .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
body #loading-ajax .loader:after {
  color: #0170E7;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
body .pagination-wrapper {
  display: block;
}
body .list-sortable {
  margin: 0;
  padding: 0;
}
body .list-sortable li {
  list-style: none;
}
body .list-sortable li .item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #F4F4F4;
  justify-content: space-between;
}
body .list-sortable li .item .name {
  flex: 0 0 100%;
}
body .list-sortable li .item .name.wrap-ipt {
  margin: 0;
  gap: 0px;
}
body .alert-inline {
  position: fixed;
  bottom: 50px;
  left: 30px;
  right: 30px;
  z-index: 9999999;
}
body .error-input {
  color: #ff0000;
  display: inline-block;
  padding: 10px 0 0;
}
body #item-sample {
  display: none;
}
body .data-table-wrapper table td {
  padding: 10px 0;
}
