@import url(https://fonts.googleapis.com/css?family=Lato:400,900,400italic,900italic);
@import url(//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css);
@charset "UTF-8";
/************** DEFAULT CSS FOR INTERGRIP **************/
/******************************************************/
/*******************************************/
/** BOOTSTRAP 4 BACKWARDS COMPATIBILITY **/
/*** PLEASE FIX IF YOU ARE STILL HERE ***/
/*****************************************/
.btn.disabled, .btn.btn-disabled {
  pointer-events: none !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-attachment .row, .well-attachment [class*=col-] {
  margin: 0;
  padding: 0;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.input-group label, .input-group strong {
  display: block;
  width: 100%;
}
.input-group .form-control,
.input-group .form-control-plaintext,
.input-group .custom-select,
.input-group .custom-file {
  width: auto;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

[class*=col-xs] {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/**
Group-addon backwards compatibility
 */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
  width: auto;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group > .input-group-addon:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-addon:last-child > label:not(:last-child), .input-group > .input-group-addon:not(:last-child) > .btn, .input-group > .input-group-addon:not(:last-child) > label, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}

.input-group .selectize-dropdown {
  width: auto !important;
}
.input-group .input-group-addon {
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}
.input-group .input-group-addon label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group .input-group-addon.input-group-addon-right {
  flex-grow: 1;
  background-color: #fff;
  border-left: 1px solid #ced4da;
}
.input-group .input-group-addon.input-group-addon-right > label {
  background-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
  margin-right: 5px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
  width: auto;
}

.form-control {
  height: 35px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #446CB3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #713b87;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 0.5rem 1rem;
  display: block;
  border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs a.active, .nav-tabs a.active:hover, .nav-tabs a.active:focus,
.nav-tabs li.active a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

.dropdown-menu li {
  display: block;
  width: 100%;
  padding: 5px 10px;
  clear: both;
  font-weight: 400;
  color: rgb(88, 88, 90);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:after {
  content: "";
  display: table;
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-heading:after, .panel-footer:after {
  content: "";
  clear: both;
  display: table;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #446CB3;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #446CB3;
  border-color: #446CB3;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #446CB3;
}

.panel-primary > .panel-heading .badge {
  color: #446CB3;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #446CB3;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px !important;
  font-size: 12px !important;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.form-group > label + select + .multiselect {
  width: 100%;
}

.ui-datepicker {
  z-index: 8031 !important;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1199px;
  --breakpoint-xl: 1599px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1599px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.portaal div#student .col-xl,
.portaal div#student .col-xl-auto, .portaal div#student .col-xl-12, .portaal div#student .col-xl-11, .portaal div#student .col-xl-10, .portaal div#student .col-xl-9, .portaal div#student .col-xl-8, .portaal div#student .col-xl-7, .portaal div#student .col-xl-6, .portaal div#student .col-xl-5, .portaal div#student .col-xl-4, .portaal div#student .col-xl-3, .portaal div#student .col-xl-2, .portaal div#student .col-xl-1, .portaal div#student .col-lg,
.portaal div#student .col-lg-auto, .portaal div#student .col-lg-12, .portaal div#student .col-lg-11, .portaal div#student .col-lg-10, .portaal div#student .col-lg-9, .portaal div#student .col-lg-8, .portaal div#student .col-lg-7, .portaal div#student .col-lg-6, .portaal div#student .col-lg-5, .portaal div#student .col-lg-4, .portaal div#student .col-lg-3, .portaal div#student .col-lg-2, .portaal div#student .col-lg-1, .portaal div#student .col-md,
.portaal div#student .col-md-auto, .portaal div#student .col-md-12, .portaal div#student .col-md-11, .portaal div#student .col-md-10, .portaal div#student .col-md-9, .portaal div#student .col-md-8, .portaal div#student .col-md-7, .portaal div#student .col-md-6, .portaal div#student .col-md-5, .portaal div#student .col-md-4, .portaal div#student .col-md-3, .portaal div#student .col-md-2, .portaal div#student .col-md-1, .portaal div#student .col-sm,
.portaal div#student .col-sm-auto, .portaal div#student .col-sm-12, .portaal div#student .col-sm-11, .portaal div#student .col-sm-10, .portaal div#student .col-sm-9, .portaal div#student .col-sm-8, .portaal div#student .col-sm-7, .portaal div#student .col-sm-6, .portaal div#student .col-sm-5, .portaal div#student .col-sm-4, .portaal div#student .col-sm-3, .portaal div#student .col-sm-2, .portaal div#student .col-sm-1, .portaal div#student .col,
.portaal div#student .col-auto, .portaal div#student .col-12, .portaal div#student .col-11, .portaal div#student .col-10, .portaal div#student .col-9, .portaal div#student .col-8, .portaal div#student .col-7, .portaal div#student .col-6, .portaal div#student .col-5, .portaal div#student .col-4, .portaal div#student .col-3, .portaal div#student .col-2, .portaal div#student .col-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1199px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1599px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1198.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1598.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.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, .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, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .portaal div#student .btn-group-lg > .btn, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .portaal div#student .btn-group-sm > .btn, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1199px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1599px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .portaal div#student .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .portaal div#student .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1198.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1199px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1598.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1599px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1199px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1599px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1199px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1599px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .portaal div#student .bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .portaal div#student .bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .portaal div#student .bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .portaal div#student .bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .portaal div#student .bs-popover-auto[x-placement^=top], .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .portaal div#student .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .portaal div#student .bs-popover-auto[x-placement^=right], .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .portaal div#student .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .portaal div#student .bs-popover-auto[x-placement^=bottom], .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .portaal div#student .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .portaal div#student .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .portaal div#student .bs-popover-auto[x-placement^=left], .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .portaal div#student .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1599px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1199px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1599px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1199px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1599px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1.071rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.071rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.071rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.071rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.071rem !important;
}

.m-4 {
  margin: 1.429rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.429rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.429rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.429rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.429rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1.071rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.071rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.071rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.071rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.071rem !important;
}

.p-4 {
  padding: 1.429rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.429rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.429rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.429rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.429rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1.071rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.071rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.071rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.071rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.071rem !important;
}

.m-n4 {
  margin: -1.429rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.429rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.429rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.429rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.429rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1.071rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.071rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.071rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.071rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.071rem !important;
  }
  .m-sm-4 {
    margin: 1.429rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.429rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.429rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.429rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.429rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1.071rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.071rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.071rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.071rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.071rem !important;
  }
  .p-sm-4 {
    padding: 1.429rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.429rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.429rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.429rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.429rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1.071rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.071rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.071rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.071rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.071rem !important;
  }
  .m-sm-n4 {
    margin: -1.429rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.429rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.429rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.429rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.429rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1.071rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.071rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.071rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.071rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.071rem !important;
  }
  .m-md-4 {
    margin: 1.429rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.429rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.429rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.429rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.429rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1.071rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.071rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.071rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.071rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.071rem !important;
  }
  .p-md-4 {
    padding: 1.429rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.429rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.429rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.429rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.429rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1.071rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.071rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.071rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.071rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.071rem !important;
  }
  .m-md-n4 {
    margin: -1.429rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.429rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.429rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.429rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.429rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1199px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1.071rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.071rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.071rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.071rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.071rem !important;
  }
  .m-lg-4 {
    margin: 1.429rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.429rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.429rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.429rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.429rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1.071rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.071rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.071rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.071rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.071rem !important;
  }
  .p-lg-4 {
    padding: 1.429rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.429rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.429rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.429rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.429rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1.071rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.071rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.071rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.071rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.071rem !important;
  }
  .m-lg-n4 {
    margin: -1.429rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.429rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.429rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.429rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.429rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1599px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1.071rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.071rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.071rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.071rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.071rem !important;
  }
  .m-xl-4 {
    margin: 1.429rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.429rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.429rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.429rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.429rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1.071rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.071rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.071rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.071rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.071rem !important;
  }
  .p-xl-4 {
    padding: 1.429rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.429rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.429rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.429rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.429rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1.071rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.071rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.071rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.071rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.071rem !important;
  }
  .m-xl-n4 {
    margin: -1.429rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.429rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.429rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.429rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.429rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1599px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1199px !important;
  }
  .container {
    min-width: 1199px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IntergripIcons";
  src: url("../../../fonts/intergrip-icons/fonts/IntergripIcons.eot?97qpdt");
  src: url("../../../fonts/intergrip-icons/fonts/IntergripIcons.eot?97qpdt#iefix") format("embedded-opentype"), url("../../../fonts/intergrip-icons/fonts/IntergripIcons.ttf?97qpdt") format("truetype"), url("../../../fonts/intergrip-icons/fonts/IntergripIcons.woff?97qpdt") format("woff"), url("../../../fonts/intergrip-icons/fonts/IntergripIcons.svg?97qpdt#IntergripIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ig {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IntergripIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ig-logo-mark:before {
  content: "a";
}

.ig-logo:before {
  content: "b";
}

.ig-portal:before {
  content: "c";
}

.ig-lp:before {
  content: "d";
}

.ig-ddd:before {
  content: "e";
}

.ig-lob:before {
  content: "f";
}

.ig-provso:before {
  content: "g";
}

.ig-vombo:before {
  content: "h";
}

.ig-monitorus:before {
  content: "i";
}

.ig-povo:before {
  content: "j";
}

.ig-zjb:before {
  content: "k";
}

.ig-zjs:before, .ig-zoekjouwstudie:before {
  content: "l";
}

.ig-povous:before {
  content: "m";
}

.ig-mbombo:before {
  content: "n";
}

.ig-ordagen:before {
  content: "o";
}

.ig-ml:before {
  content: "p";
}

.ig-bb:before {
  content: "q";
}

.ig-wegwijsdagen:before {
  content: "r";
}

.ig-vsv:before {
  content: "s";
}

.ig-ps:before {
  content: "t";
}

.ig-helpdesk:before {
  content: "1";
}

.ig-api:before {
  content: "2";
}

.ig-resource:before {
  content: "3";
}

.ig-des:before {
  content: "4";
}

.ig-ci:before {
  content: "5";
}

.ig-share:before {
  content: "6";
}

.ig-static:before {
  content: "7";
}

.ig-ld:before, .ig-lobdossier:before {
  content: "u";
}

.ig-kop:before {
  content: "w";
}

.ig-us:before {
  content: "x";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
html .fancybox-wrap,
html .fancybox-skin,
html .fancybox-outer,
html .fancybox-inner,
html .fancybox-image,
html .fancybox-wrap iframe,
html .fancybox-wrap object,
html .fancybox-nav,
html .fancybox-nav span,
html .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
html .fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
html .fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html .fancybox-opened {
  z-index: 8030;
  min-width: 800px;
}
html .fancybox-class-no-min-width.fancybox-opened {
  min-width: 0 !important;
}
html .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
html .fancybox-outer, html .fancybox-inner {
  position: relative;
}
html .fancybox-inner {
  overflow: hidden;
}
html .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
html .fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
html .fancybox-image:not(.btn), html .fancybox-iframe:not(.btn) {
  display: block;
  width: 100%;
  height: 100%;
}
html .fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
html #fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
html #fancybox-loading div {
  width: 44px;
  height: 44px;
}
html .fancybox-close {
  background: #000;
  border: 2px solid #fff;
  position: absolute;
  text-decoration: none !important;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 8040;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 1px 6px 11px -3px rgba(0, 0, 0, 0.62);
  box-shadow: 1px 6px 11px -3px rgba(0, 0, 0, 0.62);
}
html .fancybox-close:after {
  content: "×";
  font-size: 22px;
  color: #fff;
  position: relative;
  font-weight: bold;
  line-height: 22px;
}
html .fancybox-nav {
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
html .fancybox-prev {
  left: 0;
}
html .fancybox-next {
  right: 0;
}
html .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
html .fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
html .fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
html .fancybox-nav:hover span {
  visibility: visible;
}
html .fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
html {
  /* Overlay helper */
}
html .fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
html .fancybox-lock body {
  overflow: hidden !important;
}
html .fancybox-lock-test {
  overflow-y: hidden !important;
}
html .fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}
html .fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
html .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
html {
  /* Title helper */
}
html .fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
html .fancybox-opened .fancybox-title {
  visibility: visible;
}
html .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
html .fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
html .fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
html .fancybox-title-inside-wrap {
  padding-top: 10px;
}
html .fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
html {
  /*Retina graphics!*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  html #fancybox-loading, html .fancybox-close, html .fancybox-prev span, html .fancybox-next span {
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  html #fancybox-loading div {
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/********************** MIXINS *************************/
/*****************************************************/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/************* DEFAULT CSS ************/
/************** GENERAL **************/
/************************************/
body {
  font-family: "Ubuntu";
}

.container_white {
  background-color: white;
  border-radius: 4px;
  padding-top: 10px;
  border: 1px solid #e7e7e7;
}

.shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
}

.logo_container {
  padding: 15px 0 15px 15px;
}

button:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-spacing-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.important {
  font-weight: 900;
}

.react-notification {
  position: fixed !important;
  top: 0;
  right: 0;
  margin: 50px;
  z-index: 100;
}

ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
}

a, a:active, a:focus {
  outline: none;
}

.none {
  display: none;
}

.intergrip-font-color {
  color: #F6A61A !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.kv_container {
  float: left;
  width: 100%;
}

.kv_body {
  float: left;
  width: 100%;
}

.kv_key {
  float: left;
  width: 40%;
}

.kv_value {
  float: left;
  width: 60%;
}

.gender_avatar {
  float: left;
  width: 100%;
}

.gender_avatar > img {
  float: left;
  width: 100%;
}

.break-each-word {
  /*display: table-caption;*/
}

/*************************************/
/********* WIDTH CLASSES **********/
/*************************************/
.w-100 {
  width: 100%;
}

/*************************************/
/********* SPACER CLASSES **********/
/*************************************/
.margin-20-v {
  margin: 20px 0;
}

.margin-bottom-15, .spacing-bottom {
  margin-bottom: 15px;
}

.margin-bottom-30, .extra-spacing-bottom {
  margin-bottom: 30px;
}

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

.no-padding {
  padding: 0 !important;
}

.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

/*************************************/
/********* COLOR CLASSES **********/
/*************************************/
.background-white {
  background: #fff;
}

/*************************************/
/********* HELPER FUNCTIONS **********/
/*************************************/
.no-margin {
  margin: 0 !important;
}

.checkbox-no-margin {
  margin: 0 !important;
}

.btn.disabled, .btn[disabled] {
  pointer-events: auto;
}

.notifications {
  position: fixed;
  z-index: 50;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  flex-direction: column;
  flex-shrink: 0;
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.is-flex > [class*=col-] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* truncate text in columns of tables */
.table-column-truncate {
  position: relative;
}

.table-column-truncate-body {
  position: absolute;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*************************************/
/********* NOTIFICATIONS *************/
/*************************************/
.notifications.top-right {
  right: 20px;
  top: 40px;
  z-index: 105;
}

.notifications.top-left {
  left: 20px;
  top: 40px;
}

.notifications.bottom-left {
  left: 20px;
  bottom: 40px;
}

.notifications.bottom-right {
  right: 20px;
  bottom: 40px;
}

.notifications > div {
  position: relative;
  margin: 5px 0px;
}

.notifications a.close {
  line-height: 0;
  position: absolute;
  top: 8px;
  right: 4px;
}

/*************************************/
/************ PORTAL BAR *************/
/*************************************/
#portalbar {
  background: #f8f8f8;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  padding: 0 20px;
  color: #777;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(119, 119, 119, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(119, 119, 119, 0.75);
}

#portalbar a {
  color: #777;
}

#portalbar a:hover {
  text-decoration: none;
  color: #777;
}

#portalbar .selector {
  z-index: 3;
  float: left;
  margin: 0;
  position: relative;
}

#portalbar .selector > li > a {
  cursor: default;
}

#portalbar .selector img.down-arrow {
  float: left;
  margin: 10px 5px 0 0;
}

#portalbar .selector, #portalbar .selector .submenu {
  list-style: none;
  padding: 0;
  z-index: 100;
}

#portalbar .selector .submenu {
  background: #f8f8f8;
  border-radius: 0 0 5px 5px;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

#portalbar .selector a:hover {
  background: #eee;
}

#portalbar .selector .submenu li:last-child a:hover {
  border-radius: 0 0 5px 5px;
}

#portalbar .selector.right .submenu {
  right: 0;
  left: auto;
}

#portalbar .selector a {
  display: block;
  line-height: 24px;
  padding: 0 10px;
  white-space: nowrap;
}

/*************************************/
/*********** NOTIFICATIONS ***********/
/*************************************/
div.notification ul {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 18px;
  list-style-type: square;
}

div.notification i {
  font-size: 16px;
  margin-right: 8px;
}

div.notification strong {
  font-size: 16px;
}

div.notification.error {
  background-color: #fbedeb;
  border-radius: 4px;
  padding: 10px;
}

div.notification.success {
  background-color: #e2f4ea;
  border-radius: 4px;
  padding: 10px;
}

div.notification.success span {
  font-size: 14px;
}

.error-message {
  display: block;
  float: right;
  padding: 3px 9px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #e1a8aa;
  border-right: 1px solid #e1a8aa;
  border-bottom: 1px solid #e1a8aa;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
}

/*************************************/
/*********** FORMBUILDER *************/
/*************************************/
div.partsContainer {
  width: 49%;
  float: left;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}

div.containerSeperator {
  width: 5px;
  height: 5px;
  float: left;
}

div.mainContainer {
  width: 49%;
  border-radius: 5px;
  float: left;
  border: 1px solid #d0d0d0;
}

div.overflowAll {
  overflow-x: auto;
}

ul.sortablePart,
ul.sortableStep,
ul.sortableBlock,
ul.sortableQuestion {
  list-style-type: none;
  padding: 5px 0 5px 5px;
  min-height: 20px;
  float: left;
}

div.expand {
  overflow: hidden;
  padding-left: 20px;
}

div.mainContainer div.content,
div.partsContainer div.content {
  padding-right: 5px;
  overflow: hidden;
}

div.mainContainer div.heading {
  padding: 7px 0;
}

div.partsContainer div.heading {
  padding: 10px 5px 9px 5px;
}

div.partsContainer ul {
  width: 100%;
  padding-right: 0;
}

div.mainContainer ul {
  width: 100%;
  padding-right: 0;
}

div.mainContainer ul li,
div.partsContainer ul li {
  overflow: hidden;
}

div.mainContainer ul li div.main-item,
div.partsContainer ul li div.main-item {
  background-color: #f2f2f2;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-left: 3px dotted #d0d0d0;
  padding: 5px 5px 5px 10px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

ul li span.icons {
  position: absolute;
  right: 28px;
}

ul li span.icons div {
  float: left;
  margin-left: 10px;
}

ul li.placeholder,
ul li.sortablePlaceholder {
  border: 3px dotted #d0d0d0;
  background-color: #aef2b2 !important;
  height: 32px;
}

div.formbuilderForm {
  margin-bottom: 2px;
}

div.expand {
  display: none;
}

/*************************************/
/*************** FORMS ***************/
/*************************************/
/*************************************/
/************** TABLES ***************/
/*************************************/
.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-child(n) > td.danger,
.table-striped > tbody > tr:nth-child(n) > th.danger {
  background-color: #f2dede;
}

table td {
  vertical-align: middle !important;
}

table td.control,
table td.wrap,
table td.date {
  width: 1px;
  white-space: nowrap;
}

table td.date {
  color: #777777;
}

table.subtable td.icons,
table.subtable-multi td.icons {
  width: 50px;
}

table.subtable td.icons span,
table.subtable-multi td.icons span {
  cursor: pointer;
}

table.subtable td.error,
table.subtable-multi td.error {
  color: #a94442;
}

table.table.table-plain td {
  border: none;
  padding-top: 2px;
  padding-bottom: 0;
}

/*************************************/
/************** BUTTONS **************/
/*************************************/
a.btn {
  text-decoration: none;
}

.btn-multi-line {
  white-space: normal !important;
}

.text-align-left {
  text-align: left;
}

.btn-chevron-right {
  position: absolute;
  right: 0;
  margin-right: 25px;
}

/*************************************/
/*********** FONT AWESOME ************/
/*************************************/
.fa-icon-invisible {
  visibility: hidden;
  display: none !important;
}

.fa {
  text-align: center;
}

button .fa {
  text-align: center;
}

.fa-pull-left .fa {
  text-align: left;
}

.icon-pull-right .fa {
  float: right;
}

.alert {
  padding: 15px;
}

.fancybox-inner .alert.alert-danger li {
  list-style: none;
  margin-top: -20px;
  margin-left: 30px;
}

/*************************************/
/******* BOOTSTRAP EXTENSION *********/
/*************************************/
.bootbox {
  z-index: 9000;
}

.navbar {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*.dropdown:hover .dropdown-menu {*/
/*display: block;*/
/*}*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  display: none !important;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #000;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.btn-dropdown-menu {
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 7px 18px !important;
}

.menu-buttons .dropdown:hover .dropdown-menu {
  display: block;
}

.menu-buttons .dropdown-toggle {
  width: auto;
}

.menu-buttons .dropdown-menu {
  margin-left: 15px;
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 11px;
}

.menu-buttons .btn-dropdown-menu-li > a {
  margin-bottom: -2px;
  border-radius: 0;
}

.menu-buttons .btn-dropdown-menu-li:first-child > a {
  border-radius: 6px 6px 0 0;
}

.menu-buttons .btn-dropdown-menu-li:last-child > a {
  border-radius: 0 0 6px 6px;
}

.menu-buttons .btn-dropdown-menu-li:only-child > a {
  border-radius: 6px;
}

.badge-danger {
  margin-top: 1px;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.badge.badge-inline {
  display: inline;
  position: static;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
}

.input-group {
  width: 100%;
}

span.input {
  display: table-cell;
  position: relative;
}

.input-group.single-input span.input {
  display: block;
  position: relative;
}

.input-group.single-input .form-control:first-child {
  border-radius: 4px;
}

.no-border-radius-left input.form-control {
  border-radius: 0 4px 4px 0 !important;
}

div.tooltip ul {
  list-style-type: none;
}

.tooltip.top .tooltip-inner, .tooltip.left .tooltip-inner, .tooltip.bottom .tooltip-inner, .tooltip.right .tooltip-inner {
  background-color: white;
  color: #58585a;
  border: 1px solid #ddd;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #ddd;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #ddd;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ddd;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #ddd;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

div.modal-error h1 {
  font-size: 60px;
  text-align: center;
}

.radio-inline, .checkbox-inline {
  padding-left: 0;
  padding-right: 20px;
}

.checkbox-inline {
  float: left;
  margin-left: 20px;
}

.well {
  padding: 13px 18px;
}

.well.important {
  border-color: #c1c1c1;
}

.well.with-attachment {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
}

.well .input-group {
  margin: 0;
}

.well-attachment {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.well-attachment.alert {
  padding-top: 6px;
  padding-bottom: 6px;
}

.well-attachment button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.well-attachment .row > div {
  padding-right: 0;
}

.child-rows-no-padding .row {
  padding: 0;
  margin: 0;
}

.child-form-groups-no-margin .form-group {
  margin: 0;
}

.panel-sub-heading {
  font-size: 14px;
  color: #58585a;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 5;
}

.panel-border-top {
  border-top: 1px solid #ddd;
}

.panel-addition {
  position: absolute;
  display: inline-block;
  padding: 5px;
  margin: 0 10px 0 10px;
  border: 1px solid #ccc;
}

.panel-addition.panel-addition-top {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  top: -45px;
}

.panel-addition.panel-addition-right {
  float: right;
  right: 15px;
}

div.panel.panel-with-addition {
  position: relative;
  margin-top: 25px;
}

/*************************************/
/******* TYPEAHEAD *******************/
/*************************************/
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

span.twitter-typeahead {
  width: 100%;
}

.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

div#loader {
  display: none;
}

/*Servicedesk pagina*/
.servicedeskheader {
  text-align: center;
  margin-top: 8%;
  margin-bottom: 10%;
}

.servicedeskheader h1 {
  color: #FFA726;
  font-size: 40px;
}

.servicedeskheader p {
  font-size: 15px;
}

#Actualservicedesk {
  height: auto;
}

.sidebar {
  border-left: solid thin #E0E0E0;
}

#Actualvombo {
  width: 100%;
  height: auto;
  padding-left: 5px;
}

#Availability {
  width: 100%;
  height: auto;
  padding-left: 5px;
}

#Celphoneservice {
  padding-left: 20px;
}

.sidebartext {
  padding-left: 55px;
}

.helpdesk-service {
  padding-top: 10px;
}

#chatservice {
  padding-left: 20px;
}

#emailservice {
  padding-left: 20px;
}

#Ownservice {
  width: 100%;
  height: auto;
  padding-left: 5px;
}

#Ownservice a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

#searchbar {
  float: left;
  margin-left: 2%;
  margin-bottom: 5%;
  width: 100%;
  height: auto;
  padding-left: 20px;
}

#inputservice {
  float: left;
  width: 90%;
  border: solid thin #E0E0E0;
  border-radius: 25px;
}

#inputservice input {
  padding: 10px 10px 10px 20px;
  width: 90%;
  border: none;
  border-radius: 25px;
  outline: none;
}

#searchservice {
  padding: 10px;
  color: #FFA726;
  float: right;
  padding-right: 15px;
  width: 10%;
  text-align: right;
}

.openclicker {
  cursor: pointer;
}

#morebutton {
  margin-left: 55px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#resetbtn {
  margin-left: 10px;
}

#faq {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 70%;
  height: auto;
  padding-left: 20px;
  background-color: #EEEEEE;
}

#questionservice {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 90%;
  height: auto;
  padding-left: 20px;
  background-color: white;
  border-radius: 10px;
}

#questionservice li {
  padding-top: 15px;
  color: #9E9E9E;
}

#questionservice a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

#AllAskedquestions {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 60%;
  height: auto;
  padding-left: 20px;
  padding-top: 10px;
}

#AllAskedquestions a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

#Overservicedesk {
  float: left;
  display: block;
  height: auto;
}

.Overservicedeskinfo {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
  margin-bottom: 40px;
  min-height: 250px;
  height: auto;
  position: relative;
}

#Overservicedeskinfoext {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
  color: #FFA726;
  margin-bottom: 40px;
}

.Overservicedeskinfo a:hover {
  color: #828282;
}

.over-servicedesk-question-home {
  padding: 12px 0 0 0;
}

.over-servicedesk-question-home a {
  color: #58585a;
}

.overservicedeskquestion {
  padding: 18px 0 8px 0;
}

.overservicedeskquestion a {
  color: #58585a;
}

#readMoreLink {
  float: left;
  width: 100%;
}

#readMoreLink a {
  float: left;
  text-align: center;
  width: 100%;
  color: #FFA726;
  font-style: italic;
  font-weight: bold;
}

#readMoreLink a:hover {
  color: #E29222;
}

.Overintergrip {
  width: 32.9%;
  /*height: auto;*/
  border-radius: 10px;
  display: block;
  /*vertical-align: top;*/
  float: left;
  position: relative;
}

.roleheight {
  display: block;
  margin-top: 10px;
}

.roleheight a {
  color: #FFA726;
}

.roleheight a:hover {
  color: #E29222;
}

.Overintergrip a {
  text-decoration: none;
}

.Overintergripext {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
}

.Overintergripext a {
  text-decoration: none;
}

#servicedesk {
  width: 32.9%;
  height: auto;
}

#servicedeskinfo {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
}

#tekst1 {
  width: 32.9%;
  height: auto;
}

#tekstinfo1 {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
}

#tekst2 {
  width: 32.9%;
  height: auto;
}

#tekstinfo2 {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
}

#tekst3 {
  width: 32.9%;
  height: auto;
}

#tekstinfo3 {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
}

#tekst4 {
  width: 32.9%;
  height: auto;
}

#tekstinfo4 {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
}

#servicedesk a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

#systeemhandleiding {
  width: 68%;
  height: auto;
  margin-left: 2%;
}

#systeemhandleidinginfo {
  border-top: solid thin #E0E0E0;
  padding-left: 20px;
}

#systeemhandleiding a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

#laatstenieuws {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 70%;
  height: auto;
}

#Nieuws1 {
  border-top: solid thin #E0E0E0;
  width: 32.9%;
  height: auto;
  color: #BDBDBD;
  float: left;
}

#Nieuws1 a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

#Nieuws1 b {
  color: #777777;
}

#laatstenieuwsname {
  margin-top: 10px;
  margin-bottom: 10px;
}

.servicebutton {
  padding: 2px 20px 2px 20px;
  background-color: #FFA726;
  color: white;
  border: none;
  border-radius: 5px;
  height: 24px;
  display: block;
}

.servicebutton-small {
  max-width: 80px;
}

.servicebuttonclosed {
  background-color: #BDBDBD;
  color: white;
  border: none;
  border-radius: 5px;
  height: auto;
}

.servicebutton:hover {
  background-color: #E29222;
  text-decoration: none;
  color: #FFFFFF;
}

.sideimg {
  color: #FFA726;
  font-size: 30px;
  height: auto;
  text-align: right;
  padding: 0;
}

.newstext {
  float: left;
  width: 32.9%;
  height: auto;
  padding-left: 20px;
  border-top: solid thin #E0E0E0;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.newstext h4 {
  font-weight: bold;
}

.newstext a {
  color: #FFA726;
  text-decoration: none;
  font-weight: bold;
}

.paddingleft {
  padding-left: 20px;
}

.paddingleft h4 {
  color: #FFA726;
}

.open-text-sidebar {
  text-align: center;
  color: #4CAF50;
}

.closed-text-sidebar {
  text-align: center;
}

.textservice {
  color: #FFA726;
  padding-left: 20px;
}

#Questionservice {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 65%;
  height: auto;
  padding-left: 100px;
}

.Questionstyle {
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}

.Questionstyles {
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.underlinestyle {
  border-bottom: solid thin #E0E0E0;
  margin-bottom: 15px;
}

#newsservice {
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 65%;
  height: auto;
  padding-left: 100px;
}

.Questionstyle p {
  display: none;
}

.toggleservice {
  padding-left: 20px;
}

#linkservices {
  margin-left: 120px;
  font-size: 14px;
  float: left;
  color: #000de0;
}

#linkservices a {
  color: #E0E0E0;
  text-decoration: none;
}

#linkservices a:hover {
  color: #C4C4C4;
}

.servicedeskbutton {
  float: right;
  margin-top: 10px;
  margin-right: 50px;
  width: 120px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.servicedeskbutton:hover {
  cursor: pointer;
}

.servicedeskLoginPanel {
  text-align: center;
  padding: 15px;
}

#servicedeskbodya {
  background-color: #f8f8f8;
}

#servicedeskbodyb {
  background-image: url("/images/bg-photo-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#headerbar {
  background-color: white;
  padding-top: 1px;
}

.intergrip-logo {
  margin: 15px 0 15px 15px;
}

.intergrip-logo img {
  height: 55px;
}

#bodywrap {
  background-color: white;
  border-radius: 12px;
}

#bodywrap.servicedesk-body {
  padding-bottom: 15px;
}

.ahreflink {
  color: #E0E0E0;
  margin-left: 20px;
  margin-bottom: 30px;
}

.ahreflink a {
  color: #E0E0E0;
  text-decoration: none;
}

.ahreflink a:hover {
  color: #C4C4C4;
}

a {
  cursor: pointer;
}

