.blue-custom {
  background: #0073B5 !important;
}

.blue-custom-text {
  color: #0073B5 !important;
}

/* cyrillic-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaB.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h2 {
  letter-spacing: -1px;
}

.display-5 {
  font-size: 24px;
  letter-spacing: -0.8px;
  font-weight: 600;
  margin: 0;
}

.helper-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  letter-spacing: -0.2px;
}

.title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

body {
  font-family: "Nunito", sans-serif !important;
}

.fullHeight {
  height: 100vh;
}
.fullHeight.scroll {
  overflow-y: scroll;
}

.border {
  border: 1px solid #e0e0e0;
}

.border-0 {
  border: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

legend {
  font-size: 15px;
  font-weight: 600;
}

.alert-floating {
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.cursor {
  cursor: pointer;
}

.apps {
  position: fixed;
  top: 56px;
  right: 12px;
  width: 364px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1001;
  overflow-y: scroll;
}

@media only screen and (min-width: 0) {
  .content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .content {
    padding-left: 324px;
  }
}
::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 9px;
}

@keyframes icon-loading {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
    color: rgb(5, 105, 164);
  }
  50% {
    transform: rotate(180deg);
    color: rgb(122, 193, 231);
  }
  75% {
    transform: rotate(270deg);
    color: rgb(5, 105, 164);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes icon-alerting {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.load-icon {
  display: inline-block;
  animation: icon-loading 2s infinite ease-in-out;
}

.alert-icon {
  display: inline-block;
  animation: icon-alerting 1s infinite ease;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

input.browser-default {
  border: 1px solid #f2f2f2 !important;
  padding: 5px !important;
  height: 42px !important;
  width: 100% !important; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  border-color: #0073B5;
  background-color: #0073B5;
}

.file-container {
  cursor: pointer;
  box-shadow: none;
  border: 2px dashed #e0e0e0;
  text-align: center;
}
.file-container.isset {
  border-color: #0073B5;
}
.file-container.isset .material-icons {
  color: #0073B5;
}
.file-container .material-icons {
  font-size: 46px;
  color: #9a9a9a;
}
.file-container .file-path {
  border: none !important;
  text-align: center;
  box-shadow: none !important;
}

.tabs.custom .tab {
  text-transform: none;
}
.tabs.custom .tab a {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.4px;
  font-weight: 600;
}
.tabs.custom .tab a {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.4px;
  font-weight: 600;
}
.tabs.custom .tab a.active {
  color: #0073B5;
  background: none;
}
.tabs.custom .tab a:focus {
  background: none;
}
.tabs.custom .indicator {
  background: #0073B5;
  border-radius: 4px;
}

.btn.custom {
  text-transform: none;
  background-color: #0073B5;
  letter-spacing: -0.1px;
}

.carousel.custom {
  height: 100vh;
}
.carousel.custom .carousel-item {
  width: 100%;
  height: 100%;
}

table.bordered {
  border: 1px solid #e0e0e0;
}
table.bordered thead.filter-header tr td, table.bordered thead.filter-header tr th {
  border: none;
}
table.bordered tr {
  border: 1px solid #e0e0e0;
}
table.bordered tr td, table.bordered tr th {
  font-size: 14px;
  border: 1px solid #e0e0e0;
}
table.bordered tr td .pagination, table.bordered tr th .pagination {
  margin: 0;
  font-size: 14px;
}
table.bordered tr td .pagination li a, table.bordered tr th .pagination li a {
  font-size: 14px;
}

.card-image.rounded {
  text-align: center;
}
.card-image.rounded .profile-photo {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 24px auto;
  overflow: hidden;
}
.card-image.rounded img {
  margin: 0 auto;
  width: 100%;
}
.card-image.rounded .card-title {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.6px;
}

.btn-flat.custom {
  text-transform: none;
  color: #0073B5;
  padding: 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.collection.custom .collection-item {
  font-weight: 600;
  color: #0073B5;
  font-size: 14px;
}
.collection.custom .active {
  background: #BBDEFB !important;
}

.collapsible.custom {
  box-shadow: none;
  border-radius: 8px;
}
.collapsible li .collapsible-header {
  line-height: 1.65;
  font-weight: 600;
  font-size: 14.5px;
}
.collapsible li .collapsible-header .material-icons {
  color: #0073B5;
}
.collapsible li:first-child .collapsible-header {
  border-radius: 8px 8px 0 0;
}
.collapsible li:last-child .collapsible-header {
  border-radius: 0 0 8px 8px;
}

.tabs.modern {
  z-index: 0;
  background: #f7f7fc;
  padding: 0 8px;
  border-radius: 2px;
}
.tabs.modern .tab {
  text-transform: none;
}
.tabs.modern .tab a {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.4px;
  font-weight: 600;
}
.tabs.modern .tab a {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.4px;
  font-weight: 600;
}
.tabs.modern .tab a.active {
  color: #0073B5;
  background: none;
}
.tabs.modern .tab a:focus {
  background: none;
}
.tabs.modern .indicator {
  background: #ffffff;
  border-radius: 4px;
  bottom: 5px;
  height: 38px;
  z-index: -1;
  box-shadow: 1px 0px 10px 1px rgba(0, 0, 0, 0.05);
}
.tabs.modern .indicator::marker {
  width: 0;
  height: 0;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #0073B5;
  box-shadow: 0 1px 0 0 #0073B5;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #0073B5;
}

.input-field .helper-text {
  margin: 0;
}

.a4 {
  height: 297mm;
  width: 210mm;
  overflow: scroll;
}

.a4-horizontal {
  height: 210mm;
  width: 297mm;
  padding: 1.25cm 1cm 0.75cm 0.5cm;
  overflow: scroll;
  position: relative;
}

.a5 {
  height: 148mm;
  width: 210mm;
  overflow: hidden;
  position: relative;
}
.a5.diploma {
  width: 203mm;
  height: 143.5mm;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 12px !important;
}

.mt-2 {
  margin-top: 24px !important;
}

.ml-2 {
  margin-left: 24px !important;
}

.mr-2 {
  margin-right: 24px !important;
}

.mr-1 {
  margin-right: 12px !important;
}

.pt-1 {
  padding-top: 12px !important;
}

.pr-2 {
  padding-right: 24px !important;
}

.sidenav li > a {
  font-weight: 600;
}

nav ul a {
  height: 64px;
}

.pagination li.active {
  background: #0073B5;
}

.container.custom {
  width: 1080px;
}