.servicedeskheader:hover {
  cursor: pointer;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mailsidebar {
  margin-left: 60px;
}

.input-group.required-input .selectize-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.backlinkstyle {
  color: lightgrey;
  margin-left: 120px;
}

.backlinkstyle:hover {
  text-decoration: none;
  color: grey;
}

.navservicedesk {
  border-color: transparent;
}

.socialmedia {
  margin-left: 100px;
  margin-top: 20px;
}

.facebooklink {
  margin-right: 10px;
}

textarea.slim-textarea {
  height: 34px;
  min-height: 34px;
}

div.datehandler {
  margin: 0;
}

.block-dates {
  width: 500px;
  min-height: 350px;
  position: relative;
}

.block-dates .clndr .clndr-table {
  height: 350px;
}

.block-dates-list {
  float: left;
  margin-left: 80px;
}

.block-date-handler {
  width: 500px;
  min-height: 350px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .modal-responsive, .modal {
    width: 300px !important;
  }
}
@media only screen and (min-width: 480px) {
  .modal-responsive, .modal {
    width: 450px !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-responsive, .modal {
    width: 600px !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-responsive, .modal {
    width: 900px !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal-responsive, .modal {
    width: 1000px !important;
  }
}
.modal-xl {
  width: auto;
  min-width: 1200px !important;
}

.modal-lg {
  width: auto;
  min-width: 1000px !important;
}

.modal-md {
  width: auto;
  min-width: 700px !important;
}

.modal-sm {
  width: auto;
  min-width: 450px !important;
}

.modal-xs {
  width: auto;
  min-width: 300px !important;
}

.bootbox.modal {
  width: auto !important;
}

.table-break-word td {
  word-break: break-all;
}

.relative {
  position: relative;
}

form.special-transfer-modal-form label.error {
  right: 15px;
  font-weight: normal;
  font-style: italic;
}

.panel-body.panel-body-tagged {
  padding: 0;
  background-color: #f5f5f5;
}

.panel-body.panel-body-tagged .panel-tag {
  width: 60px;
  float: left;
  font-size: 36px;
  text-align: center;
  background-color: #f5f5f5;
  margin-top: 5px;
}

.panel-body.panel-body-tagged .panel-content {
  padding: 15px;
  margin-left: 60px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  min-height: 60px;
  line-height: 30px;
}

@-webkit-keyframes stop-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes stop-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.stop-spin {
  -webkit-animation: stop-spin 2s infinite linear;
  animation: stop-spin 2s infinite linear;
}

div.fancybox-inner {
  position: relative;
}

div.fancybox-inner div.fancy-notification.fixed-fancy-notification {
  position: fixed;
  z-index: 150;
}

div.fancybox-inner div.fancy-notification.fixed-fancy-notification div.alert {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 768px) { /* XS */
  .progress-bar-top,
  .progress {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 992px) { /* SM */
  .progress-bar-top,
  .progress {
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) { /* MD */
  .progress-bar-top,
  .progress {
    width: 120px;
  }
}
@media (min-width: 1200px) { /* LG */
  .progress-bar-top,
  .progress {
    width: 190px;
  }
  .progress-bar-top.small,
  .progress.small {
    width: 120px;
  }
}
.progress-bar-top,
.progress,
.progress-bar-top.small,
.progress.small {
  height: 20px;
  line-height: 20px;
}

.progress {
  position: relative;
  margin: 0 auto;
}

.progress.in-group {
  height: 34px;
  float: left;
  border-radius: 0;
  width: 80px;
}

span.progress-numbers {
  font-size: 12px;
  position: absolute;
  right: 2px;
  top: 0;
}

.progress-count span.progress-numbers {
  top: 2px;
}

.small .progress-count span.progress-numbers {
  top: 0;
}

.progress.in-group .progress-bar-top {
  width: 80px;
}

.progress.in-group .progress-count,
.progress.in-group .progress-bar .progress-bar-top {
  height: 100%;
  top: 7px;
}

.progress-bar {
  min-width: 0 !important;
}

span.progress-percentage {
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 2px;
}

span.progress-percentage,
.progress-count span.progress-numbers {
  color: #989898;
}

.progress-bar-info {
  background-color: #5bc0de;
}

.fancybox-overlay .progress-bar-top,
.fancybox-overlay .progress {
  width: 120px;
}

.progress-count {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  font-size: 12px;
}

.progress-bar {
  position: absolute;
  font-size: 12px;
  overflow: hidden;
  top: 0;
  border-radius: 4px;
}

.progress-bar-top {
  position: absolute;
  color: #f5f5f5;
  top: 0;
  text-align: center;
}

.small .progress-count,
.progress-bar-top.small {
  text-align: left;
  padding-left: 10px;
  line-height: 23px;
}

.alert .list-group {
  background-color: inherit;
  border-color: inherit;
}

.alert .list-group .list-group-item {
  background-color: inherit;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  border-left-width: 3px;
  border-color: inherit;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.portal-container .alert li {
  list-style-type: none;
  float: right;
}

.badge.badge-link {
  top: 10px;
  right: 6px;
  width: 18px;
  padding-left: 6px;
}

div.well.well-with-label {
  position: relative;
  padding: 0;
}

div.well.well-with-label div.well-label {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}

div.well.well-with-label div.well-content {
  display: inline-block;
  padding: 13px 18px;
  border-left: 1px solid #ddd;
}

table.link-actions tr th {
  padding-right: 30px;
}

table.link-actions {
  margin-bottom: 20px;
}

label.label-size-regular {
  font-size: 100%;
}

label.label-info {
  background-color: #5bc0de;
}

label.label-success {
  background-color: #5cb85c;
}

label.label-danger {
  background-color: #d9534f;
}

label.label-warning {
  background-color: #f0ad4e;
}

div.list-group-with-well ul.list-group {
  width: 30%;
  float: left;
  margin-top: 15px;
}

div.list-group-with-well ul.list-group.list-group-navigation li.list-group-item:hover {
  cursor: pointer;
}

div.list-group-with-well ul.list-group.list-group-navigation li.list-group-item.active a {
  color: #ffffff;
}

div.list-group-with-well ul.list-group li.list-group-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

div.list-group-with-well ul.list-group li.list-group-item.active {
  border-right: 0;
}

div.list-group-with-well div.well-content div.well-pane {
  display: none;
}

div.list-group-with-well div.well-content div.well-pane.active {
  display: block;
}

div.list-group-with-well div.well-content h1 {
  font-size: 28px;
}

div.list-group-with-well div.well-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.list-group-with-well div.well {
  background: #fff;
  width: 70%;
  float: left;
  margin-left: -1px;
  min-height: 300px;
}

div.dossier-container {
  min-height: 100px;
}

.navbar-saperator {
  border-left: 1px solid #d8d8d8 !important;
  padding: 10px 10px 10px 3px !important;
}

ul.tooltip-list {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.tooltip-list li {
  padding: 0;
  margin: 0;
}

.tooltip-inner {
  max-width: 400px;
}

.footer {
  position: relative;
  width: 100%;
  line-height: 35px;
  height: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #e6e6e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 0;
}
.footer.dark-mode {
  background-color: #363636;
}
.footer.dark-mode * {
  color: #fff;
}

.footer a, .footer a:hover, .footer a:active, .footer a:link {
  color: #555a5d;
}

.btn-group-vertical .btn:last-child:not(:only-child) {
  border-radius: 0 0 4px 4px !important;
}

.btn-group-vertical .btn:first-child:not(:only-child) {
  border-radius: 4px 4px 0 0 !important;
}

.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}

/******************************
** STUDENT NAVIGATION *********
******************************/
@media screen and (max-width: 1280px) {
  .button-text {
    display: none !important;
  }
}
.navbar-new {
  font-family: "Ubuntu";
  height: 140px;
  border-radius: 0;
}

.outer {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.navbar-default {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

ul.dropdown-menu-text-left li a {
  text-align: left !important;
}

.menu-isn {
  color: #afafaf;
}

.menu-buttons {
  padding-top: 5px;
  margin-right: 40px;
}

.menu-buttons a {
  position: relative !important;
  margin-right: 8px;
}

.menu-dashboard-heading {
  margin-left: 48px;
}

.menu-dashboard-heading img {
  height: 55px;
}

.menu-dashboard-elements {
  border-left: 2px solid #CCCCCC;
  padding-left: 20px;
  margin-left: 20px;
}

.menu-dashboard-heading .menu-dashboard-title {
  margin: 0 0 0 0;
  /*paddin-top: 5px;*/
}

.menu-dashboard-link, .menu-dashboard-link:hover, .menu-dashboard-link:active, .menu-dashboard-link:focus {
  color: inherit;
  text-decoration: none;
}
.menu-dashboard-link .rotated-border, .menu-dashboard-link:hover .rotated-border, .menu-dashboard-link:active .rotated-border, .menu-dashboard-link:focus .rotated-border {
  border-left: 2px solid #CCCCCC;
  height: 55px;
  width: 2px;
  transform: rotate(20deg);
  margin: 0 20px;
}

.badge-menu {
  position: absolute !important;
  right: -7px;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-new {
    height: 110px;
  }
  .menu-dashboard-elements {
    margin: 0 0 0 75px;
  }
  .menu-dashboard-elements h2 {
    font-size: 26px;
  }
  .menu-dashboard-heading img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-new {
    height: 80px;
  }
  .menu-dashboard-heading {
    margin-left: 15px;
  }
  .menu-buttons {
    margin-right: 15px;
  }
  .menu-dashboard-heading img {
    display: none !important;
  }
  .menu-dashboard-elements {
    border: none;
    padding: 0;
    margin: 0;
  }
  .menu-dashboard-elements h2 {
    padding-top: 16px;
    font-size: 20px;
  }
  .menu-dashboard-elements .menu-welcome-message {
    display: none;
  }
}
/********* BUTTON STYLING ********/
.btn-font-medium {
  font-size: 17px;
}

.btn-dashboard {
  font-weight: 500;
  border-radius: 40px;
  border-width: 2px;
  padding: 9px 10px;
}

.btn-small {
  padding: 3px 5px !important;
}

.btn-medium {
  padding: 6px 12px !important;
}

.btn-large, .btn-large:active, .btn-large:link {
  font-size: 18px;
  padding: 7px 20px;
}

.btn-line.btn-primary[disabled] {
  background-color: #F6A61A !important;
}

.btn-line.btn-intergrip, .btn-line.btn-intergrip:visited, .btn-line.btn-intergrip:focus {
  border: 2px solid #F6A61A;
  background-color: #fff;
  color: #F6A61A !important;
  font-weight: 500;
}

.btn-line.btn-default, .btn-line.btn-default:visited, .btn-line.btn-default:focus {
  border: 2px solid #C0C0C0;
  background-color: #fff !important;
  color: #717174 !important;
  font-weight: 500;
}

.btn-line.btn-default:hover, .btn-line.btn-default:active {
  border: 2px solid #C0C0C0;
  background-color: #fafafa !important;
}

.tooltip ul {
  margin: 0;
  padding: 0;
}

.tooltip ul li {
  margin: 0;
  padding: 0;
}

.nav-special-buttons {
  margin-bottom: 5px !important;
}

.btn-text {
  color: inherit !important;
  cursor: default;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-left: none;
  background: #eee;
}

.btn-text.btn-text-default {
  background-color: #595959 !important;
  border-color: #4c4c4c !important;
  color: #fff !important;
  border-bottom-right-radius: inherit !important;
  border-top-right-radius: inherit !important;
}

.btn-text:first-child,
.btn-text:first-child:hover {
  border-left: 1px solid #ddd;
  border-right: none !important;
  z-index: 0 !important;
}

.btn-text:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ql-container, .ql-container > div {
  min-height: 150px !important;
}

.ql-container .ql-editor {
  word-break: break-word;
  background-color: #fff;
}

.multiselect-me.singleselect .selectize-input {
  background-image: none !important;
  border: 1px solid #d0d0d0 !important;
  background-color: inherit !important;
}

.block {
  display: block !important;
}

.margin-top-more {
  margin-top: 20px;
}

.margin-top {
  margin-top: 15px;
}

.margin-right-small {
  margin-right: 10px;
}

/***********************************************************************************************************************
********* QUILL ********************************************************************************************************
***********************************************************************************************************************/
.ql-editor p {
  margin-bottom: 8px !important;
}

.quill-me:not(.ql-container) {
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 4px 0 0 4px;
}

.quill-me:not(.ql-container) > .ql-loader {
  margin: 4px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #F6A61A;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/********* NAVBAR ********/
.navbar.student {
  height: 140px;
  border-radius: 0;
}

.outer {
  display: table;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.navbar-default {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

ul.dropdown-menu-text-left li a {
  text-align: left !important;
}

.menu-isn {
  color: #afafaf;
}

.menu-buttons {
  padding-top: 5px;
  margin-right: 40px;
}

.menu-buttons a {
  position: relative !important;
  margin-right: 8px;
}

.menu-dashboard-heading {
  margin-left: 48px;
}

.menu-dashboard-heading img {
  height: 55px;
}

.menu-dashboard-elements {
  border-left: 2px solid #CCCCCC;
  padding-left: 20px;
}

.menu-dashboard-heading .menu-dashboard-title {
  margin: 0 0 0 0;
  /*paddin-top: 5px;*/
}

.menu-dashboard-link, .menu-dashboard-link:hover, .menu-dashboard-link:active, .menu-dashboard-link:focus {
  color: inherit;
  text-decoration: none;
}
.menu-dashboard-link .rotated-border, .menu-dashboard-link:hover .rotated-border, .menu-dashboard-link:active .rotated-border, .menu-dashboard-link:focus .rotated-border {
  border-left: 2px solid #CCCCCC;
  height: 55px;
  width: 2px;
  transform: rotate(20deg);
  margin: 0 20px;
}

.badge-menu {
  position: absolute !important;
  right: -7px;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar {
    height: 110px;
  }
  .menu-dashboard-elements {
    margin: 0 0 0 75px;
  }
  .menu-dashboard-elements h2 {
    font-size: 26px;
  }
  .menu-dashboard-heading img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    height: 80px;
  }
  .menu-dashboard-heading {
    margin-left: 15px;
  }
  .menu-buttons {
    margin-right: 15px;
  }
  .menu-dashboard-heading img {
    display: none !important;
  }
  .menu-dashboard-elements {
    border: none;
    padding: 0;
    margin: 0;
  }
  .menu-dashboard-elements h2 {
    padding-top: 16px;
    font-size: 20px;
  }
  .menu-dashboard-elements .menu-welcome-message {
    display: none;
  }
}
/********* BUTTON STYLING ********/
.btn-font-medium {
  font-size: 17px;
}

.btn-dashboard {
  font-weight: 500;
  border-radius: 40px;
  border-width: 2px;
  padding: 9px 10px;
}

.btn-small {
  padding: 3px 5px !important;
}

.btn-medium {
  padding: 6px 12px !important;
}

.btn-large, .btn-large:active, .btn-large:link {
  font-size: 18px;
  padding: 7px 20px;
}

.navbar-default {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: none;
}

/**** DATE BETWEEN FILTER ****/
div.date-between .datepicker {
  width: 50%;
  padding-left: 12px;
  cursor: pointer;
  background-color: white;
}

div.date-between .datepicker:last-child {
  border-left: 0;
}

span.input.input-block {
  display: block;
}

.no-margin {
  margin: 0;
}

.instance-module-selector input {
  border-radius: 3px;
}

.no-wrap,
.nowrap {
  white-space: nowrap;
}

.contact-whatsapp-container {
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.whatsapp-button {
  z-index: 50;
  font-family: "Ubuntu", sans-serif;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  cursor: default;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 {
  background-image: url(//png.pngtree.com/element_our/md/20180301/md_5a9797d574aa7.png);
  background-size: contain;
}

.whatsapp-info {
  color: inherit;
  text-decoration: inherit !important;
  position: absolute;
  background: rgba(63, 147, 147, 0.8);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}

.whatsapp-info h3 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 2px;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.whatsapp-button:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.whatsapp-button:hover .whatsapp-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

ul.competences-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.competences-list .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
ul.competences-list .label i {
  color: #fff;
}

#activity-overview a.btn {
  color: #fff;
}

.school-year-filter-container .classes-loader {
  position: relative;
}

.school-year-filter-container .classes-loader .inputLoader {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(10px, -50%);
  z-index: 10;
}

.activity-type-choose-block {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
}
.activity-type-choose-block > div {
  width: 100%;
}
.activity-type-choose-block .panel-body-activity-min-height {
  min-height: 90px;
}
.activity-type-choose-block .panel-body-activity-min-height .big-icon {
  margin: 5px 0;
}
.activity-type-choose-block .panel-body-activity-min-height label[for=choice_id] {
  line-height: 30px;
}
.activity-type-choose-block .panel-footer {
  align-self: flex-end;
}

.glyphicon {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro" !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.glyphicon-chevron-left:before {
  content: "\f053";
}

.glyphicon-chevron-right:before {
  content: "\f054";
}

.glyphicon-chevron-up:before {
  content: "\f077";
}

.glyphicon-chevron-down:before {
  content: "\f078";
}

.glyphicon-calendar:before {
  content: "\f133";
}

.glyphicon-time:before {
  content: "\f017";
}

@media (max-width: 768px) { /* XS */ }
@media (min-width: 768px) and (max-width: 992px) { /* SM */ }
@media (min-width: 992px) and (max-width: 1200px) { /* MD */ }
@media (min-width: 1200px) { /* LG */
  .col-no-margin-left {
    padding-left: 0;
    margin-left: 0;
  }
  .col-no-margin-right {
    padding-right: 0;
    margin-right: 0;
  }
}
div.authenticator-block {
  position: relative;
  border: 2px dashed #e3e3e3;
}
div.authenticator-block div.recommended-label {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
}
div.authenticator-block div.recommended-label div.label {
  border: 1px solid #c58104;
  background-color: #F6A61A;
  z-index: 1;
  position: absolute;
  top: 12px;
  right: -55px;
  transform: rotate(30deg);
  padding: 8px 70px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
div.authenticator-block div.current-authenticator-label {
  position: absolute;
  top: 0;
  right: 0;
}
div.authenticator-block p {
  min-height: 70px;
}

div.authenticator-block.active {
  border: 1px solid #5cb85c;
}
div.authenticator-block.active div.current-authenticator-label {
  font-weight: bold;
  width: 100%;
  height: 25px;
  background-color: #5cb85c;
  line-height: 1.8em;
  color: #fff;
}

div.setup-container img.google-qr-code {
  text-align: center;
  border: 3px solid #f89d1c;
  border-radius: 4px;
  margin: 0 0 10px 0;
}

.btn.two-factor-authentication-send-disable-link {
  padding: 0.2em 0.6em 0.3em !important;
  font-size: 75%;
  font-weight: bold;
  line-height: 12px !important;
  border-radius: 0.25em;
  vertical-align: baseline;
  margin-left: 3px;
}

.toast {
  z-index: 10000000000;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  user-select: none;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  width: 100%;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
  width: 100%;
}

body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
}

.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-styled.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-styled + .swal2-styled {
  margin-top: 15px;
}

.swal2-modal :not(.swal2-styled).swal2-loading::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f06e57 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input:focus::-moz-placeholder,
.swal2-modal .swal2-file:focus::-moz-placeholder,
.swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0044cc", endColorstr="#ff0088cc", GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active {
  background-color: #006699 \9 ;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2f96b4", endColorstr="#ff5bc0de", GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active {
  background-color: #31b0d5 \9 ;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff51a351", endColorstr="#ff62c462", GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active {
  background-color: #42b142 \9 ;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff89406", endColorstr="#fffbb450", GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active {
  background-color: #fa9f1e \9 ;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbd362f", endColorstr="#ffee5f5b", GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active {
  background-color: #e9322d \9 ;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe6e6e6", endColorstr="#ffffffff", GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active {
  background-color: #e6e6e6 \9 ;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #cccccc \9 ;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type=radio].form-control,
.bootstrap-switch input[type=checkbox].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 9px;
}

.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 18px;
}

.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 9px 12px;
  font-size: 16px;
  line-height: normal;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.abc-checkbox.radio, .abc-checkbox.checkbox,
.abc-radio.radio,
.abc-radio.checkbox {
  margin: 0;
}

.abc-checkbox {
  cursor: default;
  padding-left: 4px;
}
.abc-checkbox label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
}
.abc-checkbox label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -1.25rem;
  border: 2px solid #ced4da;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -khtml-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transform: translate(0, -50%);
}
.abc-checkbox label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -1.25rem;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #495057;
  transform: translate(0, -50%);
}
.abc-checkbox input[type=checkbox] {
  width: 17px;
  height: 17px;
}
.abc-checkbox input[type=checkbox],
.abc-checkbox input[type=radio] {
  position: relative;
  margin-left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.abc-checkbox input[type=checkbox]:focus + label::before,
.abc-checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.abc-checkbox input[type=checkbox]:checked + label::after,
.abc-checkbox input[type=radio]:checked + label::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
}
.abc-checkbox input[type=checkbox]:indeterminate + label::after,
.abc-checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.abc-checkbox input[type=checkbox]:disabled + label,
.abc-checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.abc-checkbox input[type=checkbox]:disabled + label::before,
.abc-checkbox input[type=radio]:disabled + label::before {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.abc-checkbox input[type=checkbox]:disabled + label::after,
.abc-checkbox input[type=radio]:disabled + label::after {
  cursor: not-allowed;
}
.abc-checkbox.abc-checkbox-circle label::before {
  border-radius: 50%;
}
.abc-checkbox.checkbox-inline {
  margin-top: 0;
}

.abc-checkbox-primary input[type=checkbox]:checked + label::before,
.abc-checkbox-primary input[type=radio]:checked + label::before {
  background-color: #007bff;
  border-color: #007bff;
}
.abc-checkbox-primary input[type=checkbox]:checked + label::after,
.abc-checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-danger input[type=checkbox]:checked + label::before,
.abc-checkbox-danger input[type=radio]:checked + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}
.abc-checkbox-danger input[type=checkbox]:checked + label::after,
.abc-checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-info input[type=checkbox]:checked + label::before,
.abc-checkbox-info input[type=radio]:checked + label::before {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.abc-checkbox-info input[type=checkbox]:checked + label::after,
.abc-checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-warning input[type=checkbox]:checked + label::before,
.abc-checkbox-warning input[type=radio]:checked + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}
.abc-checkbox-warning input[type=checkbox]:checked + label::after,
.abc-checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-success input[type=checkbox]:checked + label::before,
.abc-checkbox-success input[type=radio]:checked + label::before {
  background-color: #28a745;
  border-color: #28a745;
}
.abc-checkbox-success input[type=checkbox]:checked + label::after,
.abc-checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-primary input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #007bff;
  border-color: #007bff;
}
.abc-checkbox-primary input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-danger input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-danger input[type=radio]:indeterminate + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}
.abc-checkbox-danger input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-danger input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-info input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-info input[type=radio]:indeterminate + label::before {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.abc-checkbox-info input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-info input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-warning input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-warning input[type=radio]:indeterminate + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}
.abc-checkbox-warning input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-success input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-success input[type=radio]:indeterminate + label::before {
  background-color: #28a745;
  border-color: #28a745;
}
.abc-checkbox-success input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-radio {
  cursor: default;
  padding-left: 4px;
}
.abc-radio label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
}
.abc-radio label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  margin-left: -15px;
  border: 2px solid #ced4da;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -khtml-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  transform: translate(0, -50%);
}
.abc-radio label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 5px;
  margin-left: -15px;
  border-radius: 50%;
  background-color: #495057;
  transform: scale(0, 0) translate(0, -50%);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.abc-radio input[type=radio] {
  position: relative;
  margin-left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.abc-radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.abc-radio input[type=radio]:checked + label::after {
  transform: scale(1, 1) translate(0, -50%);
}
.abc-radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.abc-radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.abc-radio input[type=radio]:disabled + label::after {
  cursor: not-allowed;
}
.abc-radio.radio-inline {
  margin-top: 0;
}

.abc-radio-primary input[type=radio] + label::after {
  background-color: #007bff;
}
.abc-radio-primary input[type=radio]:checked + label::before {
  border-color: #007bff;
}
.abc-radio-primary input[type=radio]:checked + label::after {
  background-color: #007bff;
}

.abc-radio-danger input[type=radio] + label::after {
  background-color: #dc3545;
}
.abc-radio-danger input[type=radio]:checked + label::before {
  border-color: #dc3545;
}
.abc-radio-danger input[type=radio]:checked + label::after {
  background-color: #dc3545;
}

.abc-radio-info input[type=radio] + label::after {
  background-color: #17a2b8;
}
.abc-radio-info input[type=radio]:checked + label::before {
  border-color: #17a2b8;
}
.abc-radio-info input[type=radio]:checked + label::after {
  background-color: #17a2b8;
}

.abc-radio-warning input[type=radio] + label::after {
  background-color: #ffc107;
}
.abc-radio-warning input[type=radio]:checked + label::before {
  border-color: #ffc107;
}
.abc-radio-warning input[type=radio]:checked + label::after {
  background-color: #ffc107;
}

.abc-radio-success input[type=radio] + label::after {
  background-color: #28a745;
}
.abc-radio-success input[type=radio]:checked + label::before {
  border-color: #28a745;
}
.abc-radio-success input[type=radio]:checked + label::after {
  background-color: #28a745;
}

.abc-checkbox input[type=checkbox] {
  margin: 1px;
}

.question-row .abc-checkbox label::before, .question-row .abc-checkbox label::after,
.question-row .abc-radio label::before, .question-row .abc-radio label::after {
  top: 50% !important;
}

html, body, .table {
  color: rgb(88, 88, 90);
}

body {
  min-height: 100%;
}

.row:before, .row:after {
  width: 0px;
  height: 0px;
}

body.ddd .inner-portal .container#container > .container#container {
  padding: 0;
}

body.ddd .inner-portal .container#container {
  padding: 15px;
}

body.portaal {
  overflow-y: hidden;
}

.inner-portal .container#container > div.row > div.col-xs-12,
.inner-portal .container#container > div.row > div.col-lg-12 {
  padding: 0;
}
.inner-portal .container#container {
  width: 100%;
  max-width: none;
  position: relative;
}
.inner-portal .container#container #loader .loader {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Bootstrap 3 extends */
.pull-left, .float-left {
  float: left !important;
}

.pull-right, .float-right {
  float: right !important;
}

.btn {
  cursor: pointer;
}
.btn.btn-default {
  color: #fff;
}
.btn.btn-xs {
  padding: 0 6px !important;
  font-size: 12px;
  font-weight: bold;
}

.modal-open .modal-responsive, .modal-open .modal {
  width: 100% !important;
}

.c-pointer {
  cursor: pointer;
}

.btn-group:not(.btn-group-lg) > a, .btn-group:not(.btn-group-lg) > button, .btn-group:not(.btn-tab) > a, .btn-group:not(.btn-tab) > button, .btn:not(.btn-group-lg) > a, .btn:not(.btn-group-lg) > button, .btn:not(.btn-tab) > a, .btn:not(.btn-tab) > button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group:not(.btn-group-lg) i, .btn-group:not(.btn-group-lg) span[class*=fa], .btn-group:not(.btn-tab) i, .btn-group:not(.btn-tab) span[class*=fa], .btn:not(.btn-group-lg) i, .btn:not(.btn-group-lg) span[class*=fa], .btn:not(.btn-tab) i, .btn:not(.btn-tab) span[class*=fa] {
  min-width: 20px;
  line-height: 24px;
}

.btn-group-tabs .btn-tab i, .btn-group-tabs .btn-tab span {
  line-height: 33px !important;
}

.input-group-append button {
  padding: 2px 10px;
}

button.btn:not(.dropdown-toggle):not(.btn-md) i, button.btn:not(.dropdown-toggle):not(.btn-md) span {
  padding-right: 2px;
}

div.rowable-col div.row > div {
  padding-left: 15px !important;
}

.remove-value, .remove-value:hover {
  height: 22px;
  z-index: 1;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit !important;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid #398fa1 !important;
  box-sizing: border-box;
}

.input-group .input-group-addon + select + div.selectize-control {
  width: auto;
}
.input-group .input-group-addon + textarea + #cke_mail-body {
  flex: 1;
}
.input-group .selectize-control.multi .selectize-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.react-selectize.open .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

.fancybox-inner div[class^=modal-] {
  padding: 0 15px 15px;
}

.datepicker {
  padding: 0;
}

.datepicker table tr td {
  padding: 10px !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #446CB3 !important;
  background-image: none !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #446CB3 !important;
  border-top-color: #446CB3 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #446CB3 !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #ddd !important;
  background-image: none !important;
  color: #fff;
}

div.progress div.progress-bar.progress-bar-success {
  background-color: #5cb85c;
}
div.progress div.progress-bar.progress-bar-warning {
  background-color: #f0ad4e;
}
div.progress div.progress-bar.progress-bar-danger {
  background-color: #d9534f;
}

.badge.badge-button {
  right: -10px;
  top: -10px;
  z-index: 1;
  border-radius: 10px;
  text-transform: uppercase;
}

body {
  background-color: transparent;
}

.portaal {
  overflow: auto !important;
}

.cursor-pointer {
  cursor: pointer;
}

table.table thead th {
  border-top: none;
}

h1, h2, h3 {
  font-weight: bold !important;
}

a {
  color: #58585a;
}

.row {
  margin-bottom: 1.429rem;
}

.row.no-spacing-top {
  margin-top: 0;
}

.row.no-spacing-bottom {
  margin-bottom: 0;
}

a.activeLink {
  background: #34495e;
  color: #fff;
}

.no-padding {
  padding: 0;
}

.container {
  width: 100%;
}

.portal-container {
  padding: 0;
}

.inner-portal {
  padding: 0 15px 0 0;
}

#nav .submenu, #nav, .systemblock a:hover, input[type=button].std-btn, input[type=submit].std-btn, .std-btn, #portalbar, .gui-checkbox.active, .search-showmore a:hover,
.search-buttons:hover, .search-buttons.advanced.active,
#suggest-list a.active,
#suggest-list a:hover,
#nav #searchuser,
#nav #searchstudent,
#portalbar .selector .submenu,
.activate .std-btn,
.activate form,
.activationpage h2 {
  background: #34495e;
  color: #fff;
}

.navbar.navbar-default {
  background: #34495e;
  color: #fff;
}

#nav,
.navbar.navbar-default {
  clear: both;
  height: 30px !important;
  padding: 0 25px !important;
  margin: 0 !important;
}

#nav a:hover,
a.std-btn:hover,
input.std-btn:hover,
.std-btn.active,
#nav a.active,
.navbar.navbar-default a:hover {
  background: #2c3e50;
  transition: background 0.5s;
}

.navbar.navbar-default {
  min-height: auto;
}

.navbar.navbar-default ul li a {
  color: #FFF;
  line-height: 30px;
  font-size: 15px;
  padding: 0;
}

#login-form {
  border-right: 1px solid #34495e;
}

.legacy-alert {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  clear: both;
  padding: 15px;
  margin-bottom: 15px;
}

/*************************************/
/*********** GUI NAVIGATION **********/
/*************************************/
#nav {
  clear: both;
  height: 30px;
  padding: 0 10px;
  margin: 0;
}

#nav img.down-arrow {
  float: left;
  margin: 14px 5px 0 0;
}

#nav a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 20px;
  line-height: 30px;
}

#nav > li > a {
  cursor: default;
}

#nav li {
  list-style: none;
  float: left;
  position: relative;
}

#nav .submenu {
  border-radius: 0 0 5px 5px;
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 999;
}

#nav .submenu li {
  clear: left;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

#nav .submenu a:last-child {
  border-radius: 0 0 5px 5px;
}

#nav .submenu a:last-child:hover {
  border-radius: 0 0 5px 5px;
}

#nav .submenu a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}

.subsubmenu .subsubmenu-items {
  border-radius: 0 5px 5px 5px;
  position: absolute;
  /*top: 0;*/
  margin-top: -50px;
  margin-left: 100%;
}

.subsubmenu .subsubmenu-items a:hover {
  border-radius: 0px;
}

.subsubmenu .subsubmenu-items a:first-child:hover {
  border-radius: 0 5px 0 0;
}

.subsubmenu .subsubmenu-items a:last-child:hover {
  border-radius: 0 5px 5px 5px;
}

.subsubmenu .subsubmenu-items.item-hidden {
  visibility: hidden;
}

.subsubmenu .subsubmenu-items.item-visible {
  visibility: visible !important;
}

.subsubmenu .subsubmenu-item-fixed {
  display: block !important;
  padding-right: 25px !important;
}

.subsubmenu-item-fixed .arrow-right {
  /*float: right;*/
  /*padding: 0 1px 0 10px;*/
  position: absolute;
  right: 0;
  padding: 10px;
  margin-left: 10px;
}

#logo {
  float: left;
  margin: 10px 30px;
  min-height: 70px;
  position: relative;
}

#logo img {
  max-height: 70px;
  max-width: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#portalbar .selector a, #portalbar .selector span, #portalbar .mail a {
  display: block;
  line-height: 24px;
  padding: 0 10px;
  white-space: nowrap;
}

#portalbar a, #portalbar span {
  color: #fff;
}

#portalbar a:hover {
  background: #2c3e50 !important;
  text-decoration: none;
  color: #fff;
}

#nav #searchstudent, #nav #searchuser {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  margin: 20px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: 140px;
}

.center-text {
  text-align: center;
}

.student-remove-modal {
  width: 40em;
}

.student-remove-modal .system-name {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 18px;
}

.student-remove-modal .card-header {
  background-color: rgba(0, 0, 0, 0.03);
}

/*************************************/
/************ GUI TABLE **************/
/*************************************/
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

table.auto {
  width: auto;
}

.bootstrap-datetimepicker-widget .datepicker.col-12 {
  padding: 4px 15px;
}
.bootstrap-datetimepicker-widget .datepicker.col-12 table.table-condensed th {
  padding: 10px 28px;
}
.bootstrap-datetimepicker-widget .timepicker.col-12 {
  flex: 0 0 50%;
  margin: auto;
}

table.maillog-view tr:hover td {
  background: inherit !important;
  color: inherit !important;
}

div.maillog-table-row {
  margin-top: 15px;
}

table .head:hover td,
table tr.no-hover:hover td {
  background: none;
  color: #58585a;
}

table th {
  text-align: left;
  padding: 5px 0;
}

table .icon {
  padding: 0 10px;
}

table .icons {
  padding: 0;
}

table .icons a {
  float: right;
}

table .icons a span {
  margin-right: 10px;
}

table tr.no-border td, table tr.no-border th,
table td.no-border, table th.no-border {
  border-bottom: 0;
}

table td, table th {
  border-bottom: 1px solid #ccc;
  padding: 10px 30px 10px 0;
}

table td.center, table th.center {
  text-align: center;
}

table tr:last-child td {
  /*border-bottom: none;*/
}

table td:first-child, table th:first-child {
  padding-left: 20px;
}

table td:last-child, table th:last-child {
  padding-right: 30px;
}

.cke_wrapper table td:first-child, .cke_wrapper table th:first-child,
.cke_wrappertable td:last-child, .cke_wrappertable th:last-child {
  padding: 0;
}

table .head td,
form .head {
  border: none;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  padding: 0 0 24px 0;
  background: none;
  color: inherit;
  height: auto;
}

/*************************************/
/****** BOOTSTRAP GUI OVERRIDES ******/
/*************************************/
.btn {
  /*padding: 10px 20px !important;*/
  line-height: 24px !important;
  /*font-size: 15px !important;*/
  /*margin: 0 20px 0 0 !important;*/
  border: none !important;
}

.btn:hover {
  border: none !important;
}

.btn.btn-default {
  background-color: rgb(68, 68, 68) !important;
}

.btn.btn-default:hover {
  background-color: rgb(52, 52, 52) !important;
  color: #fff !important;
}

.btn.btn-primary {
  background: #34495e !important;
  color: #fff !important;
}

.btn.btn-primary:hover {
  background-color: #2c3e50 !important;
}

label {
  margin-bottom: 0 !important;
}

/************************************************/
/************** INPUT / TEXTAREA ****************/
/************************************************/
/*input[type="text"], textarea, input[type="password"] {*/
/*border: 2px solid #b7b7b8;*/
/*border-radius: 3px;*/
/*color: #b7b7b8;*/
/*float: left;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*padding: 0 10px;*/
/*position: relative;*/
/*width: 196px;*/
/*z-index: 10;*/
/*}*/
/*input[type="text"]:focus,*/
/*textarea:focus,*/
/*input[type="password"]:focus {*/
/*border: 2px solid #34495e;*/
/*color: #34495e;*/
/*}*/
/************************************************/
/************** NOTIFICATION ********************/
/************************************************/
div.notification {
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 10px;
}

div.notification.error {
  background-color: #fbedeb;
  color: rgb(165, 6, 6);
}

div.notification.success {
  background-color: #e2f4ea;
  color: #275629;
}

.selectize-control.multi .selectize-input [data-value] {
  background-image: linear-gradient(to bottom, #34495e, #3c536b) !important;
  background-color: #34495e !important;
  border-color: #34495e !important;
  color: #fff;
}

.multiselect-me {
  height: 0;
}

.multiselect-me.no-border-radius-left > .selectize-input {
  border-radius: 0 4px 4px 0;
}

/*.selectize-control:not(:first-child) > .selectize-input {*/
/*border-radius: 0 4px 4px 0;*/
/*}*/
#gotoHelpdesk {
  margin: 30px;
  float: right;
}

/************************************************/
/************** USER OVERVIEW *******************/
/************************************************/
td.region {
  font-size: 14px !important;
}

tr.user-inactive {
  background-color: rgba(130, 130, 130, 0.15);
}
tr.user-inactive i.fa-user:before {
  color: #828282 !important;
}
tr.user-inactive > td {
  color: #828282;
  font-style: italic;
}
tr.user-inactive > td > a {
  color: #828282 !important;
  font-style: italic;
}

span.user-function {
  font-size: 13px;
  color: #828282;
  margin-top: -3px;
}

/************************************************/
/************** BOOTSTRAP OVERRIDES *************/
/************************************************/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #34495e;
  border-color: #2c3e50;
}

.pagination > li > a, .pagination > li > span {
  color: #34495e;
}

/************************************************/
/************** MAILLOG ATTACHMENTS *************/
/************************************************/
table.maillog-view {
  font-size: 13px;
}

span.attachment {
  display: inline-block;
  margin-right: 10px;
}

span.attachment:before {
  font-family: "FontAwesome";
  content: "\f0c6";
  margin-right: 5px;
}

span.attachment.pdf:before {
  content: "\f1c1";
}

span.attachment.xls:before,
span.attachment.xlsx:before {
  content: "\f1c3";
}

span.attachment.doc:before,
span.attachment.docx:before {
  content: "\f1c2";
}

span.attachment.jpg:before,
span.attachment.png:before,
span.attachment.gif:before {
  content: "\f1c5";
}

span.attachment.zip:before,
span.attachment.rar:before {
  content: "\f1c6";
}

span.attachment.ppt:before,
span.attachment.pptx:before {
  content: "\f1c4";
}

span.attachment.mp3:before,
span.attachment.wav:before,
span.attachment.aac:before,
span.attachment.flac:before,
span.attachment.m4a:before {
  content: "\f1c7";
}

span.attachment.mp4:before,
span.attachment.avi:before,
span.attachment.mov:before,
span.attachment.mkv:before,
span.attachment.m4v:before {
  content: "\f1c8";
}

/*************************************/
/************** LOADING **************/
/*************************************/
.full_width_modal {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f9f9f9;
  display: none;
}

/*************************************/
/************** STYLES ***************/
/*************************************/
.error-message {
  display: block;
  float: right;
  padding: 3px 9px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.input-group-addon {
  padding: 8px 15px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  /* Tooltip swoopie fix */
  margin-left: auto;
}

.fancybox-inner {
  overflow: visible !important;
}

/*************************************/
/************** STUDENT MERGE *********/
/*************************************/
div.studentSelectizeResult {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

span.name {
  font-weight: bold;
  display: block;
}

span.isn {
  display: block;
}

span.year {
  display: block;
}

span.name i {
  font-weight: normal;
}

span.description {
  display: block;
}

div.studentSelectizeResult.last-year {
  background-color: #FCF8e3;
}
div.studentSelectizeResult.last-year span {
  color: #8a6d3b;
}

span.year-warning {
  visibility: hidden;
}

.student-container.not-in-current-year > span.year-warning {
  background-color: #FCF8e3;
  color: #8a6d3b;
  border: 1px solid #8a6d3b;
  float: right;
  border-radius: 4px;
  padding: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  visibility: visible;
}

.selectize-control.form-control.student-search {
  height: 34px;
}

.student-search .selectize-dropdown-content {
  max-height: 216px;
}

.selectize-dropdown {
  position: absolute !important;
}

div.selectize-control {
  z-index: auto !important;
}

.form-control.selectize-control {
  /*height: 34px !important;*/
}

div.selectize-dropdown.multi {
  position: absolute !important;
}

.fancybox-inner div.selectize-dropdown.multi {
  position: absolute !important;
}

.input-group .selectize-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.field-row {
  margin-bottom: 3px !important;
  height: 30px !important;
}

div.field-row:hover,
div.field-row.hover {
  background-color: #fafafa;
}

.student-container.selected-account div.field-row:hover,
.student-container.selected-account div.field-row.hover,
.student-container.selected-account div.field-row.changed {
  background-color: #c3f3d8;
}

.student-container.deselected-account div.field-row:hover,
.student-container.deselected-account div.field-row.hover,
.student-container.deselected-account div.field-row.changed {
  background-color: #ffece8;
}

div.field-row span.field-value,
div.field-row span.field-name {
  max-height: 24px;
  display: inline-block;
  padding: 2px;
  overflow: hidden;
}

div.field-row .reset-field,
div.field-row .copy-value {
  display: none;
}

div.field-row .reset-field {
  opacity: 0.5 !important;
}

div.field-row.changed .reset-field {
  opacity: 1 !important;
}

.student-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.student-container.selected-account {
  background-color: #eafff3;
  color: #2d5f2e;
  border-color: #2d5f2e;
}
.student-container.selected-account .btn.btn-default {
  color: #2d5f2e !important;
}

.student-container.deselected-account {
  background-color: #fffaf9;
  color: #a00202;
  border-color: #a00202;
}
.student-container.deselected-account .btn.btn-default {
  color: #a00202 !important;
}

.student-container,
.student-other-block {
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom: 20px;
}

.student-merge-controller {
  font-size: 14px;
}

.student-container .nav-tabs {
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
.student-container .btn.btn-default {
  background-color: transparent !important;
  color: #444 !important;
}

.student-report h4 {
  font-weight: bold;
}
.student-report ul.nav.nav-tabs {
  margin-top: 20px;
  border-bottom: none;
  padding-left: 10px;
}
.student-report ul.nav.nav-tabs li > a {
  padding: 4px 8px;
}
.student-report div.tab-content {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
  width: 98%;
}

.scrollable-area {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.selectize-control.multi .selectize-input {
  overflow: auto !important;
}

.selectize-input .item {
  font-size: 95% !important;
  text-align: left !important;
  position: relative;
}
.selectize-input .item .remove {
  font-size: 16px;
  text-decoration: none !important;
  color: white;
  z-index: 1;
  position: absolute;
  top: 0;
  padding-top: 4px;
  padding-right: 1px;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid;
}

.full-width-selector .selectize-input input {
  position: relative !important;
  color: #555;
  border: 1px solid #ccc !important;
  width: 100% !important;
}

.full-width-selector .selectize-input {
  width: 100% !important;
}

.full-width-selector .selectize-input > * {
  display: block !important;
}

.full-width-selector .selectize-control {
  width: 100%;
}

.full-width-selector .selectize-control.multi .selectize-input [data-value] {
  background-color: #34495e !important;
  background-image: none !important;
}

.full-width-selector .selectize-control.multi .selectize-input > div {
  border-color: #58585a !important;
}

.full-width-selector .selectize-control.plugin-remove_button [data-value] .remove {
  border-color: #58585a !important;
}

.full-width-selector .white {
  color: #FFFFFF;
}

.full-width-selector .selectize-input {
  max-height: 400px;
  overflow: auto;
}

div.notifications.top-center {
  right: 15px;
  top: 35px;
}

.logo_container {
  padding: 25px 0 25px 15px;
}

.multiselect-fullwidth .selectize-input > * {
  display: block !important;
}

.full-width-modal {
  width: 650px;
}

.module-settings {
  margin-top: 10px;
}

.tab-badge {
  margin-left: 5px;
}

.student-main-container .buttons-left-container {
  display: none;
}

.student-compare-container .field-name-container {
  display: none;
}
.student-compare-container .buttons-right-container {
  display: none;
}

ul.nav-tabs li a.copied-tab {
  opacity: 0.5;
}

.tab-pane {
  position: relative;
}
.tab-pane div.copied-tab-message {
  display: none;
}

.tab-pane.copied-tab div.field-row {
  opacity: 0.5;
}
.tab-pane.copied-tab div.copied-tab-message i.fa {
  font-size: 35px;
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
.tab-pane.copied-tab div.copied-tab-message {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 40;
  width: 50%;
  margin: 0 auto;
  left: 25%;
  top: 75px;
  line-height: 20px;
  font-size: 14px;
}
.tab-pane.copied-tab .buttons-left-container,
.tab-pane.copied-tab .buttons-right-container {
  visibility: hidden;
}

.tab-pane.not-available-tab .buttons-left-container,
.tab-pane.not-available-tab .buttons-right-container {
  visibility: hidden;
}

/*************************************/
/************** LOCATIONS *********/
/*************************************/
.portal-location-filters .nav li {
  border-bottom: 0;
}
.portal-location-filters .nav li a:hover, .portal-location-filters .nav li a:active {
  color: #34495e;
}

.portal-location-table th.aliases, .portal-location-table td.aliases {
  width: 400px;
}

.location-edit .alias-group {
  position: relative;
}
.location-edit .alias-group .error-message {
  right: 11px;
  bottom: -35px;
}
.location-edit .error-message {
  position: absolute;
  right: 10px;
  bottom: -40px;
  z-index: 10;
}

.switch-container {
  position: absolute;
  right: 15px;
  top: -44px;
}

.bootstrap-switch .bootstrap-switch-label {
  background-image: none !important;
  text-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  background-image: none !important;
  text-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  background-color: #f0f0f0 !important;
  background-image: none !important;
  text-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background-color: #34495e !important;
  background-image: none !important;
  text-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  background-image: none !important;
  text-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-color: #f0f0f0 !important;
  background-image: none !important;
  text-shadow: none !important;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #34495e !important;
  background-image: none !important;
  text-shadow: none !important;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
  font-size: 12px;
}

.form-control.upload-image-field {
  min-height: 40px !important;
  height: auto !important;
}
.form-control.upload-image-field .image-container img {
  width: 300px;
}
.form-control.upload-image-field input[type=file] {
  display: none;
}

.dropdown.btn > a {
  color: white;
}

.panel.choose-student-type {
  height: 100%;
  text-align: center;
  position: relative;
}
.panel.choose-student-type .panel-heading {
  font-size: 24px;
}
.panel.choose-student-type .panel-heading em {
  display: block;
  font-size: 15px;
}
.panel.choose-student-type .panel-body {
  padding-bottom: 116px;
}
.panel.choose-student-type .panel-body .bottom-container {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.panel.choose-student-type .panel-body .bottom-container a.btn {
  width: 100%;
  max-width: 250px;
}
.panel.choose-student-type .panel-body .bottom-container span {
  font-size: 56px;
  display: block;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: black !important;
  background: #34495e !important;
  color: #FFF !important;
}

table.table-align-items-top > tbody > tr > td {
  vertical-align: top !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.tab-badge {
  margin-left: 5px;
}

ul.student-list {
  background-color: #f9f9f9;
}
ul.student-list li a {
  padding: 3px 7px 3px 7px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}
ul.student-list li.active a, ul.student-list li.active a:hover, ul.student-list li.active a:focus {
  background-color: #34495e;
}

.student-list-detail table {
  font-size: 14px;
}
.student-list-detail table tr.instance-container .edit-instance {
  margin-left: 10px;
  float: right;
}
.student-list-detail .options-pane {
  border-right: 1px solid #ddd;
}
.student-list-detail .options-pane label {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
.student-list-detail .options-pane label input {
  margin-right: 10px;
}

div.portal-container .alert.file-alert ul li {
  list-style-type: disc !important;
  float: none !important;
}

div.excel-validation-table-wrapper {
  overflow-x: scroll;
  overflow-y: visible;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-top: 20px;
}
div.excel-validation-table-wrapper table.excel-validation {
  margin: 0;
}
div.excel-validation-table-wrapper table.excel-validation th, div.excel-validation-table-wrapper table.excel-validation td {
  height: 37px;
}
div.excel-validation-table-wrapper table.excel-validation td {
  position: relative;
  white-space: nowrap;
}
div.excel-validation-table-wrapper table.excel-validation td div.tooltip-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
div.excel-validation-table-wrapper table.excel-validation td div.tooltip-wrapper div.tooltip {
  white-space: normal;
  position: absolute;
  width: 200px;
  transition: visibility 0.2s, opacity 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
div.excel-validation-table-wrapper table.excel-validation td div.tooltip-wrapper div.tooltip div.tooltip-arrow {
  top: 0;
  left: 14px;
  margin-left: -23px;
  border-width: 0 8px 8px;
  border-bottom-color: #000;
  transform: rotate(-45deg);
}
div.excel-validation-table-wrapper table.excel-validation td div.tooltip-wrapper div.tooltip div.tooltip-inner {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
div.excel-validation-table-wrapper table.excel-validation td:hover div.tooltip-wrapper div.tooltip {
  opacity: 0.8;
  visibility: visible;
}
div.excel-validation-table-wrapper table.excel-validation th:first-child {
  left: 15px;
  background-color: #fff;
  position: absolute;
  height: auto;
  width: 45px;
  z-index: 999;
}
div.excel-validation-table-wrapper table.excel-validation th:nth-child(2),
div.excel-validation-table-wrapper table.excel-validation td:nth-child(2) {
  padding-left: 54px;
}
div.excel-validation-table-wrapper table.excel-validation .table-danger,
div.excel-validation-table-wrapper table.excel-validation .table-danger > td,
div.excel-validation-table-wrapper table.excel-validation .table-danger > th {
  background-color: #f5c6cb !important;
}

.process-success {
  color: #212529;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
}
.process-success i {
  margin: 0 auto;
  font-size: 74px;
  display: block;
}
.process-success span.done {
  display: block;
  margin: 3px;
  font-size: 14px;
}
.process-success span.done span {
  display: inline-block;
  margin: 0 2px;
}

.not-relative {
  position: initial;
}

.col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
.col-sm:first-child {
  margin-left: 15px;
}
.col-sm:last-child {
  margin-right: 15px;
}

.btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.input-group-addon.btn {
  color: #fff !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.intergrip-loader-container {
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 900;
  top: 0;
  left: 0;
}
.intergrip-loader-container .intergrip-loader {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.intergrip-loader-container .intergrip-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #34495e;
  border-radius: 50%;
  animation: intergrip-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #34495e transparent transparent transparent;
}
.intergrip-loader-container .intergrip-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.intergrip-loader-container .intergrip-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.intergrip-loader-container .intergrip-loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes intergrip-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dropzone-wrapper {
  text-align: center;
}
.dropzone-wrapper .dropzone {
  padding: 20px;
  width: 100%;
  border: 2px dashed #CCC;
  background-color: #f9f9f9;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dropzone-wrapper .dropzone p.message {
  font-size: 12px;
}
.dropzone-wrapper .dropzone p.message.warning {
  color: #c9302c;
  font-weight: bold;
}
.dropzone-wrapper .dropzone button {
  margin: 10px;
}

.dropzone.active,
.dropzone.accept {
  border-color: #34495e;
  background-color: #f1f1f1;
}

.dropzone.reject {
  border-color: #c9302c;
  background-color: #f2dede;
}

.dropzone:hover,
.dropzone:active {
  background-color: #f1f1f1;
}
.dropzone:hover button,
.dropzone:active button {
  background-color: rgb(42.9178082192, 60.25, 77.5821917808) !important;
}

.react-tooltip {
  color: #34495e;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}
.react-tooltip div.tooltip-wrapper {
  font-family: Ubuntu, Arial, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
}
.react-tooltip div.tooltip-wrapper div.tooltip {
  bottom: 5px;
  white-space: normal;
  position: absolute;
  left: -100px;
  width: 200px;
  transition: visibility 0.2s, opacity 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.react-tooltip div.tooltip-wrapper div.tooltip div.tooltip-arrow {
  left: 50%;
  border-top-color: #000;
}
.react-tooltip div.tooltip-wrapper div.tooltip div.tooltip-inner {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.react-tooltip:hover div.tooltip-wrapper div.tooltip {
  opacity: 0.8;
  visibility: visible;
}

.react-selectize {
  color: #000;
}

.react-selectize.root-node {
  position: relative;
  width: 300px;
}

.react-selectize.root-node.disabled {
  pointer-events: none;
}

.react-selectize.root-node .react-selectize-control {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 2px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
  display: block;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  max-width: calc(100% - 56px);
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
  background: none;
  border: none;
  outline: none;
  font-size: 1em;
  margin: 2px;
  padding: 4px 0px;
  vertical-align: middle;
  width: 0px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container,
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 30px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container {
  width: 16px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  width: 32px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container:hover .react-selectize-reset-button path {
  stroke: #c0392b;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button path {
  -webkit-transition: stroke 0.5s 0s ease;
  -moz-transition: stroke 0.5s 0s ease;
  -o-transition: stroke 0.5s 0s ease;
  -ms-transition: stroke 0.5s 0s ease;
  transition: stroke 0.5s 0s ease;
  stroke: #999;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button path {
  fill: #999;
}

.react-selectize.dropdown-menu-wrapper {
  position: absolute;
}

.react-selectize.dropdown-menu-wrapper.tethered {
  min-width: 300px;
}

.react-selectize.dropdown-menu-wrapper:not(.tethered) {
  width: 100%;
}

.react-selectize.dropdown-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  max-height: 200px;
  z-index: 10;
}

.react-selectize.dropdown-menu.tethered {
  min-width: 300px;
}

.react-selectize.dropdown-menu:not(.tethered) {
  width: 100%;
}

.react-selectize.dropdown-menu .groups.as-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.react-selectize.dropdown-menu .groups.as-columns > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.react-selectize.dropdown-menu .option-wrapper {
  cursor: pointer;
  outline: none;
}

.multi-select.react-selectize.root-node .simple-value {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

.multi-select.react-selectize.root-node .simple-value span {
  display: inline-block;
  padding: 2px 5px 4px;
  vertical-align: center;
}

.simple-select.react-selectize.root-node .simple-value {
  margin: 2px;
}

.simple-select.react-selectize.root-node .simple-value span {
  display: inline-block;
  vertical-align: center;
}

.react-selectize.default {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.react-selectize.default.root-node .react-selectize-control {
  background-color: #fff;
  border: 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
}

.react-selectize.default.root-node .react-selectize-control .react-selectize-placeholder {
  color: #aaa;
  text-indent: 8px;
}

.react-selectize.default.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  padding-left: 5px;
}

.react-selectize.default.root-node.open.flipped .react-selectize-control {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.react-selectize.default.root-node.open:not(.flipped) .react-selectize-control {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.react-selectize.dropdown-menu-wrapper.default {
  overflow: hidden;
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.custom-enter-active,
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.custom-leave-active {
  -webkit-transition: -webkit-transform 0.2s 0s ease;
  -moz-transition: -moz-transform 0.2s 0s ease;
  -o-transition: -o-transform 0.2s 0s ease;
  -ms-transition: -ms-transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease;
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-enter {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-enter-active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-leave {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-leave-active {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-enter {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-enter-active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-leave {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-leave-active {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.react-selectize.dropdown-menu.default {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.react-selectize.dropdown-menu.default.flipped {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.react-selectize.dropdown-menu.default:not(.flipped) {
  border-color: #b3b3b3 #ccc #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.react-selectize.dropdown-menu.default .no-results-found {
  color: #aaa !important;
  font-style: oblique;
  padding: 8px 10px;
}

.react-selectize.dropdown-menu.default .simple-group-title {
  background-color: #fafafa;
  padding: 8px 8px;
}

.react-selectize.dropdown-menu.default .option-wrapper.highlight {
  background: #f2f9fc;
  color: #333;
}

.react-selectize.dropdown-menu.default .option-wrapper .simple-option {
  color: #666;
  cursor: pointer;
  padding: 8px 10px;
}

.react-selectize.dropdown-menu.default .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.default.root-node .simple-value {
  background: #f2f9fc;
  border: 1px solid #c9e6f2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #08c;
}

.simple-select.react-selectize.default.root-node.open .react-selectize-control {
  background-color: #fff;
}

.simple-select.react-selectize.default.root-node:not(.open) .react-selectize-control {
  background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -ms-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
}

.react-selectize.bootstrap3 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.react-selectize.bootstrap3.root-node.open .react-selectize-control {
  background-color: #fff;
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.react-selectize.bootstrap3.root-node .react-selectize-control {
  border: 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
}

.react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-placeholder {
  color: #aaa;
  text-indent: 8px;
}

.react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  padding-left: 5px;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper.flipped {
  margin-bottom: 5px;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 5px;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  -webkit-transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -ms-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.bootstrap3.dropdown-menu {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.react-selectize.bootstrap3.dropdown-menu.flipped {
  margin-bottom: 5px;
}

.react-selectize.bootstrap3.dropdown-menu:not(.flipped) {
  margin-top: 5px;
}

.react-selectize.bootstrap3.dropdown-menu .no-results-found {
  color: #aaa !important;
  font-style: oblique;
  padding: 8px 10px;
}

.react-selectize.bootstrap3.dropdown-menu .groups:not(.as-columns) > div:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  margin: 12px 0px 0px 0px;
}

.react-selectize.bootstrap3.dropdown-menu .simple-group-title {
  background-color: #fff;
  color: #999;
  padding: 8px 8px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper.highlight {
  background: #428bca;
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper.highlight .simple-option {
  color: #fff;
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper .simple-option {
  color: #333;
  cursor: pointer;
  padding: 8px 10px;
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.bootstrap3.root-node .simple-value {
  background: #efefef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
}

.react-selectize.material {
  font-family: Roboto, sans-serif;
}

.react-selectize.material.root-node.open .react-selectize-control:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.react-selectize.material.root-node .react-selectize-control:after {
  background-color: #00bcd4;
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: -moz-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: -o-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: -ms-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 2px;
}

.react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-indent: 4px;
}

.react-selectize.material.dropdown-menu-wrapper.flipped {
  margin-bottom: 8px;
}

.react-selectize.material.dropdown-menu-wrapper.flipped .dropdown-menu {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 8px;
}

.react-selectize.material.dropdown-menu-wrapper:not(.flipped) .dropdown-menu {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: -o-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: -ms-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.material.dropdown-menu {
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.118) 0px 1px 6px, rgba(0, 0, 0, 0.118) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.118) 0px 1px 6px, rgba(0, 0, 0, 0.118) 0px 1px 4px;
  max-height: 250px;
  padding: 8px 0px;
}

.react-selectize.material.dropdown-menu.flipped {
  margin-bottom: 8px;
}

.react-selectize.material.dropdown-menu:not(.flipped) {
  margin-top: 8px;
}

.react-selectize.material.dropdown-menu .no-results-found {
  font-style: oblique;
  font-size: 16px;
  height: 32px;
  padding: 0px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.react-selectize.material.dropdown-menu .groups:not(.as-columns) > div:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.react-selectize.material.dropdown-menu .simple-group-title {
  color: #8f8f8f;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  height: 48px;
  padding: 0px 10px;
}

.react-selectize.material.dropdown-menu .option-wrapper.highlight {
  background-color: rgba(0, 0, 0, 0.098);
}

.react-selectize.material.dropdown-menu .option-wrapper .simple-option {
  color: rgba(0, 0, 0, 0.875);
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  height: 48px;
  padding: 0px 16px;
}

.react-selectize.material.dropdown-menu .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.material.root-node .simple-value span {
  padding: 0px;
}

.multi-select.react-selectize.material.root-node .simple-value span:after {
  content: ",";
}

.simple-select.react-selectize.material.root-node .simple-value {
  margin: 4px 3px 3px 2px;
}

/*!
 * Selectize Theme for Bootstrap 4 v2.0.2
 *
 * Copyright 2018 Constantine Seleznyoff <const.seoff@gmail.com>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.selectize-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: calc(2.25rem + 2px);
  padding: 0;
  position: relative;
  transition: none;
  flex: 1 1 auto;
  line-height: 17px;
}

.selectize-control .selectize-input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  cursor: text;
  display: inline-block;
  font-size: 1rem;
  height: 100%;
  overflow: hidden !important;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .selectize-control .selectize-input {
    transition: none;
  }
}
.selectize-control .selectize-input * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: baseline;
}

.selectize-control .selectize-input input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit;
  display: inline-block !important;
  font-size: inherit;
  line-height: inherit !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 5px !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
}

.selectize-control .selectize-input input:hover, .selectize-control .selectize-input input:focus {
  outline: none !important;
}

.selectize-control .selectize-input input::-ms-clear {
  display: none;
}

.selectize-control .selectize-input input::placeholder {
  color: #6c757d;
  opacity: 1;
}

.selectize-control .selectize-input.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.selectize-control .selectize-input.disabled {
  background-color: #e9ecef;
  color: #495057;
  opacity: 1;
}

.selectize-control .selectize-input.dropdown-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectize-control .selectize-dropdown {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  height: auto;
  left: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: none;
  width: 100% !important;
  z-index: 1000;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top-width: 0;
  color: #212529;
  font-size: 1rem;
  max-height: 14.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0;
  position: relative;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option,
.selectize-control .selectize-dropdown .selectize-dropdown-content .create {
  background-color: transparent;
  color: #212529;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .create {
  cursor: pointer;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover, .selectize-control .selectize-dropdown .selectize-dropdown-content .option:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option.active, .selectize-control .selectize-dropdown .selectize-dropdown-content .option:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option.disabled, .selectize-control .selectize-dropdown .selectize-dropdown-content .option:disabled, .selectize-control .selectize-dropdown .selectize-dropdown-content .option[data-disabled] {
  background-color: transparent;
  color: #6c757d;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option[data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.25rem 1.5rem;
  white-space: nowrap;
}

.selectize-control.single:after {
  border-color: #212529 transparent transparent transparent;
  border-style: solid;
  border-width: 0.54127rem 0.3125rem 0 0.3125rem;
  content: "";
  display: block;
  height: 0;
  margin-top: -0.27063rem;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0;
}

.selectize-control.single .selectize-input {
  padding: 5px;
}

.selectize-control.multi {
  height: auto;
  min-height: calc(2.25rem + 2px);
}

.selectize-control.multi .selectize-input {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

.selectize-control.multi .selectize-input .item {
  margin: 3px 5px 0;
}

.selectize-control .selectize-dropdown-content .create strong,
.selectize-control.multi .selectize-input .item {
  background-color: #007bff;
  color: #fff;
  display: inline-block;
  font-size: 85%;
  font-weight: 400;
  line-height: 1;
  padding: 0.5em 0.8em;
  padding-right: 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0.25rem;
}

.selectize-control.rtl {
  direction: rtl;
}

.selectize-control.rtl .selectize-input {
  text-align: right;
}

.selectize-control.rtl .selectize-input input {
  margin: 0 0 0 2px !important;
}

.selectize-control.rtl .selectize-dropdown .selectize-dropdown-content {
  text-align: right !important;
}

.selectize-control.rtl.single:after {
  left: 0.75rem;
  right: auto;
}

.selectize-control.rtl.single .selectize-input {
  padding: 5px;
}

.selectize-control.rtl.multi .selectize-input .item {
  margin: 0 0 0 3px;
}

.selectize-control.is-valid .selectize-input {
  border-color: #28a745;
}

.selectize-control.is-valid .selectize-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.selectize-control.is-invalid .selectize-input {
  border-color: #dc3545;
}

.selectize-control.is-invalid .selectize-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

-lg.selectize-control {
  height: calc(2.875rem + 2px);
  padding: 0;
}

-lg.selectize-control .selectize-input {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

-lg.selectize-control.single .selectize-input {
  padding-right: 2.125rem;
}

-lg.selectize-control.single.rtl .selectize-input {
  padding-left: 2.125rem;
  padding-right: 1rem;
}

-lg.selectize-control.multi {
  min-height: calc(2.875rem + 2px);
}

-sm.selectize-control {
  height: calc(1.8125rem + 2px);
  padding: 0;
}

-sm.selectize-control .selectize-input {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

-sm.selectize-control.single .selectize-input {
  padding-right: 1.375rem;
}

-sm.selectize-control.single.rtl .selectize-input {
  padding-left: 1.375rem;
  padding-right: 0.5rem;
}

-sm.selectize-control.multi {
  min-height: calc(1.8125rem + 2px);
}

.input-group > .selectize-control.multi {
  min-height: calc(2.25rem + 2px);
}

.input-group > :not(:first-child:not([style*="display: none"])).selectize-control .selectize-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > :not(:last-child).selectize-control .selectize-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selectize-dropdown.multiselect-me-optgroups .optgroup:before {
  content: none;
}
.selectize-dropdown.multiselect-me-optgroups .optgroup-header {
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0.25em;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
}
.selectize-dropdown.multiselect-me-optgroups .optgroup-header:hover {
  background: #eee;
}

.br-theme-bootstrap-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-bootstrap-stars .br-widget a {
  font: normal normal normal 18px/1 "Glyphicons Halflings";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-bootstrap-stars .br-widget a:after {
  content: "\e006";
  color: #d2d2d2;
}

.br-theme-bootstrap-stars .br-widget a.br-active:after {
  color: #edb867;
}

.br-theme-bootstrap-stars .br-widget a.br-selected:after {
  color: #edb867;
}

.br-theme-bootstrap-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-bootstrap-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-bootstrap-stars .br-widget a:after {
    content: "\e007";
    color: #000;
  }
  .br-theme-bootstrap-stars .br-widget a.br-active:after, .br-theme-bootstrap-stars .br-widget a.br-selected:after {
    content: "\e006";
    color: #000;
  }
} 
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-datepicker .ui-icon {
  font-family: "FontAwesome";
  text-indent: 0;
}

.ui-datepicker .ui-icon::before {
  display: block;
  margin-right: 10px;
}

.ui-icon-circle-triangle-e::before {
  content: "\f138";
}

.ui-icon-circle-triangle-w::before {
  content: "\f137";
}

.custom-switch-error {
  color: #721c24;
}

.add-container .react-datepicker-wrapper, .edit-container .react-datepicker-wrapper {
  display: block;
  width: 100%;
}

/* FACTORY */
.login-credentials .btn-primary, .login-credentials .btn-primary:hover, .login-credentials .btn-primary:focus, .login-credentials .btn-primary:active, .login-credentials .btn-primary.active, .login-credentials .open > .dropdown-toggle.btn-primary, .login-credentials .name_banner, .login-credentials .panel-primary > .panel-heading {
  border-color: #F99D1C !important;
  background-color: #F99D1C !important;
}

/* Modules */
.inner-portal .invalid-feedback {
  margin-top: 0;
  display: inline-block;
  float: right;
  width: auto;
  margin-right: 10px;
  padding: 1px 7px;
  margin-bottom: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #dc3545;
  border-right: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  font-size: 12px;
  background-color: #f2dede;
  color: #dc3545;
}
.inner-portal .select.is-invalid > div,
.inner-portal .select-creatable.is-invalid > div,
.inner-portal .datepicker-wrapper.is-invalid input {
  border: 1px solid #dc3545;
}

.mentor-navs li {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-right: 10px;
}
.mentor-navs li a {
  margin-right: 0;
}
.mentor-navs li a:hover, .mentor-navs li a:active {
  color: #34495e;
}
.mentor-navs li.active li.active {
  color: #34495e;
}

table.mentor-table .radio, table.mentor-table .checkbox {
  margin: 0;
}
table.mentor-table .radio input, table.mentor-table .checkbox input {
  margin-left: 0;
}
table.mentor-table tr:first-child > td {
  border-bottom: 0px;
}
table.mentor-table table.tab-pane {
  display: none;
}
table.mentor-table table.tab-pane.active {
  display: inline-block;
}
table.mentor-table th, table.mentor-table td {
  vertical-align: top !important;
  padding: 10px 5px;
}
table.mentor-table .thead-nav th.grade {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #ddd;
  border-bottom: 0px;
  margin: 0 5px 0 0;
  display: inline-block;
  padding: 0;
}
table.mentor-table .thead-nav th.grade a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
}
table.mentor-table .thead-nav th.grade:hover, table.mentor-table .thead-nav th.grade:active, table.mentor-table .thead-nav th.grade:focus, table.mentor-table .thead-nav th.grade.active {
  background: #ddd;
}
table.mentor-table .thead-nav th.grade:hover a, table.mentor-table .thead-nav th.grade:active a, table.mentor-table .thead-nav th.grade:focus a, table.mentor-table .thead-nav th.grade.active a {
  color: #34495e;
  text-decoration: none;
}
table.mentor-table .thead-nav th.grade:hover a:focus, table.mentor-table .thead-nav th.grade:active a:focus, table.mentor-table .thead-nav th.grade:focus a:focus, table.mentor-table .thead-nav th.grade.active a:focus {
  color: #34495e;
}
table.mentor-table .thead-nav th:first-child {
  width: 300px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
table.mentor-table tr:hover td {
  background: #fff;
}
table.mentor-table td.classes-column {
  white-space: nowrap;
  height: 41px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
table.mentor-table td.classes-column tr {
  border-bottom: 1px solid #ddd;
}
table.mentor-table td.classes-column th, table.mentor-table td.classes-column td {
  padding: 10px 20px;
}
table.mentor-table .mentor-row {
  white-space: nowrap;
  height: 41px;
  border-bottom: 1px solid #ddd;
}
table.mentor-table .mentor-row .mentor-students i {
  cursor: pointer;
}
table.mentor-table .loading-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.popover-mentor-table {
  z-index: 1100;
  max-width: 100%;
}
.popover-mentor-table .inner-popover {
  padding: 1rem;
  min-width: 300px;
}
.popover-mentor-table .inner-popover .student-group {
  margin-bottom: 0;
}
.popover-mentor-table .inner-popover .student-group label {
  padding-bottom: 1rem;
  display: block;
  margin-bottom: 6px;
}
.popover-mentor-table .inner-popover .student-group .selectize-control.multi {
  max-width: 300px;
  width: 100%;
}
.popover-mentor-table .inner-popover .student-group .selectize-control.multi .selectize-input {
  padding-bottom: 3px;
}
.popover-mentor-table .inner-popover .student-group .selectize-control.multi .selectize-input.has-items {
  padding-bottom: 2rem;
}
.popover-mentor-table .inner-popover .student-group .selectize-control.multi .selectize-input .item {
  width: calc(100% - 20px);
}
.popover-mentor-table .inner-popover .student-group .fa-pulse {
  font-size: 18px;
  margin: 0 10px 0 0;
}
.popover-mentor-table .inner-popover .student-group button.btn-primary {
  margin-top: 1rem;
}

.portal-mentor-table th.mentor-name {
  width: 300px;
}
.portal-mentor-table td.mentor-name {
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-mentor-table td.mentor-students {
  width: 100px;
}
.portal-mentor-table tr {
  position: relative;
}

html {
  font-size: 14px;
}

div.paginate-with-extra-button .pagination {
  float: left;
}
div.paginate-with-extra-button .btn {
  margin: 20px 0;
  float: right;
}

.account_setting_wrapper h1 {
  position: relative;
}
.account_setting_wrapper h1 span {
  position: relative;
  top: -15px;
}

.portaal div#student {
  /*!
   * Bootstrap v4.3.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
.portaal div#student :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1199px;
  --breakpoint-xl: 1599px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.portaal div#student *,
.portaal div#student *::before,
.portaal div#student *::after {
  box-sizing: border-box;
}
.portaal div#student html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.portaal div#student article, .portaal div#student aside, .portaal div#student figcaption, .portaal div#student figure, .portaal div#student footer, .portaal div#student header, .portaal div#student hgroup, .portaal div#student main, .portaal div#student nav, .portaal div#student section {
  display: block;
}
.portaal div#student body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.portaal div#student [tabindex="-1"]:focus {
  outline: 0 !important;
}
.portaal div#student hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.portaal div#student h1, .portaal div#student h2, .portaal div#student h3, .portaal div#student h4, .portaal div#student h5, .portaal div#student h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.portaal div#student p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.portaal div#student abbr[title],
.portaal div#student abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.portaal div#student address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.portaal div#student ol,
.portaal div#student ul,
.portaal div#student dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.portaal div#student ol ol,
.portaal div#student ul ul,
.portaal div#student ol ul,
.portaal div#student ul ol {
  margin-bottom: 0;
}
.portaal div#student dt {
  font-weight: 700;
}
.portaal div#student dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.portaal div#student blockquote {
  margin: 0 0 1rem;
}
.portaal div#student b,
.portaal div#student strong {
  font-weight: bolder;
}
.portaal div#student small {
  font-size: 80%;
}
.portaal div#student sub,
.portaal div#student sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.portaal div#student sub {
  bottom: -0.25em;
}
.portaal div#student sup {
  top: -0.5em;
}
.portaal div#student a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.portaal div#student a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.portaal div#student a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.portaal div#student a:not([href]):not([tabindex]):hover, .portaal div#student a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.portaal div#student a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.portaal div#student pre,
.portaal div#student code,
.portaal div#student kbd,
.portaal div#student samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.portaal div#student pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.portaal div#student figure {
  margin: 0 0 1rem;
}
.portaal div#student img {
  vertical-align: middle;
  border-style: none;
}
.portaal div#student svg {
  overflow: hidden;
  vertical-align: middle;
}
.portaal div#student table {
  border-collapse: collapse;
}
.portaal div#student caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.portaal div#student th {
  text-align: inherit;
}
.portaal div#student label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.portaal div#student button {
  border-radius: 0;
}
.portaal div#student button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.portaal div#student input,
.portaal div#student button,
.portaal div#student select,
.portaal div#student optgroup,
.portaal div#student textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.portaal div#student button,
.portaal div#student input {
  overflow: visible;
}
.portaal div#student button,
.portaal div#student select {
  text-transform: none;
}
.portaal div#student select {
  word-wrap: normal;
}
.portaal div#student button,
.portaal div#student [type=button],
.portaal div#student [type=reset],
.portaal div#student [type=submit] {
  -webkit-appearance: button;
}
.portaal div#student button:not(:disabled),
.portaal div#student [type=button]:not(:disabled),
.portaal div#student [type=reset]:not(:disabled),
.portaal div#student [type=submit]:not(:disabled) {
  cursor: pointer;
}
.portaal div#student button::-moz-focus-inner,
.portaal div#student [type=button]::-moz-focus-inner,
.portaal div#student [type=reset]::-moz-focus-inner,
.portaal div#student [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.portaal div#student input[type=radio],
.portaal div#student input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.portaal div#student input[type=date],
.portaal div#student input[type=time],
.portaal div#student input[type=datetime-local],
.portaal div#student input[type=month] {
  -webkit-appearance: listbox;
}
.portaal div#student textarea {
  overflow: auto;
  resize: vertical;
}
.portaal div#student fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.portaal div#student legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.portaal div#student progress {
  vertical-align: baseline;
}
.portaal div#student [type=number]::-webkit-inner-spin-button,
.portaal div#student [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.portaal div#student [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.portaal div#student [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.portaal div#student ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.portaal div#student output {
  display: inline-block;
}
.portaal div#student summary {
  display: list-item;
  cursor: pointer;
}
.portaal div#student template {
  display: none;
}
.portaal div#student [hidden] {
  display: none !important;
}
.portaal div#student h1, .portaal div#student h2, .portaal div#student h3, .portaal div#student h4, .portaal div#student h5, .portaal div#student h6,
.portaal div#student .h1, .portaal div#student .h2, .portaal div#student .h3, .portaal div#student .h4, .portaal div#student .h5, .portaal div#student .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.portaal div#student h1, .portaal div#student .h1 {
  font-size: 2.5rem;
}
.portaal div#student h2, .portaal div#student .h2 {
  font-size: 2rem;
}
.portaal div#student h3, .portaal div#student .h3 {
  font-size: 1.75rem;
}
.portaal div#student h4, .portaal div#student .h4 {
  font-size: 1.5rem;
}
.portaal div#student h5, .portaal div#student .h5 {
  font-size: 1.25rem;
}
.portaal div#student h6, .portaal div#student .h6 {
  font-size: 1rem;
}
.portaal div#student .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.portaal div#student .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.portaal div#student .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.portaal div#student .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.portaal div#student .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.portaal div#student hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.portaal div#student small,
.portaal div#student .small {
  font-size: 80%;
  font-weight: 400;
}
.portaal div#student mark,
.portaal div#student .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.portaal div#student .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.portaal div#student .list-inline {
  padding-left: 0;
  list-style: none;
}
.portaal div#student .list-inline-item {
  display: inline-block;
}
.portaal div#student .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.portaal div#student .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.portaal div#student .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.portaal div#student .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.portaal div#student .blockquote-footer::before {
  content: "— ";
}
.portaal div#student .img-fluid {
  max-width: 100%;
  height: auto;
}
.portaal div#student .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.portaal div#student .figure {
  display: inline-block;
}
.portaal div#student .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.portaal div#student .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.portaal div#student code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > .portaal div#student code {
  color: inherit;
}
.portaal div#student kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.portaal div#student kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.portaal div#student pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.portaal div#student pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.portaal div#student .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.portaal div#student .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .portaal div#student .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .portaal div#student .container {
    max-width: 720px;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .container {
    max-width: 960px;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .container {
    max-width: 1140px;
  }
}
.portaal div#student .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.portaal div#student .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.portaal div#student .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.portaal div#student .no-gutters > .col,
.portaal div#student .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.portaal div#student .col-xl,
.portaal div#student .col-xl-auto, .portaal div#student .col-xl-12, .portaal div#student .col-xl-11, .portaal div#student .col-xl-10, .portaal div#student .col-xl-9, .portaal div#student .col-xl-8, .portaal div#student .col-xl-7, .portaal div#student .col-xl-6, .portaal div#student .col-xl-5, .portaal div#student .col-xl-4, .portaal div#student .col-xl-3, .portaal div#student .col-xl-2, .portaal div#student .col-xl-1, .portaal div#student .col-lg,
.portaal div#student .col-lg-auto, .portaal div#student .col-lg-12, .portaal div#student .col-lg-11, .portaal div#student .col-lg-10, .portaal div#student .col-lg-9, .portaal div#student .col-lg-8, .portaal div#student .col-lg-7, .portaal div#student .col-lg-6, .portaal div#student .col-lg-5, .portaal div#student .col-lg-4, .portaal div#student .col-lg-3, .portaal div#student .col-lg-2, .portaal div#student .col-lg-1, .portaal div#student .col-md,
.portaal div#student .col-md-auto, .portaal div#student .col-md-12, .portaal div#student .col-md-11, .portaal div#student .col-md-10, .portaal div#student .col-md-9, .portaal div#student .col-md-8, .portaal div#student .col-md-7, .portaal div#student .col-md-6, .portaal div#student .col-md-5, .portaal div#student .col-md-4, .portaal div#student .col-md-3, .portaal div#student .col-md-2, .portaal div#student .col-md-1, .portaal div#student .col-sm,
.portaal div#student .col-sm-auto, .portaal div#student .col-sm-12, .portaal div#student .col-sm-11, .portaal div#student .col-sm-10, .portaal div#student .col-sm-9, .portaal div#student .col-sm-8, .portaal div#student .col-sm-7, .portaal div#student .col-sm-6, .portaal div#student .col-sm-5, .portaal div#student .col-sm-4, .portaal div#student .col-sm-3, .portaal div#student .col-sm-2, .portaal div#student .col-sm-1, .portaal div#student .col,
.portaal div#student .col-auto, .portaal div#student .col-12, .portaal div#student .col-11, .portaal div#student .col-10, .portaal div#student .col-9, .portaal div#student .col-8, .portaal div#student .col-7, .portaal div#student .col-6, .portaal div#student .col-5, .portaal div#student .col-4, .portaal div#student .col-3, .portaal div#student .col-2, .portaal div#student .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.portaal div#student .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.portaal div#student .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.portaal div#student .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.portaal div#student .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.portaal div#student .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.portaal div#student .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.portaal div#student .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.portaal div#student .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.portaal div#student .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.portaal div#student .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.portaal div#student .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.portaal div#student .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.portaal div#student .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.portaal div#student .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.portaal div#student .order-first {
  order: -1;
}
.portaal div#student .order-last {
  order: 13;
}
.portaal div#student .order-0 {
  order: 0;
}
.portaal div#student .order-1 {
  order: 1;
}
.portaal div#student .order-2 {
  order: 2;
}
.portaal div#student .order-3 {
  order: 3;
}
.portaal div#student .order-4 {
  order: 4;
}
.portaal div#student .order-5 {
  order: 5;
}
.portaal div#student .order-6 {
  order: 6;
}
.portaal div#student .order-7 {
  order: 7;
}
.portaal div#student .order-8 {
  order: 8;
}
.portaal div#student .order-9 {
  order: 9;
}
.portaal div#student .order-10 {
  order: 10;
}
.portaal div#student .order-11 {
  order: 11;
}
.portaal div#student .order-12 {
  order: 12;
}
.portaal div#student .offset-1 {
  margin-left: 8.3333333333%;
}
.portaal div#student .offset-2 {
  margin-left: 16.6666666667%;
}
.portaal div#student .offset-3 {
  margin-left: 25%;
}
.portaal div#student .offset-4 {
  margin-left: 33.3333333333%;
}
.portaal div#student .offset-5 {
  margin-left: 41.6666666667%;
}
.portaal div#student .offset-6 {
  margin-left: 50%;
}
.portaal div#student .offset-7 {
  margin-left: 58.3333333333%;
}
.portaal div#student .offset-8 {
  margin-left: 66.6666666667%;
}
.portaal div#student .offset-9 {
  margin-left: 75%;
}
.portaal div#student .offset-10 {
  margin-left: 83.3333333333%;
}
.portaal div#student .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 768px) {
  .portaal div#student .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .portaal div#student .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .portaal div#student .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .portaal div#student .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .portaal div#student .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .portaal div#student .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .portaal div#student .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .portaal div#student .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .portaal div#student .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .portaal div#student .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .portaal div#student .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .portaal div#student .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .portaal div#student .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .portaal div#student .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portaal div#student .order-sm-first {
    order: -1;
  }
  .portaal div#student .order-sm-last {
    order: 13;
  }
  .portaal div#student .order-sm-0 {
    order: 0;
  }
  .portaal div#student .order-sm-1 {
    order: 1;
  }
  .portaal div#student .order-sm-2 {
    order: 2;
  }
  .portaal div#student .order-sm-3 {
    order: 3;
  }
  .portaal div#student .order-sm-4 {
    order: 4;
  }
  .portaal div#student .order-sm-5 {
    order: 5;
  }
  .portaal div#student .order-sm-6 {
    order: 6;
  }
  .portaal div#student .order-sm-7 {
    order: 7;
  }
  .portaal div#student .order-sm-8 {
    order: 8;
  }
  .portaal div#student .order-sm-9 {
    order: 9;
  }
  .portaal div#student .order-sm-10 {
    order: 10;
  }
  .portaal div#student .order-sm-11 {
    order: 11;
  }
  .portaal div#student .order-sm-12 {
    order: 12;
  }
  .portaal div#student .offset-sm-0 {
    margin-left: 0;
  }
  .portaal div#student .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .portaal div#student .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .portaal div#student .offset-sm-3 {
    margin-left: 25%;
  }
  .portaal div#student .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .portaal div#student .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .portaal div#student .offset-sm-6 {
    margin-left: 50%;
  }
  .portaal div#student .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .portaal div#student .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .portaal div#student .offset-sm-9 {
    margin-left: 75%;
  }
  .portaal div#student .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .portaal div#student .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .portaal div#student .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .portaal div#student .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .portaal div#student .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .portaal div#student .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .portaal div#student .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .portaal div#student .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .portaal div#student .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .portaal div#student .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .portaal div#student .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .portaal div#student .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .portaal div#student .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .portaal div#student .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .portaal div#student .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .portaal div#student .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portaal div#student .order-md-first {
    order: -1;
  }
  .portaal div#student .order-md-last {
    order: 13;
  }
  .portaal div#student .order-md-0 {
    order: 0;
  }
  .portaal div#student .order-md-1 {
    order: 1;
  }
  .portaal div#student .order-md-2 {
    order: 2;
  }
  .portaal div#student .order-md-3 {
    order: 3;
  }
  .portaal div#student .order-md-4 {
    order: 4;
  }
  .portaal div#student .order-md-5 {
    order: 5;
  }
  .portaal div#student .order-md-6 {
    order: 6;
  }
  .portaal div#student .order-md-7 {
    order: 7;
  }
  .portaal div#student .order-md-8 {
    order: 8;
  }
  .portaal div#student .order-md-9 {
    order: 9;
  }
  .portaal div#student .order-md-10 {
    order: 10;
  }
  .portaal div#student .order-md-11 {
    order: 11;
  }
  .portaal div#student .order-md-12 {
    order: 12;
  }
  .portaal div#student .offset-md-0 {
    margin-left: 0;
  }
  .portaal div#student .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .portaal div#student .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .portaal div#student .offset-md-3 {
    margin-left: 25%;
  }
  .portaal div#student .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .portaal div#student .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .portaal div#student .offset-md-6 {
    margin-left: 50%;
  }
  .portaal div#student .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .portaal div#student .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .portaal div#student .offset-md-9 {
    margin-left: 75%;
  }
  .portaal div#student .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .portaal div#student .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .portaal div#student .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .portaal div#student .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .portaal div#student .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .portaal div#student .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .portaal div#student .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .portaal div#student .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .portaal div#student .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .portaal div#student .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .portaal div#student .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .portaal div#student .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .portaal div#student .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .portaal div#student .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .portaal div#student .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portaal div#student .order-lg-first {
    order: -1;
  }
  .portaal div#student .order-lg-last {
    order: 13;
  }
  .portaal div#student .order-lg-0 {
    order: 0;
  }
  .portaal div#student .order-lg-1 {
    order: 1;
  }
  .portaal div#student .order-lg-2 {
    order: 2;
  }
  .portaal div#student .order-lg-3 {
    order: 3;
  }
  .portaal div#student .order-lg-4 {
    order: 4;
  }
  .portaal div#student .order-lg-5 {
    order: 5;
  }
  .portaal div#student .order-lg-6 {
    order: 6;
  }
  .portaal div#student .order-lg-7 {
    order: 7;
  }
  .portaal div#student .order-lg-8 {
    order: 8;
  }
  .portaal div#student .order-lg-9 {
    order: 9;
  }
  .portaal div#student .order-lg-10 {
    order: 10;
  }
  .portaal div#student .order-lg-11 {
    order: 11;
  }
  .portaal div#student .order-lg-12 {
    order: 12;
  }
  .portaal div#student .offset-lg-0 {
    margin-left: 0;
  }
  .portaal div#student .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .portaal div#student .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .portaal div#student .offset-lg-3 {
    margin-left: 25%;
  }
  .portaal div#student .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .portaal div#student .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .portaal div#student .offset-lg-6 {
    margin-left: 50%;
  }
  .portaal div#student .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .portaal div#student .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .portaal div#student .offset-lg-9 {
    margin-left: 75%;
  }
  .portaal div#student .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .portaal div#student .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .portaal div#student .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .portaal div#student .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .portaal div#student .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .portaal div#student .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .portaal div#student .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .portaal div#student .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .portaal div#student .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .portaal div#student .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .portaal div#student .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .portaal div#student .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .portaal div#student .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .portaal div#student .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .portaal div#student .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portaal div#student .order-xl-first {
    order: -1;
  }
  .portaal div#student .order-xl-last {
    order: 13;
  }
  .portaal div#student .order-xl-0 {
    order: 0;
  }
  .portaal div#student .order-xl-1 {
    order: 1;
  }
  .portaal div#student .order-xl-2 {
    order: 2;
  }
  .portaal div#student .order-xl-3 {
    order: 3;
  }
  .portaal div#student .order-xl-4 {
    order: 4;
  }
  .portaal div#student .order-xl-5 {
    order: 5;
  }
  .portaal div#student .order-xl-6 {
    order: 6;
  }
  .portaal div#student .order-xl-7 {
    order: 7;
  }
  .portaal div#student .order-xl-8 {
    order: 8;
  }
  .portaal div#student .order-xl-9 {
    order: 9;
  }
  .portaal div#student .order-xl-10 {
    order: 10;
  }
  .portaal div#student .order-xl-11 {
    order: 11;
  }
  .portaal div#student .order-xl-12 {
    order: 12;
  }
  .portaal div#student .offset-xl-0 {
    margin-left: 0;
  }
  .portaal div#student .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .portaal div#student .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .portaal div#student .offset-xl-3 {
    margin-left: 25%;
  }
  .portaal div#student .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .portaal div#student .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .portaal div#student .offset-xl-6 {
    margin-left: 50%;
  }
  .portaal div#student .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .portaal div#student .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .portaal div#student .offset-xl-9 {
    margin-left: 75%;
  }
  .portaal div#student .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .portaal div#student .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.portaal div#student .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.portaal div#student .table th,
.portaal div#student .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.portaal div#student .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.portaal div#student .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.portaal div#student .table-sm th,
.portaal div#student .table-sm td {
  padding: 0.3rem;
}
.portaal div#student .table-bordered {
  border: 1px solid #dee2e6;
}
.portaal div#student .table-bordered th,
.portaal div#student .table-bordered td {
  border: 1px solid #dee2e6;
}
.portaal div#student .table-bordered thead th,
.portaal div#student .table-bordered thead td {
  border-bottom-width: 2px;
}
.portaal div#student .table-borderless th,
.portaal div#student .table-borderless td,
.portaal div#student .table-borderless thead th,
.portaal div#student .table-borderless tbody + tbody {
  border: 0;
}
.portaal div#student .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.portaal div#student .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.portaal div#student .table-primary,
.portaal div#student .table-primary > th,
.portaal div#student .table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.portaal div#student .table-primary th,
.portaal div#student .table-primary td,
.portaal div#student .table-primary thead th,
.portaal div#student .table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.portaal div#student .table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.portaal div#student .table-hover .table-primary:hover > td,
.portaal div#student .table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.portaal div#student .table-secondary,
.portaal div#student .table-secondary > th,
.portaal div#student .table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.portaal div#student .table-secondary th,
.portaal div#student .table-secondary td,
.portaal div#student .table-secondary thead th,
.portaal div#student .table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.portaal div#student .table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.portaal div#student .table-hover .table-secondary:hover > td,
.portaal div#student .table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.portaal div#student .table-success,
.portaal div#student .table-success > th,
.portaal div#student .table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.portaal div#student .table-success th,
.portaal div#student .table-success td,
.portaal div#student .table-success thead th,
.portaal div#student .table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.portaal div#student .table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.portaal div#student .table-hover .table-success:hover > td,
.portaal div#student .table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.portaal div#student .table-info,
.portaal div#student .table-info > th,
.portaal div#student .table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.portaal div#student .table-info th,
.portaal div#student .table-info td,
.portaal div#student .table-info thead th,
.portaal div#student .table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.portaal div#student .table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.portaal div#student .table-hover .table-info:hover > td,
.portaal div#student .table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.portaal div#student .table-warning,
.portaal div#student .table-warning > th,
.portaal div#student .table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.portaal div#student .table-warning th,
.portaal div#student .table-warning td,
.portaal div#student .table-warning thead th,
.portaal div#student .table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.portaal div#student .table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.portaal div#student .table-hover .table-warning:hover > td,
.portaal div#student .table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.portaal div#student .table-danger,
.portaal div#student .table-danger > th,
.portaal div#student .table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.portaal div#student .table-danger th,
.portaal div#student .table-danger td,
.portaal div#student .table-danger thead th,
.portaal div#student .table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.portaal div#student .table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.portaal div#student .table-hover .table-danger:hover > td,
.portaal div#student .table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.portaal div#student .table-light,
.portaal div#student .table-light > th,
.portaal div#student .table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.portaal div#student .table-light th,
.portaal div#student .table-light td,
.portaal div#student .table-light thead th,
.portaal div#student .table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.portaal div#student .table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.portaal div#student .table-hover .table-light:hover > td,
.portaal div#student .table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.portaal div#student .table-dark,
.portaal div#student .table-dark > th,
.portaal div#student .table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.portaal div#student .table-dark th,
.portaal div#student .table-dark td,
.portaal div#student .table-dark thead th,
.portaal div#student .table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.portaal div#student .table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.portaal div#student .table-hover .table-dark:hover > td,
.portaal div#student .table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.portaal div#student .table-active,
.portaal div#student .table-active > th,
.portaal div#student .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.portaal div#student .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.portaal div#student .table-hover .table-active:hover > td,
.portaal div#student .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.portaal div#student .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.portaal div#student .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.portaal div#student .table-dark {
  color: #fff;
  background-color: #343a40;
}
.portaal div#student .table-dark th,
.portaal div#student .table-dark td,
.portaal div#student .table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.portaal div#student .table-dark.table-bordered {
  border: 0;
}
.portaal div#student .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.portaal div#student .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .portaal div#student .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .portaal div#student .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .portaal div#student .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .portaal div#student .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1198.98px) {
  .portaal div#student .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .portaal div#student .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1598.98px) {
  .portaal div#student .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .portaal div#student .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.portaal div#student .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.portaal div#student .table-responsive > .table-bordered {
  border: 0;
}
.portaal div#student .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .form-control {
    transition: none;
  }
}
.portaal div#student .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.portaal div#student .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.portaal div#student .form-control:disabled, .portaal div#student .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.portaal div#student select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.portaal div#student .form-control-file,
.portaal div#student .form-control-range {
  display: block;
  width: 100%;
}
.portaal div#student .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.portaal div#student .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.portaal div#student .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.portaal div#student .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.portaal div#student .form-control-plaintext.form-control-sm, .portaal div#student .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.portaal div#student .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.portaal div#student .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.portaal div#student select.form-control[size], .portaal div#student select.form-control[multiple] {
  height: auto;
}
.portaal div#student textarea.form-control {
  height: auto;
}
.portaal div#student .form-group {
  margin-bottom: 1rem;
}
.portaal div#student .form-text {
  display: block;
  margin-top: 0.25rem;
}
.portaal div#student .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.portaal div#student .form-row > .col,
.portaal div#student .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.portaal div#student .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.portaal div#student .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.portaal div#student .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.portaal div#student .form-check-label {
  margin-bottom: 0;
}
.portaal div#student .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.portaal div#student .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.portaal div#student .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.portaal div#student .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .portaal div#student .form-control:valid, .portaal div#student .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .portaal div#student .form-control:valid:focus, .portaal div#student .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .portaal div#student .form-control:valid ~ .valid-feedback,
.was-validated .portaal div#student .form-control:valid ~ .valid-tooltip, .portaal div#student .form-control.is-valid ~ .valid-feedback,
.portaal div#student .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .portaal div#student textarea.form-control:valid, .portaal div#student textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .portaal div#student .custom-select:valid, .portaal div#student .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .portaal div#student .custom-select:valid:focus, .portaal div#student .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .portaal div#student .custom-select:valid ~ .valid-feedback,
.was-validated .portaal div#student .custom-select:valid ~ .valid-tooltip, .portaal div#student .custom-select.is-valid ~ .valid-feedback,
.portaal div#student .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .portaal div#student .form-control-file:valid ~ .valid-feedback,
.was-validated .portaal div#student .form-control-file:valid ~ .valid-tooltip, .portaal div#student .form-control-file.is-valid ~ .valid-feedback,
.portaal div#student .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .portaal div#student .form-check-input:valid ~ .form-check-label, .portaal div#student .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .portaal div#student .form-check-input:valid ~ .valid-feedback,
.was-validated .portaal div#student .form-check-input:valid ~ .valid-tooltip, .portaal div#student .form-check-input.is-valid ~ .valid-feedback,
.portaal div#student .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .portaal div#student .custom-control-input:valid ~ .custom-control-label, .portaal div#student .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .portaal div#student .custom-control-input:valid ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .portaal div#student .custom-control-input:valid ~ .valid-feedback,
.was-validated .portaal div#student .custom-control-input:valid ~ .valid-tooltip, .portaal div#student .custom-control-input.is-valid ~ .valid-feedback,
.portaal div#student .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .portaal div#student .custom-control-input:valid:checked ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .portaal div#student .custom-control-input:valid:focus ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .portaal div#student .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .portaal div#student .custom-file-input:valid ~ .custom-file-label, .portaal div#student .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .portaal div#student .custom-file-input:valid ~ .valid-feedback,
.was-validated .portaal div#student .custom-file-input:valid ~ .valid-tooltip, .portaal div#student .custom-file-input.is-valid ~ .valid-feedback,
.portaal div#student .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .portaal div#student .custom-file-input:valid:focus ~ .custom-file-label, .portaal div#student .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.portaal div#student .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.portaal div#student .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .portaal div#student .form-control:invalid, .portaal div#student .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .portaal div#student .form-control:invalid:focus, .portaal div#student .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .portaal div#student .form-control:invalid ~ .invalid-feedback,
.was-validated .portaal div#student .form-control:invalid ~ .invalid-tooltip, .portaal div#student .form-control.is-invalid ~ .invalid-feedback,
.portaal div#student .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .portaal div#student textarea.form-control:invalid, .portaal div#student textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .portaal div#student .custom-select:invalid, .portaal div#student .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .portaal div#student .custom-select:invalid:focus, .portaal div#student .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .portaal div#student .custom-select:invalid ~ .invalid-feedback,
.was-validated .portaal div#student .custom-select:invalid ~ .invalid-tooltip, .portaal div#student .custom-select.is-invalid ~ .invalid-feedback,
.portaal div#student .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .portaal div#student .form-control-file:invalid ~ .invalid-feedback,
.was-validated .portaal div#student .form-control-file:invalid ~ .invalid-tooltip, .portaal div#student .form-control-file.is-invalid ~ .invalid-feedback,
.portaal div#student .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .portaal div#student .form-check-input:invalid ~ .form-check-label, .portaal div#student .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .portaal div#student .form-check-input:invalid ~ .invalid-feedback,
.was-validated .portaal div#student .form-check-input:invalid ~ .invalid-tooltip, .portaal div#student .form-check-input.is-invalid ~ .invalid-feedback,
.portaal div#student .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .portaal div#student .custom-control-input:invalid ~ .custom-control-label, .portaal div#student .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .portaal div#student .custom-control-input:invalid ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .portaal div#student .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .portaal div#student .custom-control-input:invalid ~ .invalid-tooltip, .portaal div#student .custom-control-input.is-invalid ~ .invalid-feedback,
.portaal div#student .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .portaal div#student .custom-control-input:invalid:checked ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .portaal div#student .custom-control-input:invalid:focus ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .portaal div#student .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .portaal div#student .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .portaal div#student .custom-file-input:invalid ~ .custom-file-label, .portaal div#student .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .portaal div#student .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .portaal div#student .custom-file-input:invalid ~ .invalid-tooltip, .portaal div#student .custom-file-input.is-invalid ~ .invalid-feedback,
.portaal div#student .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .portaal div#student .custom-file-input:invalid:focus ~ .custom-file-label, .portaal div#student .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.portaal div#student .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.portaal div#student .form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .portaal div#student .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .portaal div#student .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .portaal div#student .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .portaal div#student .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .portaal div#student .form-inline .input-group,
  .portaal div#student .form-inline .custom-select {
    width: auto;
  }
  .portaal div#student .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .portaal div#student .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .portaal div#student .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .portaal div#student .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.portaal div#student .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .btn {
    transition: none;
  }
}
.portaal div#student .btn:hover {
  color: #212529;
  text-decoration: none;
}
.portaal div#student .btn:focus, .portaal div#student .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .btn.disabled, .portaal div#student .btn:disabled {
  opacity: 0.65;
}
.portaal div#student a.btn.disabled,
.portaal div#student fieldset:disabled a.btn {
  pointer-events: none;
}
.portaal div#student .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.portaal div#student .btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.portaal div#student .btn-primary:focus, .portaal div#student .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.portaal div#student .btn-primary.disabled, .portaal div#student .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.portaal div#student .btn-primary:not(:disabled):not(.disabled):active, .portaal div#student .btn-primary:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.portaal div#student .btn-primary:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.portaal div#student .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.portaal div#student .btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.portaal div#student .btn-secondary:focus, .portaal div#student .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.portaal div#student .btn-secondary.disabled, .portaal div#student .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.portaal div#student .btn-secondary:not(:disabled):not(.disabled):active, .portaal div#student .btn-secondary:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.portaal div#student .btn-secondary:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.portaal div#student .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.portaal div#student .btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.portaal div#student .btn-success:focus, .portaal div#student .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.portaal div#student .btn-success.disabled, .portaal div#student .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.portaal div#student .btn-success:not(:disabled):not(.disabled):active, .portaal div#student .btn-success:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.portaal div#student .btn-success:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-success:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.portaal div#student .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.portaal div#student .btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.portaal div#student .btn-info:focus, .portaal div#student .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.portaal div#student .btn-info.disabled, .portaal div#student .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.portaal div#student .btn-info:not(:disabled):not(.disabled):active, .portaal div#student .btn-info:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.portaal div#student .btn-info:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-info:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.portaal div#student .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.portaal div#student .btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.portaal div#student .btn-warning:focus, .portaal div#student .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.portaal div#student .btn-warning.disabled, .portaal div#student .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.portaal div#student .btn-warning:not(:disabled):not(.disabled):active, .portaal div#student .btn-warning:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.portaal div#student .btn-warning:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.portaal div#student .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.portaal div#student .btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.portaal div#student .btn-danger:focus, .portaal div#student .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.portaal div#student .btn-danger.disabled, .portaal div#student .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.portaal div#student .btn-danger:not(:disabled):not(.disabled):active, .portaal div#student .btn-danger:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.portaal div#student .btn-danger:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.portaal div#student .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.portaal div#student .btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.portaal div#student .btn-light:focus, .portaal div#student .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.portaal div#student .btn-light.disabled, .portaal div#student .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.portaal div#student .btn-light:not(:disabled):not(.disabled):active, .portaal div#student .btn-light:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.portaal div#student .btn-light:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-light:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.portaal div#student .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.portaal div#student .btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.portaal div#student .btn-dark:focus, .portaal div#student .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.portaal div#student .btn-dark.disabled, .portaal div#student .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.portaal div#student .btn-dark:not(:disabled):not(.disabled):active, .portaal div#student .btn-dark:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.portaal div#student .btn-dark:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.portaal div#student .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.portaal div#student .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.portaal div#student .btn-outline-primary:focus, .portaal div#student .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.portaal div#student .btn-outline-primary.disabled, .portaal div#student .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.portaal div#student .btn-outline-primary:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.portaal div#student .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.portaal div#student .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.portaal div#student .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.portaal div#student .btn-outline-secondary:focus, .portaal div#student .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.portaal div#student .btn-outline-secondary.disabled, .portaal div#student .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.portaal div#student .btn-outline-secondary:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.portaal div#student .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.portaal div#student .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.portaal div#student .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.portaal div#student .btn-outline-success:focus, .portaal div#student .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.portaal div#student .btn-outline-success.disabled, .portaal div#student .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.portaal div#student .btn-outline-success:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-success:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.portaal div#student .btn-outline-success:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.portaal div#student .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.portaal div#student .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.portaal div#student .btn-outline-info:focus, .portaal div#student .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.portaal div#student .btn-outline-info.disabled, .portaal div#student .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.portaal div#student .btn-outline-info:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-info:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.portaal div#student .btn-outline-info:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.portaal div#student .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.portaal div#student .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.portaal div#student .btn-outline-warning:focus, .portaal div#student .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.portaal div#student .btn-outline-warning.disabled, .portaal div#student .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.portaal div#student .btn-outline-warning:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.portaal div#student .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.portaal div#student .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.portaal div#student .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.portaal div#student .btn-outline-danger:focus, .portaal div#student .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.portaal div#student .btn-outline-danger.disabled, .portaal div#student .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.portaal div#student .btn-outline-danger:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.portaal div#student .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.portaal div#student .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.portaal div#student .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.portaal div#student .btn-outline-light:focus, .portaal div#student .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.portaal div#student .btn-outline-light.disabled, .portaal div#student .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.portaal div#student .btn-outline-light:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-light:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.portaal div#student .btn-outline-light:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.portaal div#student .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.portaal div#student .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.portaal div#student .btn-outline-dark:focus, .portaal div#student .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.portaal div#student .btn-outline-dark.disabled, .portaal div#student .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.portaal div#student .btn-outline-dark:not(:disabled):not(.disabled):active, .portaal div#student .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .portaal div#student .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.portaal div#student .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .portaal div#student .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .portaal div#student .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.portaal div#student .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.portaal div#student .btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.portaal div#student .btn-link:focus, .portaal div#student .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.portaal div#student .btn-link:disabled, .portaal div#student .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.portaal div#student .btn-lg, .portaal div#student .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.portaal div#student .btn-sm, .portaal div#student .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.portaal div#student .btn-block {
  display: block;
  width: 100%;
}
.portaal div#student .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.portaal div#student input[type=submit].btn-block,
.portaal div#student input[type=reset].btn-block,
.portaal div#student input[type=button].btn-block {
  width: 100%;
}
.portaal div#student .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .fade {
    transition: none;
  }
}
.portaal div#student .fade:not(.show) {
  opacity: 0;
}
.portaal div#student .collapse:not(.show) {
  display: none;
}
.portaal div#student .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .collapsing {
    transition: none;
  }
}
.portaal div#student .dropup,
.portaal div#student .dropright,
.portaal div#student .dropdown,
.portaal div#student .dropleft {
  position: relative;
}
.portaal div#student .dropdown-toggle {
  white-space: nowrap;
}
.portaal div#student .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.portaal div#student .dropdown-toggle:empty::after {
  margin-left: 0;
}
.portaal div#student .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.portaal div#student .dropdown-menu-left {
  right: auto;
  left: 0;
}
.portaal div#student .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .portaal div#student .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .portaal div#student .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .portaal div#student .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .portaal div#student .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .portaal div#student .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .portaal div#student .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.portaal div#student .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.portaal div#student .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.portaal div#student .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.portaal div#student .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.portaal div#student .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.portaal div#student .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.portaal div#student .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.portaal div#student .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.portaal div#student .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.portaal div#student .dropleft .dropdown-toggle::after {
  display: none;
}
.portaal div#student .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.portaal div#student .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.portaal div#student .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.portaal div#student .dropdown-menu[x-placement^=top], .portaal div#student .dropdown-menu[x-placement^=right], .portaal div#student .dropdown-menu[x-placement^=bottom], .portaal div#student .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.portaal div#student .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.portaal div#student .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.portaal div#student .dropdown-item:hover, .portaal div#student .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.portaal div#student .dropdown-item.active, .portaal div#student .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.portaal div#student .dropdown-item.disabled, .portaal div#student .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.portaal div#student .dropdown-menu.show {
  display: block;
}
.portaal div#student .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.portaal div#student .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.portaal div#student .btn-group,
.portaal div#student .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.portaal div#student .btn-group > .btn,
.portaal div#student .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.portaal div#student .btn-group > .btn:hover,
.portaal div#student .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.portaal div#student .btn-group > .btn:focus, .portaal div#student .btn-group > .btn:active, .portaal div#student .btn-group > .btn.active,
.portaal div#student .btn-group-vertical > .btn:focus,
.portaal div#student .btn-group-vertical > .btn:active,
.portaal div#student .btn-group-vertical > .btn.active {
  z-index: 1;
}
.portaal div#student .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.portaal div#student .btn-toolbar .input-group {
  width: auto;
}
.portaal div#student .btn-group > .btn:not(:first-child),
.portaal div#student .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.portaal div#student .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.portaal div#student .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.portaal div#student .btn-group > .btn:not(:first-child),
.portaal div#student .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.portaal div#student .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.portaal div#student .dropdown-toggle-split::after, .dropup .portaal div#student .dropdown-toggle-split::after, .dropright .portaal div#student .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .portaal div#student .dropdown-toggle-split::before {
  margin-right: 0;
}
.portaal div#student .btn-sm + .dropdown-toggle-split, .portaal div#student .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.portaal div#student .btn-lg + .dropdown-toggle-split, .portaal div#student .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.portaal div#student .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.portaal div#student .btn-group-vertical > .btn,
.portaal div#student .btn-group-vertical > .btn-group {
  width: 100%;
}
.portaal div#student .btn-group-vertical > .btn:not(:first-child),
.portaal div#student .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.portaal div#student .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.portaal div#student .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.portaal div#student .btn-group-vertical > .btn:not(:first-child),
.portaal div#student .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portaal div#student .btn-group-toggle > .btn,
.portaal div#student .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.portaal div#student .btn-group-toggle > .btn input[type=radio],
.portaal div#student .btn-group-toggle > .btn input[type=checkbox],
.portaal div#student .btn-group-toggle > .btn-group > .btn input[type=radio],
.portaal div#student .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.portaal div#student .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.portaal div#student .input-group > .form-control,
.portaal div#student .input-group > .form-control-plaintext,
.portaal div#student .input-group > .custom-select,
.portaal div#student .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.portaal div#student .input-group > .form-control + .form-control,
.portaal div#student .input-group > .form-control + .custom-select,
.portaal div#student .input-group > .form-control + .custom-file,
.portaal div#student .input-group > .form-control-plaintext + .form-control,
.portaal div#student .input-group > .form-control-plaintext + .custom-select,
.portaal div#student .input-group > .form-control-plaintext + .custom-file,
.portaal div#student .input-group > .custom-select + .form-control,
.portaal div#student .input-group > .custom-select + .custom-select,
.portaal div#student .input-group > .custom-select + .custom-file,
.portaal div#student .input-group > .custom-file + .form-control,
.portaal div#student .input-group > .custom-file + .custom-select,
.portaal div#student .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.portaal div#student .input-group > .form-control:focus,
.portaal div#student .input-group > .custom-select:focus,
.portaal div#student .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.portaal div#student .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.portaal div#student .input-group > .form-control:not(:last-child),
.portaal div#student .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.portaal div#student .input-group > .form-control:not(:first-child),
.portaal div#student .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.portaal div#student .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.portaal div#student .input-group > .custom-file:not(:last-child) .custom-file-label, .portaal div#student .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.portaal div#student .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.portaal div#student .input-group-prepend,
.portaal div#student .input-group-append {
  display: flex;
}
.portaal div#student .input-group-prepend .btn,
.portaal div#student .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.portaal div#student .input-group-prepend .btn:focus,
.portaal div#student .input-group-append .btn:focus {
  z-index: 3;
}
.portaal div#student .input-group-prepend .btn + .btn,
.portaal div#student .input-group-prepend .btn + .input-group-text,
.portaal div#student .input-group-prepend .input-group-text + .input-group-text,
.portaal div#student .input-group-prepend .input-group-text + .btn,
.portaal div#student .input-group-append .btn + .btn,
.portaal div#student .input-group-append .btn + .input-group-text,
.portaal div#student .input-group-append .input-group-text + .input-group-text,
.portaal div#student .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.portaal div#student .input-group-prepend {
  margin-right: -1px;
}
.portaal div#student .input-group-append {
  margin-left: -1px;
}
.portaal div#student .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.portaal div#student .input-group-text input[type=radio],
.portaal div#student .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.portaal div#student .input-group-lg > .form-control:not(textarea),
.portaal div#student .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.portaal div#student .input-group-lg > .form-control,
.portaal div#student .input-group-lg > .custom-select,
.portaal div#student .input-group-lg > .input-group-prepend > .input-group-text,
.portaal div#student .input-group-lg > .input-group-append > .input-group-text,
.portaal div#student .input-group-lg > .input-group-prepend > .btn,
.portaal div#student .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.portaal div#student .input-group-sm > .form-control:not(textarea),
.portaal div#student .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.portaal div#student .input-group-sm > .form-control,
.portaal div#student .input-group-sm > .custom-select,
.portaal div#student .input-group-sm > .input-group-prepend > .input-group-text,
.portaal div#student .input-group-sm > .input-group-append > .input-group-text,
.portaal div#student .input-group-sm > .input-group-prepend > .btn,
.portaal div#student .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.portaal div#student .input-group-lg > .custom-select,
.portaal div#student .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.portaal div#student .input-group > .input-group-prepend > .btn,
.portaal div#student .input-group > .input-group-prepend > .input-group-text,
.portaal div#student .input-group > .input-group-append:not(:last-child) > .btn,
.portaal div#student .input-group > .input-group-append:not(:last-child) > .input-group-text,
.portaal div#student .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.portaal div#student .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.portaal div#student .input-group > .input-group-append > .btn,
.portaal div#student .input-group > .input-group-append > .input-group-text,
.portaal div#student .input-group > .input-group-prepend:not(:first-child) > .btn,
.portaal div#student .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.portaal div#student .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.portaal div#student .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.portaal div#student .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.portaal div#student .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.portaal div#student .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.portaal div#student .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.portaal div#student .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.portaal div#student .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.portaal div#student .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.portaal div#student .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.portaal div#student .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.portaal div#student .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.portaal div#student .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.portaal div#student .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.portaal div#student .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.portaal div#student .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.portaal div#student .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.portaal div#student .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.portaal div#student .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.portaal div#student .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.portaal div#student .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.portaal div#student .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.portaal div#student .custom-switch {
  padding-left: 2.25rem;
}
.portaal div#student .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.portaal div#student .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.portaal div#student .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.portaal div#student .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.portaal div#student .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.portaal div#student .custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.portaal div#student .custom-select[multiple], .portaal div#student .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.portaal div#student .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.portaal div#student .custom-select::-ms-expand {
  display: none;
}
.portaal div#student .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.portaal div#student .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.portaal div#student .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.portaal div#student .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.portaal div#student .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.portaal div#student .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.portaal div#student .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.portaal div#student .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.portaal div#student .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.portaal div#student .custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.portaal div#student .custom-range:focus {
  outline: none;
}
.portaal div#student .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .custom-range::-moz-focus-outer {
  border: 0;
}
.portaal div#student .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.portaal div#student .custom-range::-webkit-slider-thumb {
  appearance: none;
}
.portaal div#student .custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.portaal div#student .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.portaal div#student .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.portaal div#student .custom-range::-moz-range-thumb {
  appearance: none;
}
.portaal div#student .custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.portaal div#student .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.portaal div#student .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .custom-range::-ms-thumb {
    transition: none;
  }
}
.portaal div#student .custom-range::-ms-thumb {
  appearance: none;
}
.portaal div#student .custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.portaal div#student .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.portaal div#student .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.portaal div#student .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.portaal div#student .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.portaal div#student .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.portaal div#student .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.portaal div#student .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.portaal div#student .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.portaal div#student .custom-control-label::before,
.portaal div#student .custom-file-label,
.portaal div#student .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .custom-control-label::before,
  .portaal div#student .custom-file-label,
  .portaal div#student .custom-select {
    transition: none;
  }
}
.portaal div#student .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.portaal div#student .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.portaal div#student .nav-link:hover, .portaal div#student .nav-link:focus {
  text-decoration: none;
}
.portaal div#student .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.portaal div#student .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.portaal div#student .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.portaal div#student .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.portaal div#student .nav-tabs .nav-link:hover, .portaal div#student .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.portaal div#student .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.portaal div#student .nav-tabs .nav-link.active,
.portaal div#student .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.portaal div#student .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portaal div#student .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.portaal div#student .nav-pills .nav-link.active,
.portaal div#student .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.portaal div#student .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.portaal div#student .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.portaal div#student .tab-content > .tab-pane {
  display: none;
}
.portaal div#student .tab-content > .active {
  display: block;
}
.portaal div#student .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.portaal div#student .navbar > .container,
.portaal div#student .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.portaal div#student .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.portaal div#student .navbar-brand:hover, .portaal div#student .navbar-brand:focus {
  text-decoration: none;
}
.portaal div#student .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.portaal div#student .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.portaal div#student .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.portaal div#student .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.portaal div#student .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.portaal div#student .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.portaal div#student .navbar-toggler:hover, .portaal div#student .navbar-toggler:focus {
  text-decoration: none;
}
.portaal div#student .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .portaal div#student .navbar-expand-sm > .container,
  .portaal div#student .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .portaal div#student .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .portaal div#student .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .portaal div#student .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .portaal div#student .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .portaal div#student .navbar-expand-sm > .container,
  .portaal div#student .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .portaal div#student .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .portaal div#student .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .portaal div#student .navbar-expand-md > .container,
  .portaal div#student .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .portaal div#student .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .portaal div#student .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .portaal div#student .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .portaal div#student .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .portaal div#student .navbar-expand-md > .container,
  .portaal div#student .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .portaal div#student .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .portaal div#student .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1198.98px) {
  .portaal div#student .navbar-expand-lg > .container,
  .portaal div#student .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .portaal div#student .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .portaal div#student .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .portaal div#student .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .portaal div#student .navbar-expand-lg > .container,
  .portaal div#student .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .portaal div#student .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .portaal div#student .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1598.98px) {
  .portaal div#student .navbar-expand-xl > .container,
  .portaal div#student .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .portaal div#student .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .portaal div#student .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .portaal div#student .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .portaal div#student .navbar-expand-xl > .container,
  .portaal div#student .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .portaal div#student .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .portaal div#student .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.portaal div#student .navbar-expand > .container,
.portaal div#student .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.portaal div#student .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.portaal div#student .navbar-expand .navbar-nav {
  flex-direction: row;
}
.portaal div#student .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.portaal div#student .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.portaal div#student .navbar-expand > .container,
.portaal div#student .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.portaal div#student .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.portaal div#student .navbar-expand .navbar-toggler {
  display: none;
}
.portaal div#student .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.portaal div#student .navbar-light .navbar-brand:hover, .portaal div#student .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.portaal div#student .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.portaal div#student .navbar-light .navbar-nav .nav-link:hover, .portaal div#student .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.portaal div#student .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.portaal div#student .navbar-light .navbar-nav .show > .nav-link,
.portaal div#student .navbar-light .navbar-nav .active > .nav-link,
.portaal div#student .navbar-light .navbar-nav .nav-link.show,
.portaal div#student .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.portaal div#student .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.portaal div#student .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.portaal div#student .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.portaal div#student .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.portaal div#student .navbar-light .navbar-text a:hover, .portaal div#student .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.portaal div#student .navbar-dark .navbar-brand {
  color: #fff;
}
.portaal div#student .navbar-dark .navbar-brand:hover, .portaal div#student .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.portaal div#student .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.portaal div#student .navbar-dark .navbar-nav .nav-link:hover, .portaal div#student .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.portaal div#student .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.portaal div#student .navbar-dark .navbar-nav .show > .nav-link,
.portaal div#student .navbar-dark .navbar-nav .active > .nav-link,
.portaal div#student .navbar-dark .navbar-nav .nav-link.show,
.portaal div#student .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.portaal div#student .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.portaal div#student .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.portaal div#student .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.portaal div#student .navbar-dark .navbar-text a {
  color: #fff;
}
.portaal div#student .navbar-dark .navbar-text a:hover, .portaal div#student .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.portaal div#student .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.portaal div#student .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.portaal div#student .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.portaal div#student .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.portaal div#student .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.portaal div#student .card-title {
  margin-bottom: 0.75rem;
}
.portaal div#student .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.portaal div#student .card-text:last-child {
  margin-bottom: 0;
}
.portaal div#student .card-link:hover {
  text-decoration: none;
}
.portaal div#student .card-link + .card-link {
  margin-left: 1.25rem;
}
.portaal div#student .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.portaal div#student .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.portaal div#student .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.portaal div#student .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.portaal div#student .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.portaal div#student .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.portaal div#student .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.portaal div#student .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.portaal div#student .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.portaal div#student .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.portaal div#student .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.portaal div#student .card-deck {
  display: flex;
  flex-direction: column;
}
.portaal div#student .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .portaal div#student .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .portaal div#student .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.portaal div#student .card-group {
  display: flex;
  flex-direction: column;
}
.portaal div#student .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .portaal div#student .card-group {
    flex-flow: row wrap;
  }
  .portaal div#student .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .portaal div#student .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .portaal div#student .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .portaal div#student .card-group > .card:not(:last-child) .card-img-top,
  .portaal div#student .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .portaal div#student .card-group > .card:not(:last-child) .card-img-bottom,
  .portaal div#student .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .portaal div#student .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .portaal div#student .card-group > .card:not(:first-child) .card-img-top,
  .portaal div#student .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .portaal div#student .card-group > .card:not(:first-child) .card-img-bottom,
  .portaal div#student .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.portaal div#student .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .portaal div#student .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .portaal div#student .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.portaal div#student .accordion > .card {
  overflow: hidden;
}
.portaal div#student .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.portaal div#student .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.portaal div#student .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.portaal div#student .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portaal div#student .accordion > .card .card-header {
  margin-bottom: -1px;
}
.portaal div#student .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.portaal div#student .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.portaal div#student .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.portaal div#student .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.portaal div#student .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.portaal div#student .breadcrumb-item.active {
  color: #6c757d;
}
.portaal div#student .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.portaal div#student .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.portaal div#student .page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.portaal div#student .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.portaal div#student .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.portaal div#student .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.portaal div#student .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.portaal div#student .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.portaal div#student .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.portaal div#student .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.portaal div#student .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.portaal div#student .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.portaal div#student .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.portaal div#student .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .badge {
    transition: none;
  }
}
a.portaal div#student .badge:hover, a.portaal div#student .badge:focus {
  text-decoration: none;
}

.portaal div#student .badge:empty {
  display: none;
}
.portaal div#student .btn .badge {
  position: relative;
  top: -1px;
}
.portaal div#student .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.portaal div#student .badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.portaal div#student .badge-primary:hover, a.portaal div#student .badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.portaal div#student .badge-primary:focus, a.portaal div#student .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.portaal div#student .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.portaal div#student .badge-secondary:hover, a.portaal div#student .badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.portaal div#student .badge-secondary:focus, a.portaal div#student .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.portaal div#student .badge-success {
  color: #fff;
  background-color: #28a745;
}
a.portaal div#student .badge-success:hover, a.portaal div#student .badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.portaal div#student .badge-success:focus, a.portaal div#student .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.portaal div#student .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.portaal div#student .badge-info:hover, a.portaal div#student .badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.portaal div#student .badge-info:focus, a.portaal div#student .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.portaal div#student .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.portaal div#student .badge-warning:hover, a.portaal div#student .badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.portaal div#student .badge-warning:focus, a.portaal div#student .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.portaal div#student .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.portaal div#student .badge-danger:hover, a.portaal div#student .badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.portaal div#student .badge-danger:focus, a.portaal div#student .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.portaal div#student .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.portaal div#student .badge-light:hover, a.portaal div#student .badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.portaal div#student .badge-light:focus, a.portaal div#student .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.portaal div#student .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.portaal div#student .badge-dark:hover, a.portaal div#student .badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.portaal div#student .badge-dark:focus, a.portaal div#student .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.portaal div#student .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .portaal div#student .jumbotron {
    padding: 4rem 2rem;
  }
}
.portaal div#student .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.portaal div#student .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.portaal div#student .alert-heading {
  color: inherit;
}
.portaal div#student .alert-link {
  font-weight: 700;
}
.portaal div#student .alert-dismissible {
  padding-right: 4rem;
}
.portaal div#student .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.portaal div#student .alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.portaal div#student .alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.portaal div#student .alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.portaal div#student .alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.portaal div#student .alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.portaal div#student .alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.portaal div#student .alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.portaal div#student .alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.portaal div#student .alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.portaal div#student .alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.portaal div#student .alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.portaal div#student .alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.portaal div#student .alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.portaal div#student .alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.portaal div#student .alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.portaal div#student .alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.portaal div#student .alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.portaal div#student .alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.portaal div#student .alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.portaal div#student .alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.portaal div#student .alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.portaal div#student .alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.portaal div#student .alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.portaal div#student .alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.portaal div#student .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.portaal div#student .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .progress-bar {
    transition: none;
  }
}
.portaal div#student .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.portaal div#student .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .progress-bar-animated {
    animation: none;
  }
}
.portaal div#student .media {
  display: flex;
  align-items: flex-start;
}
.portaal div#student .media-body {
  flex: 1;
}
.portaal div#student .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.portaal div#student .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.portaal div#student .list-group-item-action:hover, .portaal div#student .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.portaal div#student .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.portaal div#student .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.portaal div#student .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.portaal div#student .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.portaal div#student .list-group-item.disabled, .portaal div#student .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.portaal div#student .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.portaal div#student .list-group-horizontal {
  flex-direction: row;
}
.portaal div#student .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.portaal div#student .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.portaal div#student .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .portaal div#student .list-group-horizontal-sm {
    flex-direction: row;
  }
  .portaal div#student .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .portaal div#student .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .portaal div#student .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .portaal div#student .list-group-horizontal-md {
    flex-direction: row;
  }
  .portaal div#student .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .portaal div#student .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .portaal div#student .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .list-group-horizontal-lg {
    flex-direction: row;
  }
  .portaal div#student .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .portaal div#student .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .portaal div#student .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .list-group-horizontal-xl {
    flex-direction: row;
  }
  .portaal div#student .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .portaal div#student .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .portaal div#student .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.portaal div#student .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.portaal div#student .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.portaal div#student .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.portaal div#student .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.portaal div#student .list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.portaal div#student .list-group-item-primary.list-group-item-action:hover, .portaal div#student .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.portaal div#student .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.portaal div#student .list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.portaal div#student .list-group-item-secondary.list-group-item-action:hover, .portaal div#student .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.portaal div#student .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.portaal div#student .list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.portaal div#student .list-group-item-success.list-group-item-action:hover, .portaal div#student .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.portaal div#student .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.portaal div#student .list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.portaal div#student .list-group-item-info.list-group-item-action:hover, .portaal div#student .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.portaal div#student .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.portaal div#student .list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.portaal div#student .list-group-item-warning.list-group-item-action:hover, .portaal div#student .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.portaal div#student .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.portaal div#student .list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.portaal div#student .list-group-item-danger.list-group-item-action:hover, .portaal div#student .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.portaal div#student .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.portaal div#student .list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.portaal div#student .list-group-item-light.list-group-item-action:hover, .portaal div#student .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.portaal div#student .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.portaal div#student .list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.portaal div#student .list-group-item-dark.list-group-item-action:hover, .portaal div#student .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.portaal div#student .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.portaal div#student .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.portaal div#student .close:hover {
  color: #000;
  text-decoration: none;
}
.portaal div#student .close:not(:disabled):not(.disabled):hover, .portaal div#student .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.portaal div#student button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
.portaal div#student a.close.disabled {
  pointer-events: none;
}
.portaal div#student .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.portaal div#student .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.portaal div#student .toast.showing {
  opacity: 1;
}
.portaal div#student .toast.show {
  display: block;
  opacity: 1;
}
.portaal div#student .toast.hide {
  display: none;
}
.portaal div#student .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.portaal div#student .toast-body {
  padding: 0.75rem;
}
.portaal div#student .modal-open {
  overflow: hidden;
}
.portaal div#student .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.portaal div#student .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.portaal div#student .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .portaal div#student .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .portaal div#student .modal-dialog {
    transition: none;
  }
}
.modal.fade .portaal div#student .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .portaal div#student .modal-dialog {
  transform: none;
}
.portaal div#student .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.portaal div#student .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.portaal div#student .modal-dialog-scrollable .modal-header,
.portaal div#student .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.portaal div#student .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.portaal div#student .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.portaal div#student .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.portaal div#student .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.portaal div#student .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.portaal div#student .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.portaal div#student .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.portaal div#student .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.portaal div#student .modal-backdrop.fade {
  opacity: 0;
}
.portaal div#student .modal-backdrop.show {
  opacity: 0.5;
}
.portaal div#student .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.portaal div#student .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.portaal div#student .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.portaal div#student .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.portaal div#student .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.portaal div#student .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.portaal div#student .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.portaal div#student .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .portaal div#student .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .portaal div#student .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .portaal div#student .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .portaal div#student .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .portaal div#student .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .portaal div#student .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .modal-lg,
  .portaal div#student .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .modal-xl {
    max-width: 1140px;
  }
}
.portaal div#student .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.portaal div#student .tooltip.show {
  opacity: 0.9;
}
.portaal div#student .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.portaal div#student .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.portaal div#student .bs-tooltip-top, .portaal div#student .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.portaal div#student .bs-tooltip-top .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.portaal div#student .bs-tooltip-top .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.portaal div#student .bs-tooltip-right, .portaal div#student .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.portaal div#student .bs-tooltip-right .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.portaal div#student .bs-tooltip-right .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.portaal div#student .bs-tooltip-bottom, .portaal div#student .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.portaal div#student .bs-tooltip-bottom .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.portaal div#student .bs-tooltip-bottom .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.portaal div#student .bs-tooltip-left, .portaal div#student .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.portaal div#student .bs-tooltip-left .arrow, .portaal div#student .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.portaal div#student .bs-tooltip-left .arrow::before, .portaal div#student .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.portaal div#student .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.portaal div#student .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.portaal div#student .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.portaal div#student .popover .arrow::before, .portaal div#student .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.portaal div#student .bs-popover-top, .portaal div#student .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.portaal div#student .bs-popover-top > .arrow, .portaal div#student .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.portaal div#student .bs-popover-top > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.portaal div#student .bs-popover-top > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.portaal div#student .bs-popover-right, .portaal div#student .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.portaal div#student .bs-popover-right > .arrow, .portaal div#student .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.portaal div#student .bs-popover-right > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.portaal div#student .bs-popover-right > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.portaal div#student .bs-popover-bottom, .portaal div#student .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.portaal div#student .bs-popover-bottom > .arrow, .portaal div#student .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.portaal div#student .bs-popover-bottom > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.portaal div#student .bs-popover-bottom > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.portaal div#student .bs-popover-bottom .popover-header::before, .portaal div#student .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.portaal div#student .bs-popover-left, .portaal div#student .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.portaal div#student .bs-popover-left > .arrow, .portaal div#student .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.portaal div#student .bs-popover-left > .arrow::before, .portaal div#student .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.portaal div#student .bs-popover-left > .arrow::after, .portaal div#student .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.portaal div#student .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.portaal div#student .popover-header:empty {
  display: none;
}
.portaal div#student .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.portaal div#student .carousel {
  position: relative;
}
.portaal div#student .carousel.pointer-event {
  touch-action: pan-y;
}
.portaal div#student .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.portaal div#student .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.portaal div#student .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .carousel-item {
    transition: none;
  }
}
.portaal div#student .carousel-item.active,
.portaal div#student .carousel-item-next,
.portaal div#student .carousel-item-prev {
  display: block;
}
.portaal div#student .carousel-item-next:not(.carousel-item-left),
.portaal div#student .active.carousel-item-right {
  transform: translateX(100%);
}
.portaal div#student .carousel-item-prev:not(.carousel-item-right),
.portaal div#student .active.carousel-item-left {
  transform: translateX(-100%);
}
.portaal div#student .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.portaal div#student .carousel-fade .carousel-item.active,
.portaal div#student .carousel-fade .carousel-item-next.carousel-item-left,
.portaal div#student .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.portaal div#student .carousel-fade .active.carousel-item-left,
.portaal div#student .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .carousel-fade .active.carousel-item-left,
  .portaal div#student .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.portaal div#student .carousel-control-prev,
.portaal div#student .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .carousel-control-prev,
  .portaal div#student .carousel-control-next {
    transition: none;
  }
}
.portaal div#student .carousel-control-prev:hover, .portaal div#student .carousel-control-prev:focus,
.portaal div#student .carousel-control-next:hover,
.portaal div#student .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.portaal div#student .carousel-control-prev {
  left: 0;
}
.portaal div#student .carousel-control-next {
  right: 0;
}
.portaal div#student .carousel-control-prev-icon,
.portaal div#student .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.portaal div#student .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.portaal div#student .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.portaal div#student .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.portaal div#student .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portaal div#student .carousel-indicators li {
    transition: none;
  }
}
.portaal div#student .carousel-indicators .active {
  opacity: 1;
}
.portaal div#student .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.portaal div#student .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.portaal div#student .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.portaal div#student .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.portaal div#student .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.portaal div#student .align-baseline {
  vertical-align: baseline !important;
}
.portaal div#student .align-top {
  vertical-align: top !important;
}
.portaal div#student .align-middle {
  vertical-align: middle !important;
}
.portaal div#student .align-bottom {
  vertical-align: bottom !important;
}
.portaal div#student .align-text-bottom {
  vertical-align: text-bottom !important;
}
.portaal div#student .align-text-top {
  vertical-align: text-top !important;
}
.portaal div#student .bg-primary {
  background-color: #007bff !important;
}
.portaal div#student a.bg-primary:hover, .portaal div#student a.bg-primary:focus,
.portaal div#student button.bg-primary:hover,
.portaal div#student button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}
.portaal div#student .bg-secondary {
  background-color: #6c757d !important;
}
.portaal div#student a.bg-secondary:hover, .portaal div#student a.bg-secondary:focus,
.portaal div#student button.bg-secondary:hover,
.portaal div#student button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.portaal div#student .bg-success {
  background-color: #28a745 !important;
}
.portaal div#student a.bg-success:hover, .portaal div#student a.bg-success:focus,
.portaal div#student button.bg-success:hover,
.portaal div#student button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.portaal div#student .bg-info {
  background-color: #17a2b8 !important;
}
.portaal div#student a.bg-info:hover, .portaal div#student a.bg-info:focus,
.portaal div#student button.bg-info:hover,
.portaal div#student button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.portaal div#student .bg-warning {
  background-color: #ffc107 !important;
}
.portaal div#student a.bg-warning:hover, .portaal div#student a.bg-warning:focus,
.portaal div#student button.bg-warning:hover,
.portaal div#student button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.portaal div#student .bg-danger {
  background-color: #dc3545 !important;
}
.portaal div#student a.bg-danger:hover, .portaal div#student a.bg-danger:focus,
.portaal div#student button.bg-danger:hover,
.portaal div#student button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.portaal div#student .bg-light {
  background-color: #f8f9fa !important;
}
.portaal div#student a.bg-light:hover, .portaal div#student a.bg-light:focus,
.portaal div#student button.bg-light:hover,
.portaal div#student button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.portaal div#student .bg-dark {
  background-color: #343a40 !important;
}
.portaal div#student a.bg-dark:hover, .portaal div#student a.bg-dark:focus,
.portaal div#student button.bg-dark:hover,
.portaal div#student button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.portaal div#student .bg-white {
  background-color: #fff !important;
}
.portaal div#student .bg-transparent {
  background-color: transparent !important;
}
.portaal div#student .border {
  border: 1px solid #ddd !important;
}
.portaal div#student .border-top {
  border-top: 1px solid #ddd !important;
}
.portaal div#student .border-right {
  border-right: 1px solid #ddd !important;
}
.portaal div#student .border-bottom {
  border-bottom: 1px solid #ddd !important;
}
.portaal div#student .border-left {
  border-left: 1px solid #ddd !important;
}
.portaal div#student .border-0 {
  border: 0 !important;
}
.portaal div#student .border-top-0 {
  border-top: 0 !important;
}
.portaal div#student .border-right-0 {
  border-right: 0 !important;
}
.portaal div#student .border-bottom-0 {
  border-bottom: 0 !important;
}
.portaal div#student .border-left-0 {
  border-left: 0 !important;
}
.portaal div#student .border-primary {
  border-color: #007bff !important;
}
.portaal div#student .border-secondary {
  border-color: #6c757d !important;
}
.portaal div#student .border-success {
  border-color: #28a745 !important;
}
.portaal div#student .border-info {
  border-color: #17a2b8 !important;
}
.portaal div#student .border-warning {
  border-color: #ffc107 !important;
}
.portaal div#student .border-danger {
  border-color: #dc3545 !important;
}
.portaal div#student .border-light {
  border-color: #f8f9fa !important;
}
.portaal div#student .border-dark {
  border-color: #343a40 !important;
}
.portaal div#student .border-white {
  border-color: #fff !important;
}
.portaal div#student .rounded-sm {
  border-radius: 0.2rem !important;
}
.portaal div#student .rounded {
  border-radius: 0.25rem !important;
}
.portaal div#student .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.portaal div#student .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.portaal div#student .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.portaal div#student .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.portaal div#student .rounded-lg {
  border-radius: 0.3rem !important;
}
.portaal div#student .rounded-circle {
  border-radius: 50% !important;
}
.portaal div#student .rounded-pill {
  border-radius: 50rem !important;
}
.portaal div#student .rounded-0 {
  border-radius: 0 !important;
}
.portaal div#student .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.portaal div#student .d-none {
  display: none !important;
}
.portaal div#student .d-inline {
  display: inline !important;
}
.portaal div#student .d-inline-block {
  display: inline-block !important;
}
.portaal div#student .d-block {
  display: block !important;
}
.portaal div#student .d-table {
  display: table !important;
}
.portaal div#student .d-table-row {
  display: table-row !important;
}
.portaal div#student .d-table-cell {
  display: table-cell !important;
}
.portaal div#student .d-flex {
  display: flex !important;
}
.portaal div#student .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .portaal div#student .d-sm-none {
    display: none !important;
  }
  .portaal div#student .d-sm-inline {
    display: inline !important;
  }
  .portaal div#student .d-sm-inline-block {
    display: inline-block !important;
  }
  .portaal div#student .d-sm-block {
    display: block !important;
  }
  .portaal div#student .d-sm-table {
    display: table !important;
  }
  .portaal div#student .d-sm-table-row {
    display: table-row !important;
  }
  .portaal div#student .d-sm-table-cell {
    display: table-cell !important;
  }
  .portaal div#student .d-sm-flex {
    display: flex !important;
  }
  .portaal div#student .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .portaal div#student .d-md-none {
    display: none !important;
  }
  .portaal div#student .d-md-inline {
    display: inline !important;
  }
  .portaal div#student .d-md-inline-block {
    display: inline-block !important;
  }
  .portaal div#student .d-md-block {
    display: block !important;
  }
  .portaal div#student .d-md-table {
    display: table !important;
  }
  .portaal div#student .d-md-table-row {
    display: table-row !important;
  }
  .portaal div#student .d-md-table-cell {
    display: table-cell !important;
  }
  .portaal div#student .d-md-flex {
    display: flex !important;
  }
  .portaal div#student .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .d-lg-none {
    display: none !important;
  }
  .portaal div#student .d-lg-inline {
    display: inline !important;
  }
  .portaal div#student .d-lg-inline-block {
    display: inline-block !important;
  }
  .portaal div#student .d-lg-block {
    display: block !important;
  }
  .portaal div#student .d-lg-table {
    display: table !important;
  }
  .portaal div#student .d-lg-table-row {
    display: table-row !important;
  }
  .portaal div#student .d-lg-table-cell {
    display: table-cell !important;
  }
  .portaal div#student .d-lg-flex {
    display: flex !important;
  }
  .portaal div#student .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .d-xl-none {
    display: none !important;
  }
  .portaal div#student .d-xl-inline {
    display: inline !important;
  }
  .portaal div#student .d-xl-inline-block {
    display: inline-block !important;
  }
  .portaal div#student .d-xl-block {
    display: block !important;
  }
  .portaal div#student .d-xl-table {
    display: table !important;
  }
  .portaal div#student .d-xl-table-row {
    display: table-row !important;
  }
  .portaal div#student .d-xl-table-cell {
    display: table-cell !important;
  }
  .portaal div#student .d-xl-flex {
    display: flex !important;
  }
  .portaal div#student .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .portaal div#student .d-print-none {
    display: none !important;
  }
  .portaal div#student .d-print-inline {
    display: inline !important;
  }
  .portaal div#student .d-print-inline-block {
    display: inline-block !important;
  }
  .portaal div#student .d-print-block {
    display: block !important;
  }
  .portaal div#student .d-print-table {
    display: table !important;
  }
  .portaal div#student .d-print-table-row {
    display: table-row !important;
  }
  .portaal div#student .d-print-table-cell {
    display: table-cell !important;
  }
  .portaal div#student .d-print-flex {
    display: flex !important;
  }
  .portaal div#student .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.portaal div#student .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.portaal div#student .embed-responsive::before {
  display: block;
  content: "";
}
.portaal div#student .embed-responsive .embed-responsive-item,
.portaal div#student .embed-responsive iframe,
.portaal div#student .embed-responsive embed,
.portaal div#student .embed-responsive object,
.portaal div#student .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.portaal div#student .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.portaal div#student .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.portaal div#student .embed-responsive-4by3::before {
  padding-top: 75%;
}
.portaal div#student .embed-responsive-1by1::before {
  padding-top: 100%;
}
.portaal div#student .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.portaal div#student .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.portaal div#student .embed-responsive-4by3::before {
  padding-top: 75%;
}
.portaal div#student .embed-responsive-1by1::before {
  padding-top: 100%;
}
.portaal div#student .flex-row {
  flex-direction: row !important;
}
.portaal div#student .flex-column {
  flex-direction: column !important;
}
.portaal div#student .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.portaal div#student .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.portaal div#student .flex-wrap {
  flex-wrap: wrap !important;
}
.portaal div#student .flex-nowrap {
  flex-wrap: nowrap !important;
}
.portaal div#student .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.portaal div#student .flex-fill {
  flex: 1 1 auto !important;
}
.portaal div#student .flex-grow-0 {
  flex-grow: 0 !important;
}
.portaal div#student .flex-grow-1 {
  flex-grow: 1 !important;
}
.portaal div#student .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.portaal div#student .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.portaal div#student .justify-content-start {
  justify-content: flex-start !important;
}
.portaal div#student .justify-content-end {
  justify-content: flex-end !important;
}
.portaal div#student .justify-content-center {
  justify-content: center !important;
}
.portaal div#student .justify-content-between {
  justify-content: space-between !important;
}
.portaal div#student .justify-content-around {
  justify-content: space-around !important;
}
.portaal div#student .align-items-start {
  align-items: flex-start !important;
}
.portaal div#student .align-items-end {
  align-items: flex-end !important;
}
.portaal div#student .align-items-center {
  align-items: center !important;
}
.portaal div#student .align-items-baseline {
  align-items: baseline !important;
}
.portaal div#student .align-items-stretch {
  align-items: stretch !important;
}
.portaal div#student .align-content-start {
  align-content: flex-start !important;
}
.portaal div#student .align-content-end {
  align-content: flex-end !important;
}
.portaal div#student .align-content-center {
  align-content: center !important;
}
.portaal div#student .align-content-between {
  align-content: space-between !important;
}
.portaal div#student .align-content-around {
  align-content: space-around !important;
}
.portaal div#student .align-content-stretch {
  align-content: stretch !important;
}
.portaal div#student .align-self-auto {
  align-self: auto !important;
}
.portaal div#student .align-self-start {
  align-self: flex-start !important;
}
.portaal div#student .align-self-end {
  align-self: flex-end !important;
}
.portaal div#student .align-self-center {
  align-self: center !important;
}
.portaal div#student .align-self-baseline {
  align-self: baseline !important;
}
.portaal div#student .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .portaal div#student .flex-sm-row {
    flex-direction: row !important;
  }
  .portaal div#student .flex-sm-column {
    flex-direction: column !important;
  }
  .portaal div#student .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .portaal div#student .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .portaal div#student .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .portaal div#student .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .portaal div#student .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .portaal div#student .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .portaal div#student .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .portaal div#student .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .portaal div#student .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .portaal div#student .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .portaal div#student .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .portaal div#student .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .portaal div#student .justify-content-sm-center {
    justify-content: center !important;
  }
  .portaal div#student .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .portaal div#student .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .portaal div#student .align-items-sm-start {
    align-items: flex-start !important;
  }
  .portaal div#student .align-items-sm-end {
    align-items: flex-end !important;
  }
  .portaal div#student .align-items-sm-center {
    align-items: center !important;
  }
  .portaal div#student .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .portaal div#student .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .portaal div#student .align-content-sm-start {
    align-content: flex-start !important;
  }
  .portaal div#student .align-content-sm-end {
    align-content: flex-end !important;
  }
  .portaal div#student .align-content-sm-center {
    align-content: center !important;
  }
  .portaal div#student .align-content-sm-between {
    align-content: space-between !important;
  }
  .portaal div#student .align-content-sm-around {
    align-content: space-around !important;
  }
  .portaal div#student .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .portaal div#student .align-self-sm-auto {
    align-self: auto !important;
  }
  .portaal div#student .align-self-sm-start {
    align-self: flex-start !important;
  }
  .portaal div#student .align-self-sm-end {
    align-self: flex-end !important;
  }
  .portaal div#student .align-self-sm-center {
    align-self: center !important;
  }
  .portaal div#student .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .portaal div#student .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .portaal div#student .flex-md-row {
    flex-direction: row !important;
  }
  .portaal div#student .flex-md-column {
    flex-direction: column !important;
  }
  .portaal div#student .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .portaal div#student .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .portaal div#student .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .portaal div#student .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .portaal div#student .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .portaal div#student .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .portaal div#student .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .portaal div#student .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .portaal div#student .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .portaal div#student .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .portaal div#student .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .portaal div#student .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .portaal div#student .justify-content-md-center {
    justify-content: center !important;
  }
  .portaal div#student .justify-content-md-between {
    justify-content: space-between !important;
  }
  .portaal div#student .justify-content-md-around {
    justify-content: space-around !important;
  }
  .portaal div#student .align-items-md-start {
    align-items: flex-start !important;
  }
  .portaal div#student .align-items-md-end {
    align-items: flex-end !important;
  }
  .portaal div#student .align-items-md-center {
    align-items: center !important;
  }
  .portaal div#student .align-items-md-baseline {
    align-items: baseline !important;
  }
  .portaal div#student .align-items-md-stretch {
    align-items: stretch !important;
  }
  .portaal div#student .align-content-md-start {
    align-content: flex-start !important;
  }
  .portaal div#student .align-content-md-end {
    align-content: flex-end !important;
  }
  .portaal div#student .align-content-md-center {
    align-content: center !important;
  }
  .portaal div#student .align-content-md-between {
    align-content: space-between !important;
  }
  .portaal div#student .align-content-md-around {
    align-content: space-around !important;
  }
  .portaal div#student .align-content-md-stretch {
    align-content: stretch !important;
  }
  .portaal div#student .align-self-md-auto {
    align-self: auto !important;
  }
  .portaal div#student .align-self-md-start {
    align-self: flex-start !important;
  }
  .portaal div#student .align-self-md-end {
    align-self: flex-end !important;
  }
  .portaal div#student .align-self-md-center {
    align-self: center !important;
  }
  .portaal div#student .align-self-md-baseline {
    align-self: baseline !important;
  }
  .portaal div#student .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .flex-lg-row {
    flex-direction: row !important;
  }
  .portaal div#student .flex-lg-column {
    flex-direction: column !important;
  }
  .portaal div#student .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .portaal div#student .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .portaal div#student .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .portaal div#student .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .portaal div#student .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .portaal div#student .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .portaal div#student .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .portaal div#student .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .portaal div#student .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .portaal div#student .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .portaal div#student .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .portaal div#student .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .portaal div#student .justify-content-lg-center {
    justify-content: center !important;
  }
  .portaal div#student .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .portaal div#student .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .portaal div#student .align-items-lg-start {
    align-items: flex-start !important;
  }
  .portaal div#student .align-items-lg-end {
    align-items: flex-end !important;
  }
  .portaal div#student .align-items-lg-center {
    align-items: center !important;
  }
  .portaal div#student .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .portaal div#student .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .portaal div#student .align-content-lg-start {
    align-content: flex-start !important;
  }
  .portaal div#student .align-content-lg-end {
    align-content: flex-end !important;
  }
  .portaal div#student .align-content-lg-center {
    align-content: center !important;
  }
  .portaal div#student .align-content-lg-between {
    align-content: space-between !important;
  }
  .portaal div#student .align-content-lg-around {
    align-content: space-around !important;
  }
  .portaal div#student .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .portaal div#student .align-self-lg-auto {
    align-self: auto !important;
  }
  .portaal div#student .align-self-lg-start {
    align-self: flex-start !important;
  }
  .portaal div#student .align-self-lg-end {
    align-self: flex-end !important;
  }
  .portaal div#student .align-self-lg-center {
    align-self: center !important;
  }
  .portaal div#student .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .portaal div#student .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .flex-xl-row {
    flex-direction: row !important;
  }
  .portaal div#student .flex-xl-column {
    flex-direction: column !important;
  }
  .portaal div#student .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .portaal div#student .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .portaal div#student .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .portaal div#student .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .portaal div#student .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .portaal div#student .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .portaal div#student .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .portaal div#student .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .portaal div#student .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .portaal div#student .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .portaal div#student .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .portaal div#student .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .portaal div#student .justify-content-xl-center {
    justify-content: center !important;
  }
  .portaal div#student .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .portaal div#student .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .portaal div#student .align-items-xl-start {
    align-items: flex-start !important;
  }
  .portaal div#student .align-items-xl-end {
    align-items: flex-end !important;
  }
  .portaal div#student .align-items-xl-center {
    align-items: center !important;
  }
  .portaal div#student .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .portaal div#student .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .portaal div#student .align-content-xl-start {
    align-content: flex-start !important;
  }
  .portaal div#student .align-content-xl-end {
    align-content: flex-end !important;
  }
  .portaal div#student .align-content-xl-center {
    align-content: center !important;
  }
  .portaal div#student .align-content-xl-between {
    align-content: space-between !important;
  }
  .portaal div#student .align-content-xl-around {
    align-content: space-around !important;
  }
  .portaal div#student .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .portaal div#student .align-self-xl-auto {
    align-self: auto !important;
  }
  .portaal div#student .align-self-xl-start {
    align-self: flex-start !important;
  }
  .portaal div#student .align-self-xl-end {
    align-self: flex-end !important;
  }
  .portaal div#student .align-self-xl-center {
    align-self: center !important;
  }
  .portaal div#student .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .portaal div#student .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.portaal div#student .float-left {
  float: left !important;
}
.portaal div#student .float-right {
  float: right !important;
}
.portaal div#student .float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .portaal div#student .float-sm-left {
    float: left !important;
  }
  .portaal div#student .float-sm-right {
    float: right !important;
  }
  .portaal div#student .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .portaal div#student .float-md-left {
    float: left !important;
  }
  .portaal div#student .float-md-right {
    float: right !important;
  }
  .portaal div#student .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .float-lg-left {
    float: left !important;
  }
  .portaal div#student .float-lg-right {
    float: right !important;
  }
  .portaal div#student .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .float-xl-left {
    float: left !important;
  }
  .portaal div#student .float-xl-right {
    float: right !important;
  }
  .portaal div#student .float-xl-none {
    float: none !important;
  }
}
.portaal div#student .overflow-auto {
  overflow: auto !important;
}
.portaal div#student .overflow-hidden {
  overflow: hidden !important;
}
.portaal div#student .position-static {
  position: static !important;
}
.portaal div#student .position-relative {
  position: relative !important;
}
.portaal div#student .position-absolute {
  position: absolute !important;
}
.portaal div#student .position-fixed {
  position: fixed !important;
}
.portaal div#student .position-sticky {
  position: sticky !important;
}
.portaal div#student .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.portaal div#student .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .portaal div#student .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.portaal div#student .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.portaal div#student .sr-only-focusable:active, .portaal div#student .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.portaal div#student .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.portaal div#student .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.portaal div#student .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.portaal div#student .shadow-none {
  box-shadow: none !important;
}
.portaal div#student .w-25 {
  width: 25% !important;
}
.portaal div#student .w-50 {
  width: 50% !important;
}
.portaal div#student .w-75 {
  width: 75% !important;
}
.portaal div#student .w-100 {
  width: 100% !important;
}
.portaal div#student .w-auto {
  width: auto !important;
}
.portaal div#student .h-25 {
  height: 25% !important;
}
.portaal div#student .h-50 {
  height: 50% !important;
}
.portaal div#student .h-75 {
  height: 75% !important;
}
.portaal div#student .h-100 {
  height: 100% !important;
}
.portaal div#student .h-auto {
  height: auto !important;
}
.portaal div#student .mw-100 {
  max-width: 100% !important;
}
.portaal div#student .mh-100 {
  max-height: 100% !important;
}
.portaal div#student .min-vw-100 {
  min-width: 100vw !important;
}
.portaal div#student .min-vh-100 {
  min-height: 100vh !important;
}
.portaal div#student .vw-100 {
  width: 100vw !important;
}
.portaal div#student .vh-100 {
  height: 100vh !important;
}
.portaal div#student .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.portaal div#student .m-0 {
  margin: 0 !important;
}
.portaal div#student .mt-0,
.portaal div#student .my-0 {
  margin-top: 0 !important;
}
.portaal div#student .mr-0,
.portaal div#student .mx-0 {
  margin-right: 0 !important;
}
.portaal div#student .mb-0,
.portaal div#student .my-0 {
  margin-bottom: 0 !important;
}
.portaal div#student .ml-0,
.portaal div#student .mx-0 {
  margin-left: 0 !important;
}
.portaal div#student .m-1 {
  margin: 0.25rem !important;
}
.portaal div#student .mt-1,
.portaal div#student .my-1 {
  margin-top: 0.25rem !important;
}
.portaal div#student .mr-1,
.portaal div#student .mx-1 {
  margin-right: 0.25rem !important;
}
.portaal div#student .mb-1,
.portaal div#student .my-1 {
  margin-bottom: 0.25rem !important;
}
.portaal div#student .ml-1,
.portaal div#student .mx-1 {
  margin-left: 0.25rem !important;
}
.portaal div#student .m-2 {
  margin: 0.5rem !important;
}
.portaal div#student .mt-2,
.portaal div#student .my-2 {
  margin-top: 0.5rem !important;
}
.portaal div#student .mr-2,
.portaal div#student .mx-2 {
  margin-right: 0.5rem !important;
}
.portaal div#student .mb-2,
.portaal div#student .my-2 {
  margin-bottom: 0.5rem !important;
}
.portaal div#student .ml-2,
.portaal div#student .mx-2 {
  margin-left: 0.5rem !important;
}
.portaal div#student .m-3 {
  margin: 1.071rem !important;
}
.portaal div#student .mt-3,
.portaal div#student .my-3 {
  margin-top: 1.071rem !important;
}
.portaal div#student .mr-3,
.portaal div#student .mx-3 {
  margin-right: 1.071rem !important;
}
.portaal div#student .mb-3,
.portaal div#student .my-3 {
  margin-bottom: 1.071rem !important;
}
.portaal div#student .ml-3,
.portaal div#student .mx-3 {
  margin-left: 1.071rem !important;
}
.portaal div#student .m-4 {
  margin: 1.429rem !important;
}
.portaal div#student .mt-4,
.portaal div#student .my-4 {
  margin-top: 1.429rem !important;
}
.portaal div#student .mr-4,
.portaal div#student .mx-4 {
  margin-right: 1.429rem !important;
}
.portaal div#student .mb-4,
.portaal div#student .my-4 {
  margin-bottom: 1.429rem !important;
}
.portaal div#student .ml-4,
.portaal div#student .mx-4 {
  margin-left: 1.429rem !important;
}
.portaal div#student .m-5 {
  margin: 3rem !important;
}
.portaal div#student .mt-5,
.portaal div#student .my-5 {
  margin-top: 3rem !important;
}
.portaal div#student .mr-5,
.portaal div#student .mx-5 {
  margin-right: 3rem !important;
}
.portaal div#student .mb-5,
.portaal div#student .my-5 {
  margin-bottom: 3rem !important;
}
.portaal div#student .ml-5,
.portaal div#student .mx-5 {
  margin-left: 3rem !important;
}
.portaal div#student .p-0 {
  padding: 0 !important;
}
.portaal div#student .pt-0,
.portaal div#student .py-0 {
  padding-top: 0 !important;
}
.portaal div#student .pr-0,
.portaal div#student .px-0 {
  padding-right: 0 !important;
}
.portaal div#student .pb-0,
.portaal div#student .py-0 {
  padding-bottom: 0 !important;
}
.portaal div#student .pl-0,
.portaal div#student .px-0 {
  padding-left: 0 !important;
}
.portaal div#student .p-1 {
  padding: 0.25rem !important;
}
.portaal div#student .pt-1,
.portaal div#student .py-1 {
  padding-top: 0.25rem !important;
}
.portaal div#student .pr-1,
.portaal div#student .px-1 {
  padding-right: 0.25rem !important;
}
.portaal div#student .pb-1,
.portaal div#student .py-1 {
  padding-bottom: 0.25rem !important;
}
.portaal div#student .pl-1,
.portaal div#student .px-1 {
  padding-left: 0.25rem !important;
}
.portaal div#student .p-2 {
  padding: 0.5rem !important;
}
.portaal div#student .pt-2,
.portaal div#student .py-2 {
  padding-top: 0.5rem !important;
}
.portaal div#student .pr-2,
.portaal div#student .px-2 {
  padding-right: 0.5rem !important;
}
.portaal div#student .pb-2,
.portaal div#student .py-2 {
  padding-bottom: 0.5rem !important;
}
.portaal div#student .pl-2,
.portaal div#student .px-2 {
  padding-left: 0.5rem !important;
}
.portaal div#student .p-3 {
  padding: 1.071rem !important;
}
.portaal div#student .pt-3,
.portaal div#student .py-3 {
  padding-top: 1.071rem !important;
}
.portaal div#student .pr-3,
.portaal div#student .px-3 {
  padding-right: 1.071rem !important;
}
.portaal div#student .pb-3,
.portaal div#student .py-3 {
  padding-bottom: 1.071rem !important;
}
.portaal div#student .pl-3,
.portaal div#student .px-3 {
  padding-left: 1.071rem !important;
}
.portaal div#student .p-4 {
  padding: 1.429rem !important;
}
.portaal div#student .pt-4,
.portaal div#student .py-4 {
  padding-top: 1.429rem !important;
}
.portaal div#student .pr-4,
.portaal div#student .px-4 {
  padding-right: 1.429rem !important;
}
.portaal div#student .pb-4,
.portaal div#student .py-4 {
  padding-bottom: 1.429rem !important;
}
.portaal div#student .pl-4,
.portaal div#student .px-4 {
  padding-left: 1.429rem !important;
}
.portaal div#student .p-5 {
  padding: 3rem !important;
}
.portaal div#student .pt-5,
.portaal div#student .py-5 {
  padding-top: 3rem !important;
}
.portaal div#student .pr-5,
.portaal div#student .px-5 {
  padding-right: 3rem !important;
}
.portaal div#student .pb-5,
.portaal div#student .py-5 {
  padding-bottom: 3rem !important;
}
.portaal div#student .pl-5,
.portaal div#student .px-5 {
  padding-left: 3rem !important;
}
.portaal div#student .m-n1 {
  margin: -0.25rem !important;
}
.portaal div#student .mt-n1,
.portaal div#student .my-n1 {
  margin-top: -0.25rem !important;
}
.portaal div#student .mr-n1,
.portaal div#student .mx-n1 {
  margin-right: -0.25rem !important;
}
.portaal div#student .mb-n1,
.portaal div#student .my-n1 {
  margin-bottom: -0.25rem !important;
}
.portaal div#student .ml-n1,
.portaal div#student .mx-n1 {
  margin-left: -0.25rem !important;
}
.portaal div#student .m-n2 {
  margin: -0.5rem !important;
}
.portaal div#student .mt-n2,
.portaal div#student .my-n2 {
  margin-top: -0.5rem !important;
}
.portaal div#student .mr-n2,
.portaal div#student .mx-n2 {
  margin-right: -0.5rem !important;
}
.portaal div#student .mb-n2,
.portaal div#student .my-n2 {
  margin-bottom: -0.5rem !important;
}
.portaal div#student .ml-n2,
.portaal div#student .mx-n2 {
  margin-left: -0.5rem !important;
}
.portaal div#student .m-n3 {
  margin: -1.071rem !important;
}
.portaal div#student .mt-n3,
.portaal div#student .my-n3 {
  margin-top: -1.071rem !important;
}
.portaal div#student .mr-n3,
.portaal div#student .mx-n3 {
  margin-right: -1.071rem !important;
}
.portaal div#student .mb-n3,
.portaal div#student .my-n3 {
  margin-bottom: -1.071rem !important;
}
.portaal div#student .ml-n3,
.portaal div#student .mx-n3 {
  margin-left: -1.071rem !important;
}
.portaal div#student .m-n4 {
  margin: -1.429rem !important;
}
.portaal div#student .mt-n4,
.portaal div#student .my-n4 {
  margin-top: -1.429rem !important;
}
.portaal div#student .mr-n4,
.portaal div#student .mx-n4 {
  margin-right: -1.429rem !important;
}
.portaal div#student .mb-n4,
.portaal div#student .my-n4 {
  margin-bottom: -1.429rem !important;
}
.portaal div#student .ml-n4,
.portaal div#student .mx-n4 {
  margin-left: -1.429rem !important;
}
.portaal div#student .m-n5 {
  margin: -3rem !important;
}
.portaal div#student .mt-n5,
.portaal div#student .my-n5 {
  margin-top: -3rem !important;
}
.portaal div#student .mr-n5,
.portaal div#student .mx-n5 {
  margin-right: -3rem !important;
}
.portaal div#student .mb-n5,
.portaal div#student .my-n5 {
  margin-bottom: -3rem !important;
}
.portaal div#student .ml-n5,
.portaal div#student .mx-n5 {
  margin-left: -3rem !important;
}
.portaal div#student .m-auto {
  margin: auto !important;
}
.portaal div#student .mt-auto,
.portaal div#student .my-auto {
  margin-top: auto !important;
}
.portaal div#student .mr-auto,
.portaal div#student .mx-auto {
  margin-right: auto !important;
}
.portaal div#student .mb-auto,
.portaal div#student .my-auto {
  margin-bottom: auto !important;
}
.portaal div#student .ml-auto,
.portaal div#student .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .portaal div#student .m-sm-0 {
    margin: 0 !important;
  }
  .portaal div#student .mt-sm-0,
  .portaal div#student .my-sm-0 {
    margin-top: 0 !important;
  }
  .portaal div#student .mr-sm-0,
  .portaal div#student .mx-sm-0 {
    margin-right: 0 !important;
  }
  .portaal div#student .mb-sm-0,
  .portaal div#student .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .portaal div#student .ml-sm-0,
  .portaal div#student .mx-sm-0 {
    margin-left: 0 !important;
  }
  .portaal div#student .m-sm-1 {
    margin: 0.25rem !important;
  }
  .portaal div#student .mt-sm-1,
  .portaal div#student .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .portaal div#student .mr-sm-1,
  .portaal div#student .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .portaal div#student .mb-sm-1,
  .portaal div#student .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .portaal div#student .ml-sm-1,
  .portaal div#student .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .portaal div#student .m-sm-2 {
    margin: 0.5rem !important;
  }
  .portaal div#student .mt-sm-2,
  .portaal div#student .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .portaal div#student .mr-sm-2,
  .portaal div#student .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .portaal div#student .mb-sm-2,
  .portaal div#student .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .portaal div#student .ml-sm-2,
  .portaal div#student .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .portaal div#student .m-sm-3 {
    margin: 1.071rem !important;
  }
  .portaal div#student .mt-sm-3,
  .portaal div#student .my-sm-3 {
    margin-top: 1.071rem !important;
  }
  .portaal div#student .mr-sm-3,
  .portaal div#student .mx-sm-3 {
    margin-right: 1.071rem !important;
  }
  .portaal div#student .mb-sm-3,
  .portaal div#student .my-sm-3 {
    margin-bottom: 1.071rem !important;
  }
  .portaal div#student .ml-sm-3,
  .portaal div#student .mx-sm-3 {
    margin-left: 1.071rem !important;
  }
  .portaal div#student .m-sm-4 {
    margin: 1.429rem !important;
  }
  .portaal div#student .mt-sm-4,
  .portaal div#student .my-sm-4 {
    margin-top: 1.429rem !important;
  }
  .portaal div#student .mr-sm-4,
  .portaal div#student .mx-sm-4 {
    margin-right: 1.429rem !important;
  }
  .portaal div#student .mb-sm-4,
  .portaal div#student .my-sm-4 {
    margin-bottom: 1.429rem !important;
  }
  .portaal div#student .ml-sm-4,
  .portaal div#student .mx-sm-4 {
    margin-left: 1.429rem !important;
  }
  .portaal div#student .m-sm-5 {
    margin: 3rem !important;
  }
  .portaal div#student .mt-sm-5,
  .portaal div#student .my-sm-5 {
    margin-top: 3rem !important;
  }
  .portaal div#student .mr-sm-5,
  .portaal div#student .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .portaal div#student .mb-sm-5,
  .portaal div#student .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .portaal div#student .ml-sm-5,
  .portaal div#student .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .portaal div#student .p-sm-0 {
    padding: 0 !important;
  }
  .portaal div#student .pt-sm-0,
  .portaal div#student .py-sm-0 {
    padding-top: 0 !important;
  }
  .portaal div#student .pr-sm-0,
  .portaal div#student .px-sm-0 {
    padding-right: 0 !important;
  }
  .portaal div#student .pb-sm-0,
  .portaal div#student .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .portaal div#student .pl-sm-0,
  .portaal div#student .px-sm-0 {
    padding-left: 0 !important;
  }
  .portaal div#student .p-sm-1 {
    padding: 0.25rem !important;
  }
  .portaal div#student .pt-sm-1,
  .portaal div#student .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .portaal div#student .pr-sm-1,
  .portaal div#student .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .portaal div#student .pb-sm-1,
  .portaal div#student .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .portaal div#student .pl-sm-1,
  .portaal div#student .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .portaal div#student .p-sm-2 {
    padding: 0.5rem !important;
  }
  .portaal div#student .pt-sm-2,
  .portaal div#student .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .portaal div#student .pr-sm-2,
  .portaal div#student .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .portaal div#student .pb-sm-2,
  .portaal div#student .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .portaal div#student .pl-sm-2,
  .portaal div#student .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .portaal div#student .p-sm-3 {
    padding: 1.071rem !important;
  }
  .portaal div#student .pt-sm-3,
  .portaal div#student .py-sm-3 {
    padding-top: 1.071rem !important;
  }
  .portaal div#student .pr-sm-3,
  .portaal div#student .px-sm-3 {
    padding-right: 1.071rem !important;
  }
  .portaal div#student .pb-sm-3,
  .portaal div#student .py-sm-3 {
    padding-bottom: 1.071rem !important;
  }
  .portaal div#student .pl-sm-3,
  .portaal div#student .px-sm-3 {
    padding-left: 1.071rem !important;
  }
  .portaal div#student .p-sm-4 {
    padding: 1.429rem !important;
  }
  .portaal div#student .pt-sm-4,
  .portaal div#student .py-sm-4 {
    padding-top: 1.429rem !important;
  }
  .portaal div#student .pr-sm-4,
  .portaal div#student .px-sm-4 {
    padding-right: 1.429rem !important;
  }
  .portaal div#student .pb-sm-4,
  .portaal div#student .py-sm-4 {
    padding-bottom: 1.429rem !important;
  }
  .portaal div#student .pl-sm-4,
  .portaal div#student .px-sm-4 {
    padding-left: 1.429rem !important;
  }
  .portaal div#student .p-sm-5 {
    padding: 3rem !important;
  }
  .portaal div#student .pt-sm-5,
  .portaal div#student .py-sm-5 {
    padding-top: 3rem !important;
  }
  .portaal div#student .pr-sm-5,
  .portaal div#student .px-sm-5 {
    padding-right: 3rem !important;
  }
  .portaal div#student .pb-sm-5,
  .portaal div#student .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .portaal div#student .pl-sm-5,
  .portaal div#student .px-sm-5 {
    padding-left: 3rem !important;
  }
  .portaal div#student .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .portaal div#student .mt-sm-n1,
  .portaal div#student .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .portaal div#student .mr-sm-n1,
  .portaal div#student .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .portaal div#student .mb-sm-n1,
  .portaal div#student .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .portaal div#student .ml-sm-n1,
  .portaal div#student .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .portaal div#student .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .portaal div#student .mt-sm-n2,
  .portaal div#student .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .portaal div#student .mr-sm-n2,
  .portaal div#student .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .portaal div#student .mb-sm-n2,
  .portaal div#student .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .portaal div#student .ml-sm-n2,
  .portaal div#student .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .portaal div#student .m-sm-n3 {
    margin: -1.071rem !important;
  }
  .portaal div#student .mt-sm-n3,
  .portaal div#student .my-sm-n3 {
    margin-top: -1.071rem !important;
  }
  .portaal div#student .mr-sm-n3,
  .portaal div#student .mx-sm-n3 {
    margin-right: -1.071rem !important;
  }
  .portaal div#student .mb-sm-n3,
  .portaal div#student .my-sm-n3 {
    margin-bottom: -1.071rem !important;
  }
  .portaal div#student .ml-sm-n3,
  .portaal div#student .mx-sm-n3 {
    margin-left: -1.071rem !important;
  }
  .portaal div#student .m-sm-n4 {
    margin: -1.429rem !important;
  }
  .portaal div#student .mt-sm-n4,
  .portaal div#student .my-sm-n4 {
    margin-top: -1.429rem !important;
  }
  .portaal div#student .mr-sm-n4,
  .portaal div#student .mx-sm-n4 {
    margin-right: -1.429rem !important;
  }
  .portaal div#student .mb-sm-n4,
  .portaal div#student .my-sm-n4 {
    margin-bottom: -1.429rem !important;
  }
  .portaal div#student .ml-sm-n4,
  .portaal div#student .mx-sm-n4 {
    margin-left: -1.429rem !important;
  }
  .portaal div#student .m-sm-n5 {
    margin: -3rem !important;
  }
  .portaal div#student .mt-sm-n5,
  .portaal div#student .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .portaal div#student .mr-sm-n5,
  .portaal div#student .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .portaal div#student .mb-sm-n5,
  .portaal div#student .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .portaal div#student .ml-sm-n5,
  .portaal div#student .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .portaal div#student .m-sm-auto {
    margin: auto !important;
  }
  .portaal div#student .mt-sm-auto,
  .portaal div#student .my-sm-auto {
    margin-top: auto !important;
  }
  .portaal div#student .mr-sm-auto,
  .portaal div#student .mx-sm-auto {
    margin-right: auto !important;
  }
  .portaal div#student .mb-sm-auto,
  .portaal div#student .my-sm-auto {
    margin-bottom: auto !important;
  }
  .portaal div#student .ml-sm-auto,
  .portaal div#student .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .portaal div#student .m-md-0 {
    margin: 0 !important;
  }
  .portaal div#student .mt-md-0,
  .portaal div#student .my-md-0 {
    margin-top: 0 !important;
  }
  .portaal div#student .mr-md-0,
  .portaal div#student .mx-md-0 {
    margin-right: 0 !important;
  }
  .portaal div#student .mb-md-0,
  .portaal div#student .my-md-0 {
    margin-bottom: 0 !important;
  }
  .portaal div#student .ml-md-0,
  .portaal div#student .mx-md-0 {
    margin-left: 0 !important;
  }
  .portaal div#student .m-md-1 {
    margin: 0.25rem !important;
  }
  .portaal div#student .mt-md-1,
  .portaal div#student .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .portaal div#student .mr-md-1,
  .portaal div#student .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .portaal div#student .mb-md-1,
  .portaal div#student .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .portaal div#student .ml-md-1,
  .portaal div#student .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .portaal div#student .m-md-2 {
    margin: 0.5rem !important;
  }
  .portaal div#student .mt-md-2,
  .portaal div#student .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .portaal div#student .mr-md-2,
  .portaal div#student .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .portaal div#student .mb-md-2,
  .portaal div#student .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .portaal div#student .ml-md-2,
  .portaal div#student .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .portaal div#student .m-md-3 {
    margin: 1.071rem !important;
  }
  .portaal div#student .mt-md-3,
  .portaal div#student .my-md-3 {
    margin-top: 1.071rem !important;
  }
  .portaal div#student .mr-md-3,
  .portaal div#student .mx-md-3 {
    margin-right: 1.071rem !important;
  }
  .portaal div#student .mb-md-3,
  .portaal div#student .my-md-3 {
    margin-bottom: 1.071rem !important;
  }
  .portaal div#student .ml-md-3,
  .portaal div#student .mx-md-3 {
    margin-left: 1.071rem !important;
  }
  .portaal div#student .m-md-4 {
    margin: 1.429rem !important;
  }
  .portaal div#student .mt-md-4,
  .portaal div#student .my-md-4 {
    margin-top: 1.429rem !important;
  }
  .portaal div#student .mr-md-4,
  .portaal div#student .mx-md-4 {
    margin-right: 1.429rem !important;
  }
  .portaal div#student .mb-md-4,
  .portaal div#student .my-md-4 {
    margin-bottom: 1.429rem !important;
  }
  .portaal div#student .ml-md-4,
  .portaal div#student .mx-md-4 {
    margin-left: 1.429rem !important;
  }
  .portaal div#student .m-md-5 {
    margin: 3rem !important;
  }
  .portaal div#student .mt-md-5,
  .portaal div#student .my-md-5 {
    margin-top: 3rem !important;
  }
  .portaal div#student .mr-md-5,
  .portaal div#student .mx-md-5 {
    margin-right: 3rem !important;
  }
  .portaal div#student .mb-md-5,
  .portaal div#student .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .portaal div#student .ml-md-5,
  .portaal div#student .mx-md-5 {
    margin-left: 3rem !important;
  }
  .portaal div#student .p-md-0 {
    padding: 0 !important;
  }
  .portaal div#student .pt-md-0,
  .portaal div#student .py-md-0 {
    padding-top: 0 !important;
  }
  .portaal div#student .pr-md-0,
  .portaal div#student .px-md-0 {
    padding-right: 0 !important;
  }
  .portaal div#student .pb-md-0,
  .portaal div#student .py-md-0 {
    padding-bottom: 0 !important;
  }
  .portaal div#student .pl-md-0,
  .portaal div#student .px-md-0 {
    padding-left: 0 !important;
  }
  .portaal div#student .p-md-1 {
    padding: 0.25rem !important;
  }
  .portaal div#student .pt-md-1,
  .portaal div#student .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .portaal div#student .pr-md-1,
  .portaal div#student .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .portaal div#student .pb-md-1,
  .portaal div#student .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .portaal div#student .pl-md-1,
  .portaal div#student .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .portaal div#student .p-md-2 {
    padding: 0.5rem !important;
  }
  .portaal div#student .pt-md-2,
  .portaal div#student .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .portaal div#student .pr-md-2,
  .portaal div#student .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .portaal div#student .pb-md-2,
  .portaal div#student .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .portaal div#student .pl-md-2,
  .portaal div#student .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .portaal div#student .p-md-3 {
    padding: 1.071rem !important;
  }
  .portaal div#student .pt-md-3,
  .portaal div#student .py-md-3 {
    padding-top: 1.071rem !important;
  }
  .portaal div#student .pr-md-3,
  .portaal div#student .px-md-3 {
    padding-right: 1.071rem !important;
  }
  .portaal div#student .pb-md-3,
  .portaal div#student .py-md-3 {
    padding-bottom: 1.071rem !important;
  }
  .portaal div#student .pl-md-3,
  .portaal div#student .px-md-3 {
    padding-left: 1.071rem !important;
  }
  .portaal div#student .p-md-4 {
    padding: 1.429rem !important;
  }
  .portaal div#student .pt-md-4,
  .portaal div#student .py-md-4 {
    padding-top: 1.429rem !important;
  }
  .portaal div#student .pr-md-4,
  .portaal div#student .px-md-4 {
    padding-right: 1.429rem !important;
  }
  .portaal div#student .pb-md-4,
  .portaal div#student .py-md-4 {
    padding-bottom: 1.429rem !important;
  }
  .portaal div#student .pl-md-4,
  .portaal div#student .px-md-4 {
    padding-left: 1.429rem !important;
  }
  .portaal div#student .p-md-5 {
    padding: 3rem !important;
  }
  .portaal div#student .pt-md-5,
  .portaal div#student .py-md-5 {
    padding-top: 3rem !important;
  }
  .portaal div#student .pr-md-5,
  .portaal div#student .px-md-5 {
    padding-right: 3rem !important;
  }
  .portaal div#student .pb-md-5,
  .portaal div#student .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .portaal div#student .pl-md-5,
  .portaal div#student .px-md-5 {
    padding-left: 3rem !important;
  }
  .portaal div#student .m-md-n1 {
    margin: -0.25rem !important;
  }
  .portaal div#student .mt-md-n1,
  .portaal div#student .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .portaal div#student .mr-md-n1,
  .portaal div#student .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .portaal div#student .mb-md-n1,
  .portaal div#student .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .portaal div#student .ml-md-n1,
  .portaal div#student .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .portaal div#student .m-md-n2 {
    margin: -0.5rem !important;
  }
  .portaal div#student .mt-md-n2,
  .portaal div#student .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .portaal div#student .mr-md-n2,
  .portaal div#student .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .portaal div#student .mb-md-n2,
  .portaal div#student .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .portaal div#student .ml-md-n2,
  .portaal div#student .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .portaal div#student .m-md-n3 {
    margin: -1.071rem !important;
  }
  .portaal div#student .mt-md-n3,
  .portaal div#student .my-md-n3 {
    margin-top: -1.071rem !important;
  }
  .portaal div#student .mr-md-n3,
  .portaal div#student .mx-md-n3 {
    margin-right: -1.071rem !important;
  }
  .portaal div#student .mb-md-n3,
  .portaal div#student .my-md-n3 {
    margin-bottom: -1.071rem !important;
  }
  .portaal div#student .ml-md-n3,
  .portaal div#student .mx-md-n3 {
    margin-left: -1.071rem !important;
  }
  .portaal div#student .m-md-n4 {
    margin: -1.429rem !important;
  }
  .portaal div#student .mt-md-n4,
  .portaal div#student .my-md-n4 {
    margin-top: -1.429rem !important;
  }
  .portaal div#student .mr-md-n4,
  .portaal div#student .mx-md-n4 {
    margin-right: -1.429rem !important;
  }
  .portaal div#student .mb-md-n4,
  .portaal div#student .my-md-n4 {
    margin-bottom: -1.429rem !important;
  }
  .portaal div#student .ml-md-n4,
  .portaal div#student .mx-md-n4 {
    margin-left: -1.429rem !important;
  }
  .portaal div#student .m-md-n5 {
    margin: -3rem !important;
  }
  .portaal div#student .mt-md-n5,
  .portaal div#student .my-md-n5 {
    margin-top: -3rem !important;
  }
  .portaal div#student .mr-md-n5,
  .portaal div#student .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .portaal div#student .mb-md-n5,
  .portaal div#student .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .portaal div#student .ml-md-n5,
  .portaal div#student .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .portaal div#student .m-md-auto {
    margin: auto !important;
  }
  .portaal div#student .mt-md-auto,
  .portaal div#student .my-md-auto {
    margin-top: auto !important;
  }
  .portaal div#student .mr-md-auto,
  .portaal div#student .mx-md-auto {
    margin-right: auto !important;
  }
  .portaal div#student .mb-md-auto,
  .portaal div#student .my-md-auto {
    margin-bottom: auto !important;
  }
  .portaal div#student .ml-md-auto,
  .portaal div#student .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .m-lg-0 {
    margin: 0 !important;
  }
  .portaal div#student .mt-lg-0,
  .portaal div#student .my-lg-0 {
    margin-top: 0 !important;
  }
  .portaal div#student .mr-lg-0,
  .portaal div#student .mx-lg-0 {
    margin-right: 0 !important;
  }
  .portaal div#student .mb-lg-0,
  .portaal div#student .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .portaal div#student .ml-lg-0,
  .portaal div#student .mx-lg-0 {
    margin-left: 0 !important;
  }
  .portaal div#student .m-lg-1 {
    margin: 0.25rem !important;
  }
  .portaal div#student .mt-lg-1,
  .portaal div#student .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .portaal div#student .mr-lg-1,
  .portaal div#student .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .portaal div#student .mb-lg-1,
  .portaal div#student .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .portaal div#student .ml-lg-1,
  .portaal div#student .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .portaal div#student .m-lg-2 {
    margin: 0.5rem !important;
  }
  .portaal div#student .mt-lg-2,
  .portaal div#student .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .portaal div#student .mr-lg-2,
  .portaal div#student .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .portaal div#student .mb-lg-2,
  .portaal div#student .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .portaal div#student .ml-lg-2,
  .portaal div#student .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .portaal div#student .m-lg-3 {
    margin: 1.071rem !important;
  }
  .portaal div#student .mt-lg-3,
  .portaal div#student .my-lg-3 {
    margin-top: 1.071rem !important;
  }
  .portaal div#student .mr-lg-3,
  .portaal div#student .mx-lg-3 {
    margin-right: 1.071rem !important;
  }
  .portaal div#student .mb-lg-3,
  .portaal div#student .my-lg-3 {
    margin-bottom: 1.071rem !important;
  }
  .portaal div#student .ml-lg-3,
  .portaal div#student .mx-lg-3 {
    margin-left: 1.071rem !important;
  }
  .portaal div#student .m-lg-4 {
    margin: 1.429rem !important;
  }
  .portaal div#student .mt-lg-4,
  .portaal div#student .my-lg-4 {
    margin-top: 1.429rem !important;
  }
  .portaal div#student .mr-lg-4,
  .portaal div#student .mx-lg-4 {
    margin-right: 1.429rem !important;
  }
  .portaal div#student .mb-lg-4,
  .portaal div#student .my-lg-4 {
    margin-bottom: 1.429rem !important;
  }
  .portaal div#student .ml-lg-4,
  .portaal div#student .mx-lg-4 {
    margin-left: 1.429rem !important;
  }
  .portaal div#student .m-lg-5 {
    margin: 3rem !important;
  }
  .portaal div#student .mt-lg-5,
  .portaal div#student .my-lg-5 {
    margin-top: 3rem !important;
  }
  .portaal div#student .mr-lg-5,
  .portaal div#student .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .portaal div#student .mb-lg-5,
  .portaal div#student .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .portaal div#student .ml-lg-5,
  .portaal div#student .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .portaal div#student .p-lg-0 {
    padding: 0 !important;
  }
  .portaal div#student .pt-lg-0,
  .portaal div#student .py-lg-0 {
    padding-top: 0 !important;
  }
  .portaal div#student .pr-lg-0,
  .portaal div#student .px-lg-0 {
    padding-right: 0 !important;
  }
  .portaal div#student .pb-lg-0,
  .portaal div#student .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .portaal div#student .pl-lg-0,
  .portaal div#student .px-lg-0 {
    padding-left: 0 !important;
  }
  .portaal div#student .p-lg-1 {
    padding: 0.25rem !important;
  }
  .portaal div#student .pt-lg-1,
  .portaal div#student .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .portaal div#student .pr-lg-1,
  .portaal div#student .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .portaal div#student .pb-lg-1,
  .portaal div#student .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .portaal div#student .pl-lg-1,
  .portaal div#student .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .portaal div#student .p-lg-2 {
    padding: 0.5rem !important;
  }
  .portaal div#student .pt-lg-2,
  .portaal div#student .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .portaal div#student .pr-lg-2,
  .portaal div#student .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .portaal div#student .pb-lg-2,
  .portaal div#student .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .portaal div#student .pl-lg-2,
  .portaal div#student .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .portaal div#student .p-lg-3 {
    padding: 1.071rem !important;
  }
  .portaal div#student .pt-lg-3,
  .portaal div#student .py-lg-3 {
    padding-top: 1.071rem !important;
  }
  .portaal div#student .pr-lg-3,
  .portaal div#student .px-lg-3 {
    padding-right: 1.071rem !important;
  }
  .portaal div#student .pb-lg-3,
  .portaal div#student .py-lg-3 {
    padding-bottom: 1.071rem !important;
  }
  .portaal div#student .pl-lg-3,
  .portaal div#student .px-lg-3 {
    padding-left: 1.071rem !important;
  }
  .portaal div#student .p-lg-4 {
    padding: 1.429rem !important;
  }
  .portaal div#student .pt-lg-4,
  .portaal div#student .py-lg-4 {
    padding-top: 1.429rem !important;
  }
  .portaal div#student .pr-lg-4,
  .portaal div#student .px-lg-4 {
    padding-right: 1.429rem !important;
  }
  .portaal div#student .pb-lg-4,
  .portaal div#student .py-lg-4 {
    padding-bottom: 1.429rem !important;
  }
  .portaal div#student .pl-lg-4,
  .portaal div#student .px-lg-4 {
    padding-left: 1.429rem !important;
  }
  .portaal div#student .p-lg-5 {
    padding: 3rem !important;
  }
  .portaal div#student .pt-lg-5,
  .portaal div#student .py-lg-5 {
    padding-top: 3rem !important;
  }
  .portaal div#student .pr-lg-5,
  .portaal div#student .px-lg-5 {
    padding-right: 3rem !important;
  }
  .portaal div#student .pb-lg-5,
  .portaal div#student .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .portaal div#student .pl-lg-5,
  .portaal div#student .px-lg-5 {
    padding-left: 3rem !important;
  }
  .portaal div#student .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .portaal div#student .mt-lg-n1,
  .portaal div#student .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .portaal div#student .mr-lg-n1,
  .portaal div#student .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .portaal div#student .mb-lg-n1,
  .portaal div#student .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .portaal div#student .ml-lg-n1,
  .portaal div#student .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .portaal div#student .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .portaal div#student .mt-lg-n2,
  .portaal div#student .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .portaal div#student .mr-lg-n2,
  .portaal div#student .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .portaal div#student .mb-lg-n2,
  .portaal div#student .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .portaal div#student .ml-lg-n2,
  .portaal div#student .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .portaal div#student .m-lg-n3 {
    margin: -1.071rem !important;
  }
  .portaal div#student .mt-lg-n3,
  .portaal div#student .my-lg-n3 {
    margin-top: -1.071rem !important;
  }
  .portaal div#student .mr-lg-n3,
  .portaal div#student .mx-lg-n3 {
    margin-right: -1.071rem !important;
  }
  .portaal div#student .mb-lg-n3,
  .portaal div#student .my-lg-n3 {
    margin-bottom: -1.071rem !important;
  }
  .portaal div#student .ml-lg-n3,
  .portaal div#student .mx-lg-n3 {
    margin-left: -1.071rem !important;
  }
  .portaal div#student .m-lg-n4 {
    margin: -1.429rem !important;
  }
  .portaal div#student .mt-lg-n4,
  .portaal div#student .my-lg-n4 {
    margin-top: -1.429rem !important;
  }
  .portaal div#student .mr-lg-n4,
  .portaal div#student .mx-lg-n4 {
    margin-right: -1.429rem !important;
  }
  .portaal div#student .mb-lg-n4,
  .portaal div#student .my-lg-n4 {
    margin-bottom: -1.429rem !important;
  }
  .portaal div#student .ml-lg-n4,
  .portaal div#student .mx-lg-n4 {
    margin-left: -1.429rem !important;
  }
  .portaal div#student .m-lg-n5 {
    margin: -3rem !important;
  }
  .portaal div#student .mt-lg-n5,
  .portaal div#student .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .portaal div#student .mr-lg-n5,
  .portaal div#student .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .portaal div#student .mb-lg-n5,
  .portaal div#student .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .portaal div#student .ml-lg-n5,
  .portaal div#student .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .portaal div#student .m-lg-auto {
    margin: auto !important;
  }
  .portaal div#student .mt-lg-auto,
  .portaal div#student .my-lg-auto {
    margin-top: auto !important;
  }
  .portaal div#student .mr-lg-auto,
  .portaal div#student .mx-lg-auto {
    margin-right: auto !important;
  }
  .portaal div#student .mb-lg-auto,
  .portaal div#student .my-lg-auto {
    margin-bottom: auto !important;
  }
  .portaal div#student .ml-lg-auto,
  .portaal div#student .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .m-xl-0 {
    margin: 0 !important;
  }
  .portaal div#student .mt-xl-0,
  .portaal div#student .my-xl-0 {
    margin-top: 0 !important;
  }
  .portaal div#student .mr-xl-0,
  .portaal div#student .mx-xl-0 {
    margin-right: 0 !important;
  }
  .portaal div#student .mb-xl-0,
  .portaal div#student .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .portaal div#student .ml-xl-0,
  .portaal div#student .mx-xl-0 {
    margin-left: 0 !important;
  }
  .portaal div#student .m-xl-1 {
    margin: 0.25rem !important;
  }
  .portaal div#student .mt-xl-1,
  .portaal div#student .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .portaal div#student .mr-xl-1,
  .portaal div#student .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .portaal div#student .mb-xl-1,
  .portaal div#student .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .portaal div#student .ml-xl-1,
  .portaal div#student .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .portaal div#student .m-xl-2 {
    margin: 0.5rem !important;
  }
  .portaal div#student .mt-xl-2,
  .portaal div#student .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .portaal div#student .mr-xl-2,
  .portaal div#student .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .portaal div#student .mb-xl-2,
  .portaal div#student .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .portaal div#student .ml-xl-2,
  .portaal div#student .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .portaal div#student .m-xl-3 {
    margin: 1.071rem !important;
  }
  .portaal div#student .mt-xl-3,
  .portaal div#student .my-xl-3 {
    margin-top: 1.071rem !important;
  }
  .portaal div#student .mr-xl-3,
  .portaal div#student .mx-xl-3 {
    margin-right: 1.071rem !important;
  }
  .portaal div#student .mb-xl-3,
  .portaal div#student .my-xl-3 {
    margin-bottom: 1.071rem !important;
  }
  .portaal div#student .ml-xl-3,
  .portaal div#student .mx-xl-3 {
    margin-left: 1.071rem !important;
  }
  .portaal div#student .m-xl-4 {
    margin: 1.429rem !important;
  }
  .portaal div#student .mt-xl-4,
  .portaal div#student .my-xl-4 {
    margin-top: 1.429rem !important;
  }
  .portaal div#student .mr-xl-4,
  .portaal div#student .mx-xl-4 {
    margin-right: 1.429rem !important;
  }
  .portaal div#student .mb-xl-4,
  .portaal div#student .my-xl-4 {
    margin-bottom: 1.429rem !important;
  }
  .portaal div#student .ml-xl-4,
  .portaal div#student .mx-xl-4 {
    margin-left: 1.429rem !important;
  }
  .portaal div#student .m-xl-5 {
    margin: 3rem !important;
  }
  .portaal div#student .mt-xl-5,
  .portaal div#student .my-xl-5 {
    margin-top: 3rem !important;
  }
  .portaal div#student .mr-xl-5,
  .portaal div#student .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .portaal div#student .mb-xl-5,
  .portaal div#student .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .portaal div#student .ml-xl-5,
  .portaal div#student .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .portaal div#student .p-xl-0 {
    padding: 0 !important;
  }
  .portaal div#student .pt-xl-0,
  .portaal div#student .py-xl-0 {
    padding-top: 0 !important;
  }
  .portaal div#student .pr-xl-0,
  .portaal div#student .px-xl-0 {
    padding-right: 0 !important;
  }
  .portaal div#student .pb-xl-0,
  .portaal div#student .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .portaal div#student .pl-xl-0,
  .portaal div#student .px-xl-0 {
    padding-left: 0 !important;
  }
  .portaal div#student .p-xl-1 {
    padding: 0.25rem !important;
  }
  .portaal div#student .pt-xl-1,
  .portaal div#student .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .portaal div#student .pr-xl-1,
  .portaal div#student .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .portaal div#student .pb-xl-1,
  .portaal div#student .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .portaal div#student .pl-xl-1,
  .portaal div#student .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .portaal div#student .p-xl-2 {
    padding: 0.5rem !important;
  }
  .portaal div#student .pt-xl-2,
  .portaal div#student .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .portaal div#student .pr-xl-2,
  .portaal div#student .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .portaal div#student .pb-xl-2,
  .portaal div#student .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .portaal div#student .pl-xl-2,
  .portaal div#student .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .portaal div#student .p-xl-3 {
    padding: 1.071rem !important;
  }
  .portaal div#student .pt-xl-3,
  .portaal div#student .py-xl-3 {
    padding-top: 1.071rem !important;
  }
  .portaal div#student .pr-xl-3,
  .portaal div#student .px-xl-3 {
    padding-right: 1.071rem !important;
  }
  .portaal div#student .pb-xl-3,
  .portaal div#student .py-xl-3 {
    padding-bottom: 1.071rem !important;
  }
  .portaal div#student .pl-xl-3,
  .portaal div#student .px-xl-3 {
    padding-left: 1.071rem !important;
  }
  .portaal div#student .p-xl-4 {
    padding: 1.429rem !important;
  }
  .portaal div#student .pt-xl-4,
  .portaal div#student .py-xl-4 {
    padding-top: 1.429rem !important;
  }
  .portaal div#student .pr-xl-4,
  .portaal div#student .px-xl-4 {
    padding-right: 1.429rem !important;
  }
  .portaal div#student .pb-xl-4,
  .portaal div#student .py-xl-4 {
    padding-bottom: 1.429rem !important;
  }
  .portaal div#student .pl-xl-4,
  .portaal div#student .px-xl-4 {
    padding-left: 1.429rem !important;
  }
  .portaal div#student .p-xl-5 {
    padding: 3rem !important;
  }
  .portaal div#student .pt-xl-5,
  .portaal div#student .py-xl-5 {
    padding-top: 3rem !important;
  }
  .portaal div#student .pr-xl-5,
  .portaal div#student .px-xl-5 {
    padding-right: 3rem !important;
  }
  .portaal div#student .pb-xl-5,
  .portaal div#student .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .portaal div#student .pl-xl-5,
  .portaal div#student .px-xl-5 {
    padding-left: 3rem !important;
  }
  .portaal div#student .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .portaal div#student .mt-xl-n1,
  .portaal div#student .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .portaal div#student .mr-xl-n1,
  .portaal div#student .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .portaal div#student .mb-xl-n1,
  .portaal div#student .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .portaal div#student .ml-xl-n1,
  .portaal div#student .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .portaal div#student .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .portaal div#student .mt-xl-n2,
  .portaal div#student .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .portaal div#student .mr-xl-n2,
  .portaal div#student .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .portaal div#student .mb-xl-n2,
  .portaal div#student .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .portaal div#student .ml-xl-n2,
  .portaal div#student .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .portaal div#student .m-xl-n3 {
    margin: -1.071rem !important;
  }
  .portaal div#student .mt-xl-n3,
  .portaal div#student .my-xl-n3 {
    margin-top: -1.071rem !important;
  }
  .portaal div#student .mr-xl-n3,
  .portaal div#student .mx-xl-n3 {
    margin-right: -1.071rem !important;
  }
  .portaal div#student .mb-xl-n3,
  .portaal div#student .my-xl-n3 {
    margin-bottom: -1.071rem !important;
  }
  .portaal div#student .ml-xl-n3,
  .portaal div#student .mx-xl-n3 {
    margin-left: -1.071rem !important;
  }
  .portaal div#student .m-xl-n4 {
    margin: -1.429rem !important;
  }
  .portaal div#student .mt-xl-n4,
  .portaal div#student .my-xl-n4 {
    margin-top: -1.429rem !important;
  }
  .portaal div#student .mr-xl-n4,
  .portaal div#student .mx-xl-n4 {
    margin-right: -1.429rem !important;
  }
  .portaal div#student .mb-xl-n4,
  .portaal div#student .my-xl-n4 {
    margin-bottom: -1.429rem !important;
  }
  .portaal div#student .ml-xl-n4,
  .portaal div#student .mx-xl-n4 {
    margin-left: -1.429rem !important;
  }
  .portaal div#student .m-xl-n5 {
    margin: -3rem !important;
  }
  .portaal div#student .mt-xl-n5,
  .portaal div#student .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .portaal div#student .mr-xl-n5,
  .portaal div#student .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .portaal div#student .mb-xl-n5,
  .portaal div#student .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .portaal div#student .ml-xl-n5,
  .portaal div#student .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .portaal div#student .m-xl-auto {
    margin: auto !important;
  }
  .portaal div#student .mt-xl-auto,
  .portaal div#student .my-xl-auto {
    margin-top: auto !important;
  }
  .portaal div#student .mr-xl-auto,
  .portaal div#student .mx-xl-auto {
    margin-right: auto !important;
  }
  .portaal div#student .mb-xl-auto,
  .portaal div#student .my-xl-auto {
    margin-bottom: auto !important;
  }
  .portaal div#student .ml-xl-auto,
  .portaal div#student .mx-xl-auto {
    margin-left: auto !important;
  }
}
.portaal div#student .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.portaal div#student .text-justify {
  text-align: justify !important;
}
.portaal div#student .text-wrap {
  white-space: normal !important;
}
.portaal div#student .text-nowrap {
  white-space: nowrap !important;
}
.portaal div#student .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portaal div#student .text-left {
  text-align: left !important;
}
.portaal div#student .text-right {
  text-align: right !important;
}
.portaal div#student .text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .portaal div#student .text-sm-left {
    text-align: left !important;
  }
  .portaal div#student .text-sm-right {
    text-align: right !important;
  }
  .portaal div#student .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .portaal div#student .text-md-left {
    text-align: left !important;
  }
  .portaal div#student .text-md-right {
    text-align: right !important;
  }
  .portaal div#student .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .portaal div#student .text-lg-left {
    text-align: left !important;
  }
  .portaal div#student .text-lg-right {
    text-align: right !important;
  }
  .portaal div#student .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1599px) {
  .portaal div#student .text-xl-left {
    text-align: left !important;
  }
  .portaal div#student .text-xl-right {
    text-align: right !important;
  }
  .portaal div#student .text-xl-center {
    text-align: center !important;
  }
}
.portaal div#student .text-lowercase {
  text-transform: lowercase !important;
}
.portaal div#student .text-uppercase {
  text-transform: uppercase !important;
}
.portaal div#student .text-capitalize {
  text-transform: capitalize !important;
}
.portaal div#student .font-weight-light {
  font-weight: 300 !important;
}
.portaal div#student .font-weight-lighter {
  font-weight: lighter !important;
}
.portaal div#student .font-weight-normal {
  font-weight: 400 !important;
}
.portaal div#student .font-weight-bold {
  font-weight: 700 !important;
}
.portaal div#student .font-weight-bolder {
  font-weight: bolder !important;
}
.portaal div#student .font-italic {
  font-style: italic !important;
}
.portaal div#student .text-white {
  color: #fff !important;
}
.portaal div#student .text-primary {
  color: #007bff !important;
}
.portaal div#student a.text-primary:hover, .portaal div#student a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}
.portaal div#student .text-secondary {
  color: #6c757d !important;
}
.portaal div#student a.text-secondary:hover, .portaal div#student a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.portaal div#student .text-success {
  color: #28a745 !important;
}
.portaal div#student a.text-success:hover, .portaal div#student a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.portaal div#student .text-info {
  color: #17a2b8 !important;
}
.portaal div#student a.text-info:hover, .portaal div#student a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.portaal div#student .text-warning {
  color: #ffc107 !important;
}
.portaal div#student a.text-warning:hover, .portaal div#student a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.portaal div#student .text-danger {
  color: #dc3545 !important;
}
.portaal div#student a.text-danger:hover, .portaal div#student a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.portaal div#student .text-light {
  color: #f8f9fa !important;
}
.portaal div#student a.text-light:hover, .portaal div#student a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.portaal div#student .text-dark {
  color: #343a40 !important;
}
.portaal div#student a.text-dark:hover, .portaal div#student a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.portaal div#student .text-body {
  color: #212529 !important;
}
.portaal div#student .text-muted {
  color: #6c757d !important;
}
.portaal div#student .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.portaal div#student .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.portaal div#student .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.portaal div#student .text-decoration-none {
  text-decoration: none !important;
}
.portaal div#student .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.portaal div#student .text-reset {
  color: inherit !important;
}
.portaal div#student .visible {
  visibility: visible !important;
}
.portaal div#student .invisible {
  visibility: hidden !important;
}
@media print {
  .portaal div#student *,
  .portaal div#student *::before,
  .portaal div#student *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .portaal div#student a:not(.btn) {
    text-decoration: underline;
  }
  .portaal div#student abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .portaal div#student pre {
    white-space: pre-wrap !important;
  }
  .portaal div#student pre,
  .portaal div#student blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .portaal div#student thead {
    display: table-header-group;
  }
  .portaal div#student tr,
  .portaal div#student img {
    page-break-inside: avoid;
  }
  .portaal div#student p,
  .portaal div#student h2,
  .portaal div#student h3 {
    orphans: 3;
    widows: 3;
  }
  .portaal div#student h2,
  .portaal div#student h3 {
    page-break-after: avoid;
  }
  @page {
    .portaal div#student {
      size: a3;
    }
  }
  .portaal div#student body {
    min-width: 1199px !important;
  }
  .portaal div#student .container {
    min-width: 1199px !important;
  }
  .portaal div#student .navbar {
    display: none;
  }
  .portaal div#student .badge {
    border: 1px solid #000;
  }
  .portaal div#student .table {
    border-collapse: collapse !important;
  }
  .portaal div#student .table td,
  .portaal div#student .table th {
    background-color: #fff !important;
  }
  .portaal div#student .table-bordered th,
  .portaal div#student .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .portaal div#student .table-dark {
    color: inherit;
  }
  .portaal div#student .table-dark th,
  .portaal div#student .table-dark td,
  .portaal div#student .table-dark thead th,
  .portaal div#student .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .portaal div#student .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.portaal div#student .loading-spacer {
  min-height: 100px;
}
.portaal div#student span.step-number {
  padding: 0 10px 0 0;
  float: left;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.portaal div#student span.step-heading {
  padding: 3px 0 0 0;
  float: left;
  font-size: 18px;
  display: block;
}
.portaal div#student div.card {
  margin-bottom: 10px;
}
.portaal div#student div.alert.format-danger i {
  margin-right: 5px;
}
.portaal div#student div.react-datepicker__input-container,
.portaal div#student div.react-datepicker-wrapper {
  display: block;
}
.portaal div#student div.card-body .form-group:last-child {
  margin-bottom: 0;
}
.portaal div#student .form-control:invalid ~ .invalid-feedback,
.portaal div#student .form-control:invalid ~ .invalid-feedback,
.portaal div#student .form-control:invalid ~ .invalid-tooltip,
.portaal div#student .select.is-invalid ~ .invalid-feedback,
.portaal div#student .select-creatable.is-invalid ~ .invalid-feedback,
.portaal div#student .form-control.is-invalid ~ .invalid-feedback,
.portaal div#student .form-control.is-invalid ~ .invalid-tooltip,
.portaal div#student .was-validated .custom-select:invalid ~ .invalid-feedback,
.portaal div#student .was-validated .custom-select:invalid ~ .invalid-tooltip,
.portaal div#student .custom-select.is-invalid ~ .invalid-feedback,
.portaal div#student .custom-select.is-invalid ~ .invalid-tooltip,
.portaal div#student .datepicker-wrapper.is-invalid ~ .invalid-feedback {
  margin-top: 0;
  display: inline-block;
  float: right;
  width: auto;
  margin-right: 10px;
  padding: 1px 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #dc3545;
  border-right: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  font-size: 12px;
  background-color: #f2dede;
  color: #dc3545;
}
.portaal div#student .select.is-invalid > div,
.portaal div#student .select-creatable.is-invalid > div,
.portaal div#student .datepicker-wrapper.is-invalid input {
  border: 1px solid #dc3545;
}
.portaal div#student .select > span ~ div:first-of-type,
.portaal div#student .select-creatable > span ~ div:first-of-type {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.portaal div#student .select.is-invalid > span ~ div:first-of-type,
.portaal div#student .select-creatable.is-invalid > span ~ div:first-of-type {
  border: 1px solid #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.portaal div#student .react-datepicker__day--keyboard-selected,
.portaal div#student .react-datepicker__day--selected,
.portaal div#student .react-datepicker__day--in-selecting-range,
.portaal div#student .react-datepicker__day--in-range {
  background-color: #34495e !important;
}
.portaal div#student .react-datepicker__day-name,
.portaal div#student .react-datepicker__year-read-view--selected-year,
.portaal div#student .react-datepicker__current-month {
  font-size: 1.2rem;
}
.portaal div#student .react-datepicker__day-name,
.portaal div#student .react-datepicker__day,
.portaal div#student .react-datepicker__time-name {
  width: 2rem;
  line-height: 2rem;
}
.portaal div#student .react-datepicker {
  font-size: 1.1rem;
}
.portaal div#student .field-block > span {
  font-size: 17px;
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  font-weight: bold;
  color: #5f5f5f;
}
.portaal div#student .field-block {
  margin-bottom: 30px;
}
.portaal div#student .card .card-body .alert.card-alert {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -18px;
  margin-bottom: -17px;
  margin-left: -18px;
  margin-right: -17px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-group .dropdown-menu {
  margin-top: 0;
  min-width: 100%;
}

.btn-group-vo .bootstrap-switch, .btn-group-vo .bootstrap-switch-label {
  border-top: 0;
  border-bottom: 0;
}
.btn-group-vo .bootstrap-switch .bootstrap-switch-handle-on,
.btn-group-vo .bootstrap-switch, .btn-group-vo .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .btn-group-vo .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vo .bootstrap-switch .bootstrap-switch-handle-on, .btn-group-vo .bootstrap-switch .bootstrap-switch-handle-off, .btn-group-vo .bootstrap-switch .bootstrap-switch-label {
  padding: 8px;
}

html.login {
  background: url("/images/portaal/login/background.jpg") no-repeat left center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html.login body {
  background-color: transparent !important;
}
html.login .no-margin-bottom {
  margin-bottom: 0;
}
html.login #login {
  min-width: 100%;
  min-height: 100%;
  height: auto !important;
  position: relative;
  overflow-x: hidden;
}
html.login #login .panel-right {
  color: #555a5d !important;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0;
  box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.15);
  height: 100vh;
}
html.login #login .panel-right .panel-login-attachment-block {
  text-align: center;
  height: 25%;
  position: relative;
}
html.login #login .panel-right .panel-login-attachment-block img.intergrip-logo {
  height: 75%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.login #login .panel-right .panel-login-block {
  max-width: none;
  width: auto;
  background-color: #FFF;
  height: 75%;
  padding: 0;
  padding-bottom: 40px;
}
html.login #login .panel-right .panel-login-block .panel-login-content {
  padding: 40px;
}
html.login #login .panel-right .panel-login-block .panel-login-content .btn.btn-primary {
  border-color: #F99D1C !important;
  background-color: #F99D1C !important;
}
html.login #login .panel-right .panel-login-block .password-reset:hover, html.login #login .panel-right .panel-login-block .password-reset {
  color: #F99D1C;
}
html.login #login .panel-right .panel-login-block .password-reset:hover {
  text-decoration: underline;
  cursor: pointer;
}
html.login #login .panel-right .footer {
  position: absolute;
  bottom: 0;
}

.fragment_maintenance .react-sweet-progress .react-sweet-progress-line {
  padding: 10px;
}
.fragment_maintenance .react-sweet-progress .react-sweet-progress-symbol {
  position: absolute;
  top: 40px;
}

.roadmap-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roadmap-container .roadmap-image-wrapper {
  position: relative;
  width: 308px;
  height: 345px;
}
.roadmap-container .roadmap-image-wrapper a.roadmap-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
  -webkit-filter: brightness(100%);
}
.roadmap-container .roadmap-image-wrapper a.roadmap-link:hover {
  -webkit-filter: brightness(80%);
  transition: all 0.5s ease;
}
.roadmap-container .roadmap-image-wrapper a.roadmap-link .fa-external-link {
  display: none;
}
.roadmap-container .roadmap-image-wrapper a.roadmap-link .roadmap-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.password-field .input-group.has-error input {
  border-bottom-right-radius: 0;
}
.password-field .error-message {
  width: 100%;
  margin: 0;
  padding: 15px;
}
.password-field .error-message ul {
  margin-top: 15px;
  margin-bottom: 0;
}

.password-confirm-field .error-message {
  margin: 0;
  float: left;
}

/* Systems */
.notification .fade:not(.show),
.notifications .fade:not(.show),
.fancy-notification .fade:not(.show) {
  opacity: 1;
}

.portaal-toast {
  z-index: 9999;
  position: fixed;
  right: 25px;
  top: 15px;
  width: 100%;
}
.portaal-toast.danger .toast-header {
  background: #d9534f !important;
  color: white !important;
}

.quota-box {
  margin-right: 30px;
}

.alert-margin {
  margin: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 20px 0;
}

.table.table-radius th {
  border: 0px;
}
.table.table-radius th:first-child {
  border-top-left-radius: 0.25rem;
}
.table.table-radius th:last-child {
  border-top-right-radius: 0.25rem;
}
.table div.table-scrollable {
  overflow: hidden;
  height: 40px;
}
.table div.table-scrollable.shown {
  height: auto;
}
.table .table-toggle {
  cursor: pointer;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.old-selectize {
  width: 100%;
}
.old-selectize .selectize-input {
  min-height: unset !important;
}

.page-item.active .page-link {
  background: #34495e;
}

.btn-group span[data-toggle=tooltip]:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.notifications.top-right {
  position: fixed !important;
  z-index: 1000 !important;
  max-width: 600px;
}
.notifications.top-right .alert {
  opacity: 1 !important;
}

.form-group .error-message {
  margin-left: 5px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #df8689;
}

.ui-widget-overlay.ui-front {
  z-index: 1049;
}

.ui-widget.ui-widget-content {
  z-index: 1050;
}

.fancybox-overlay {
  z-index: 1049;
}
.fancybox-overlay .fragment_assignedFill div.assigned-fill-block.card {
  margin-top: 20px;
}
.fancybox-overlay .fragment_assignedFill div.assigned-fill-block.card .card-header {
  margin: 0;
}

.ekko-lightbox.modal.show {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 10000;
}

.dropdown-menu-arrow {
  top: -18px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.selectize-input-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.title-buttons {
  position: absolute;
  top: 24px;
  right: 0;
}

.max-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.assigned-fill-block-list {
  width: 400px;
  margin-left: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1244px) {
  .assigned-fill-block-list {
    display: none;
  }
}

.assingned-list-block {
  margin-bottom: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.assingned-list-block__header {
  padding: 21px 15px;
  display: flex;
  align-items: center;
  background-color: #9DB81E;
  color: white;
  border-radius: 5px 5px 0 0;
}
.assingned-list-block__header span {
  color: white;
  font-size: 16px;
}
.assingned-list-block__header > span {
  margin-right: 5px;
}
.assingned-list-block__footer {
  color: #9DB81E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  padding: 10px;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
}
.assingned-list-block__footer > span {
  margin-right: 5px;
}
.assingned-list-block__content {
  padding: 15px;
  background: white;
  border-radius: 0 0 5px 5px;
}
.assingned-list-block__content .row {
  margin: 0;
  flex-direction: column;
}
.assingned-list-block__content .assigned-fill-block {
  margin: 0;
  box-shadow: none;
}

.assigned-file {
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.assigned-file__header {
  height: 60px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background-color: white;
}
.assigned-file__content {
  border-top: 1px solid #dddddd;
  padding: 20px 20px;
  display: block;
}
.assigned-file__content * {
  margin: 0;
}
.assigned-file__content a {
  display: flex;
  border-radius: 20px;
  background-color: #f4f4f4;
  color: #9DB81E;
  align-items: center;
  padding: 5px 10px;
  width: fit-content;
  margin-left: 0 !important;
  margin-top: 10px;
}
.assigned-file span {
  color: #9DB81E;
  margin-right: 10px;
}
.assigned-file .file-name {
  color: #55595c;
  margin-right: 0;
}
.assigned-file a {
  text-decoration: none;
  margin-left: auto;
}
.assigned-file a:hover {
  text-decoration: none;
}

.assigned-fill-columnQuestion {
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.assigned-fill-columnQuestion img {
  height: 60px;
}
.assigned-fill-columnQuestion__image-wrapper {
  width: 90px;
}
.assigned-fill-columnQuestion__header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.assigned-fill-columnQuestion__header span {
  margin-left: auto;
  margin-right: 10px;
  color: #dddddd;
}
.assigned-fill-columnQuestion__title {
  color: #333333;
  font-weight: bold;
  margin-left: 20px;
}
.assigned-fill-columnQuestion__content {
  color: #5f6062;
  border-top: 1px solid #dddddd;
}
.assigned-fill-columnQuestion__content--invisible {
  height: 0;
  visibility: hidden;
  display: none;
}
.assigned-fill-columnQuestion__content--expand {
  height: auto;
  visibility: visible;
  display: flex;
}
.assigned-fill-columnQuestion__content-inner {
  padding: 15px 20px 0;
}

.assigned-fill-step__header {
  background-color: #9DB81E;
  color: white;
  padding: 21px 25px;
  display: flex;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.assigned-fill-step__header h4 {
  margin: 0;
}
.assigned-fill-step__header .fa {
  margin-left: auto;
  color: white;
  cursor: pointer;
}
.assigned-fill-step__buttons {
  display: flex;
  justify-content: space-between;
}
.assigned-fill-step__buttons a {
  display: flex;
  border-radius: 20px;
  align-items: center;
  padding: 5px 10px;
  width: fit-content;
  cursor: pointer;
}
.assigned-fill-step__hidden {
  height: 0;
  visibility: hidden;
  display: none;
}
.assigned-fill-step__content .required {
  color: #9DB81E;
}

.assigned-fill-view {
  margin-bottom: 60px;
}
@media screen and (max-width: 1244px) {
  .assigned-fill-view .assigned-fill-navigation-container {
    display: flex;
    margin: 0;
    box-shadow: none;
  }
  .assigned-fill-view {
    flex-display: column;
  }
}
.assigned-fill-view .collapse {
  height: 100vh;
  background: rgba(216, 216, 216, 0.4);
  right: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100vw;
}
.assigned-fill-view .assigned-sidebar {
  background: white;
  width: 400px;
  margin-left: auto;
  height: 100vh;
}
.assigned-fill-view .assigned-sidebar__header {
  height: 60px;
  color: white;
  background-color: #9DB81E;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.assigned-fill-view .assigned-sidebar__content {
  padding: 25px;
  height: calc(100vh - 160px);
  overflow: auto;
}
.assigned-fill-view .assigned-sidebar__footer {
  height: 100px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.assigned-fill-view .assigned-sidebar__footer button {
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
  color: #9DB81E;
  align-items: center;
  background-color: white;
  border-color: #9DB81E;
}

.overflow-auto {
  overflow: auto;
}

.explanation-width {
  max-width: 10px !important;
  padding-left: 0 !important;
}

.step__button {
  background-color: #f4f4f4;
  color: #9DB81E;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
}

.download-able a {
  color: #9DB81E;
}

.modal-dialog.custom {
  height: 100vh;
  margin: 0 0 0 auto;
  width: 400px;
  min-width: auto !important;
}
.modal-dialog.custom .modal-content {
  height: 100vh;
}
.modal-dialog.custom .modal-body .row {
  margin: 0;
  flex-direction: column;
}
.modal-dialog.custom .modal-body .assigned-fill-block {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.modal-dialog.custom .modal-title {
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: bold;
}
.modal-dialog.custom .modal-title span {
  margin-left: auto;
}

.assigned-fill-block {
  background: #fff;
  margin: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.assigned-fill-block div.rowable-col div.row > div {
  padding-left: 15px;
  margin-bottom: 30px;
}
.assigned-fill-block--new {
  margin: 0;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.assigned-fill-block--new div.rowable-col div.row > div {
  padding-left: 15px;
  margin-bottom: 30px;
}
.assigned-fill-block .explanation-step .col {
  min-height: initial !important;
}

.assigned-fill-questions {
  padding: 20px;
}
.assigned-fill-questions .assigned-fill-step__header .fa {
  color: white;
}
.assigned-fill-questions .fa {
  color: #9DB81E;
}
.assigned-fill-questions .error-message {
  display: block;
  float: right;
  padding: 3px 9px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.assigned-fill-navigation-container {
  background: white;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  position: fixed;
  left: 0;
  z-index: 9;
  bottom: 0;
  border-radius: 0;
}
.assigned-fill-navigation-container button {
  color: #9DB81E;
  background: white;
  border: 1px solid #9DB81E;
  border-radius: 5px;
  font-weight: 600;
}
.assigned-fill-navigation-container button span.fa {
  color: #9DB81E;
  margin-right: 10px;
}
.assigned-fill-navigation-container button:hover {
  color: white;
  background: #9DB81E;
  border-color: #9DB81E;
}
.assigned-fill-navigation-container button:hover span.fa {
  color: white;
  margin-right: 10px;
}
@media screen and (min-width: 1255px) {
  .assigned-fill-navigation-container {
    display: flex;
  }
}

.assigned-fill-characteristics {
  display: flex;
  padding: 0.5rem;
  background-color: #f9f9f9;
  align-items: center;
  min-height: 50px;
}
.assigned-fill-characteristics > div {
  padding: 0 1rem;
}
.assigned-fill-characteristics > div > span {
  color: #9DB81E;
}
.assigned-fill-characteristics > div:not(:first-child) {
  border-left: 1px solid #d3d3d3;
}
.assigned-fill-characteristics .buttons-wrapper {
  display: flex;
  margin-left: auto;
  border-left: 0 !important;
}
.assigned-fill-characteristics .buttons-wrapper > span {
  margin-right: 5px;
}
.assigned-fill-characteristics .buttons-wrapper > span:last-child {
  margin-right: 0;
}
.assigned-fill-characteristics .buttons-wrapper button {
  height: 32px;
  font-size: 14px;
  border-radius: 25px;
  color: white;
  display: flex;
  align-items: center;
  background-color: #9DB81E;
  border-color: #9DB81E;
}
.assigned-fill-characteristics .buttons-wrapper button span {
  margin-right: 5px;
  color: white;
}
.assigned-fill-characteristics .buttons-wrapper button:hover, .assigned-fill-characteristics .buttons-wrapper button:active, .assigned-fill-characteristics .buttons-wrapper button:focus {
  background: rgb(82.1682242991, 96.2990654206, 15.7009345794);
}
@media screen and (min-width: 1245px) {
  .assigned-fill-characteristics .buttons-wrapper {
    display: none;
  }
}

.assigned-fill-container {
  max-width: 840px;
  width: 840px;
  margin: 30px 0;
  background-color: white;
  border-radius: 5px;
}
@media screen and (max-width: 1244px) {
  .assigned-fill-container {
    margin: 30px auto;
    max-width: initial;
    width: initial;
  }
}
.assigned-fill-container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.assigned-fill-container .assigned-fill-header {
  border: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #9DB81E;
  max-height: 195px;
  min-height: 195px;
  overflow: hidden;
  text-align: right;
}
.assigned-fill-container .assigned-fill-header img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.assigned-fill-container .assigned-fill-header img.backgroundImage {
  position: relative;
  height: 195px;
  width: 100%;
  max-height: 195px;
}
.assigned-fill-container .assigned-fill-header img.headerImage {
  max-width: 50%;
  border-radius: 46% 0 83% 39%/0 100% 0 100%;
}
.assigned-fill-container .assigned-fill-header .title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 20px;
  text-align: left;
}
.assigned-fill-container .assigned-fill-header h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
.assigned-fill-container .assigned-fill-header h2.title-prefix {
  font-size: 20px;
  font-weight: 600;
}
.assigned-fill-container .assigned-fill-characteristics {
  display: flex;
  padding: 0.5rem;
  background-color: #f9f9f9;
  align-items: center;
  min-height: 50px;
}
.assigned-fill-container .assigned-fill-characteristics > div {
  padding: 0 1rem;
}
.assigned-fill-container .assigned-fill-characteristics > div > span {
  color: #9DB81E;
}
.assigned-fill-container .assigned-fill-characteristics > div:not(:first-child) {
  border-left: 1px solid #d3d3d3;
}
.assigned-fill-container .assigned-fill-characteristics .buttons-wrapper {
  display: flex;
  margin-left: auto;
  border-left: 0 !important;
}
.assigned-fill-container .assigned-fill-characteristics .buttons-wrapper > span {
  margin-right: 5px;
}
.assigned-fill-container .assigned-fill-characteristics .buttons-wrapper > span:last-child {
  margin-right: 0;
}
.assigned-fill-container .assigned-fill-characteristics .buttons-wrapper button {
  height: 32px;
  font-size: 14px;
  border-radius: 25px;
  color: white;
  display: flex;
  align-items: center;
  background-color: #9DB81E;
  border-color: #9DB81E;
}
.assigned-fill-container .assigned-fill-characteristics .buttons-wrapper button span {
  margin-right: 5px;
  color: white;
}
.assigned-fill-container .assigned-fill-characteristics .buttons-wrapper button:hover, .assigned-fill-container .assigned-fill-characteristics .buttons-wrapper button:active, .assigned-fill-container .assigned-fill-characteristics .buttons-wrapper button:focus {
  background: rgb(82.1682242991, 96.2990654206, 15.7009345794);
}
@media screen and (min-width: 1245px) {
  .assigned-fill-container .assigned-fill-characteristics .buttons-wrapper {
    display: none;
  }
}
.assigned-fill-container .assigned-fill-navigation-container .btn .fa {
  margin-right: 20px;
}
.assigned-fill-container .assigned-fill-navigation-nav-top {
  margin-top: 15px;
}
.assigned-fill-container .assigned-fill-navigation-nav-footer .assigned-fill-navigation-container, .assigned-fill-container .assigned-fill-navigation-nav-top .assigned-fill-navigation-container {
  background: #fff;
  padding: 15px;
}

.assigned-fill-modal-header {
  background: #9DB81E;
  color: #fff;
}
