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

a {
  color: #2271b1;
}

.mt-05 {
  margin-top: 0.5rem;
}

.action-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.action-list a {
  color: #5e6e82;
}
.action-list a:hover {
  color: #2271b1;
}
.action-list .btn-delete {
  background: transparent;
  border: 0;
  padding: 0;
}
.action-list .btn-delete:hover {
  text-decoration: underline;
  color: #c62828;
}
.action-list span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-clear {
  cursor: pointer;
  background: #3E7FA5;
  border: 1px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0;
  line-height: 36px;
  height: 29px;
  z-index: 9;
}
.btn-clear i {
  color: #fff;
  display: inline-block;
  margin: auto;
}
.btn-clear:hover i {
  color: #fff;
}

.block-search {
  max-width: 390px;
  display: inline-block;
  width: 100%;
}
.block-search .search {
  width: 100%;
}

.pagination .active button {
  cursor: auto !important;
  color: #2271b1 !important;
}

.btn-page {
  padding: 2px 12px 3px 12px;
  float: right;
}

.error-msg {
  color: #c62828;
  font-size: 13px;
}

.fs-18-i i {
  font-size: 18px;
}

.color-blue {
  color: #039be5;
}

.fs-12 {
  font-size: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.loader {
  animation: rotate 1s infinite;
  height: 100px;
  width: 100px;
  display: inline-block;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #fff;
  box-shadow: 60px 0 0 #3E7FA5;
  margin-bottom: 20px;
}

.loader:after {
  animation: ball2 1s infinite;
  background-color: #3E7FA5;
  box-shadow: 60px 0 0 #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1.2);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 60px 0 0 #3E7FA5;
  }
  50% {
    box-shadow: 0 0 0 #3E7FA5;
    margin-bottom: 0;
    transform: translate(30px, 30px);
  }
  100% {
    box-shadow: 60px 0 0 #3E7FA5;
    margin-bottom: 20px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 60px 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 #fff;
    margin-top: -40px;
    transform: translate(30px, 30px);
  }
  100% {
    box-shadow: 60px 0 0 #fff;
    margin-top: 0;
  }
}
.select2-selection {
  border-radius: 4px !important;
  padding: 5px 16px !important;
  border: #d8e2ef 1px solid !important;
  height: 36px !important;
}

.select2-selection__rendered {
  padding: 0 !important;
  line-height: 22px !important;
  width: calc(100% - 36px);
}

.select2-selection__arrow {
  --falcon-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234d5969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  color: var(--falcon-input-color);
  background-color: var(--falcon-input-bg);
  background-image: var(--falcon-form-select-bg-img), var(--falcon-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 12px;
  top: 1px !important;
  height: 34px !important;
  width: 24px !important;
  float: right !important;
  border: 0 !important;
  position: absolute;
  right: 2px !important;
}
.select2-selection__arrow b {
  display: none;
}

.input-file input {
  display: none;
}
.input-file span {
  cursor: pointer;
  color: #0d47a1;
}
.input-file span:hover {
  text-decoration: underline;
}

.preview i {
  font-size: 52px;
}

.deleteFile {
  cursor: pointer;
  color: #b71c1c;
}
.deleteFile:hover {
  text-decoration: underline;
}

.p-multiselect-chip {
  height: auto;
}

.p-multiselect-label {
  white-space: normal;
}

.p-multiselect div.p-multiselect-label {
  line-height: 36px;
  padding: 0;
}
.p-multiselect div.p-placeholder {
  color: #3d3d3d;
  font-size: 15px;
  padding-left: 15px !important;
}
.p-multiselect .p-multiselect-token {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: var(--falcon-border-radius);
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-highlight {
  color: #000 !important;
  background: #ccc !important;
}

.p-multiselect-label-container:hover {
  border: 0;
}

.card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.max-width {
  max-width: 1280px;
  margin: auto;
}

.form-label {
  font-weight: bold;
  display: block !important;
}

.select2-selection__placeholder {
  color: #b0bec5 !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #ccc !important;
}

thead {
  border-bottom: 1px solid;
}

.p-multiselect:not(.p-disabled) .p-focus {
  box-shadow: none !important;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #ccc;
}

.p-multiselect-items-wrapper ul {
  padding: 0;
}
.p-multiselect-items-wrapper ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

.p-multiselect-header {
  padding-top: 3px;
  padding-bottom: 3px;
}

.edit-plan-table input {
  height: 30px;
  width: calc(100% - 30px);
  border-radius: 0;
  border: 1px solid #ccc;
}
.edit-plan-table button {
  height: 30px;
  width: 30px;
  padding: 2px 0 0;
  float: right;
  border-radius: 0;
}

.p-multiselect {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: none !important;
}
.p-multiselect .p-focus {
  box-shadow: none !important;
  border-color: #ccc;
}

.check .form-check-input[type=checkbox] {
  height: 30px;
  width: 30px;
  margin: 3px 15px 0 0;
}
.check .form-check-label {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: var(--falcon-input-color);
  cursor: pointer;
}

.statistic-iwp span {
  display: block;
  font-size: 12px;
}
.statistic-iwp span strong {
  color: #000;
}

.student-list span {
  font-size: 13px;
}
.student-list p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.table-student {
  background: #fff;
  padding: 10px 0;
  border: 1px solid #ccc;
}
.table-student table {
  margin: 0;
}
.table-student table strong {
  padding: 0;
}

.block-search-group .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 2px;
}
.block-search-group label {
  width: 100%;
}
.block-search-group input {
  width: calc(100% - 40px);
  display: inline-block;
  border-radius: 4px 0 0 4px;
}
.block-search-group button {
  height: 36px;
  border-radius: 0 4px 4px 0;
}

.listener td {
  position: relative;
}
.listener td input {
  width: 100%;
  height: 26px;
  padding: 0 0 0 10px;
  border-radius: 0;
  border: 1px solid #ccc;
}
.listener td select {
  width: 100%;
  height: 26px;
  padding: 0 0 0 10px;
  border-radius: 0;
  border: 1px solid #ccc;
  display: inline-block;
}
.listener td button {
  background-color: #2c7be5;
  border: 0;
  color: #fff;
  height: 26px;
  position: absolute;
  right: 12px;
  width: 26px;
}
.listener td .btn-delete {
  background-color: transparent;
  border: 0;
  height: 26px;
  position: relative;
  width: 26px;
  padding: 0;
  color: #000;
}

.badge {
  padding-top: 5px !important;
}

.badge-subtle-success {
  background-color: #60B892 !important;
  border-color: #60B892 !important;
  color: #fff !important;
}

.btn-sm {
  padding-top: 2px !important;
}

.btn-primary {
  background-color: #3E7FA5 !important;
  border-color: #3E7FA5 !important;
}

.indigo {
  background-color: #5F6DB0 !important;
  border-color: #5F6DB0 !important;
  color: #fff !important;
}

.violet {
  background-color: #9e007e !important;
  border-color: #9e007e !important;
  color: #fff !important;
}

.p-checkbox.p-highlight .p-checkbox-box {
  border-color: #60B892;
  background: #60B892;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-highlight {
  color: #000 !important;
  background: transparent !important;
}

.float-right {
  float: right;
}

.btn-warning {
  background-color: #60B892 !important;
  border-color: #60B892 !important;
  color: #fff !important;
}

.p-multiselect.p-multiselect-chip .p-multiselect-token {
  background: #F2E9DC;
  color: #535040;
  border: 1px solid #B5B0A9;
}

.flex-center-end {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}

.p-inputtext {
  height: 22px !important;
}

.p-inputtext:enabled:hover {
  border-color: #535040 !important;
}

.p-inputtext:enabled:focus {
  box-shadow: none;
  border-color: #535040;
}

.form-control:focus {
  background-color: #fff !important;
  border-color: #535040 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-select:focus {
  background-color: #fff !important;
  border-color: #535040 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.select2-search__field:focus-visible {
  border-color: #535040 !important;
}

.select2-container .select2-results__option.select2-results__option--highlighted:not(.select2-results__option--selected) {
  background-color: #DBE2EE !important;
  color: var(--falcon-input-color) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #BDC9DC !important;
}

.select2-results__option {
  padding-top: 6px;
  padding-bottom: 4px !important;
}

.btn-danger {
  background-color: #e04951;
  border-color: #e04951;
}

.orang {
  background-color: #839abb !important;
  border-color: #839abb !important;
}

.color-orange {
  color: #e87722 !important;
}

.spl-monitoring .verified {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 100%;
  color: #60B892;
}
.spl-monitoring .not-verified {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 100%;
  color: #e87722;
}
.spl-monitoring .rejected {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 100%;
  color: #e04951;
}

.pointer {
  cursor: pointer;
}

.card-blue {
  background: #F5F5F5;
  color: #3d3d3d;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
}

.navbar-brand {
  color: #3E7FA5;
}

.navbar-brand:hover {
  color: #3E7FA5 !important;
}

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

.btn-falcon-primary {
  color: #3E7FA5 !important;
}

.float-left {
  float: left;
}

.block-calendar {
  table-layout: fixed;
  width: 100%;
  margin-top: 25px;
  border-collapse: separate;
  border-spacing: 4px;
}
.block-calendar thead {
  border: 0;
  text-align: center;
}
.block-calendar thead th {
  font-size: 14px;
}
.block-calendar td {
  padding: 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgb(204, 204, 204);
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
  height: 118px;
}
.block-calendar td .toggle {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 4px;
  color: #000;
}
.block-calendar td .absolute {
  position: absolute;
  top: 0;
  z-index: 3;
  border: 1px solid rgb(204, 204, 204);
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.block-calendar td .block-day {
  border-radius: 4px;
}
.block-calendar td .block-day .day {
  color: #3d3d3d;
  background: #f3f8fe;
  text-align: center;
  padding: 0 3px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}
.block-calendar td .block-day .calendar-item {
  background-color: #c8e6c9;
  border-radius: 4px;
  margin-top: 1px;
  font-size: 12px;
  text-align: left;
  border: 0;
  width: 100%;
}
.block-calendar td .block-day .btn {
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  background: #f3f8fe;
}

.calendar-modal {
  display: block;
  max-width: 576px;
  height: auto;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 200px);
  border-radius: 4px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 20px;
  z-index: 12;
}
.calendar-modal .header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.calendar-modal .btn-modal-calendar {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  color: #333;
}
.calendar-modal .btn-modal-calendar:hover {
  color: #3E7FA5;
}

.rotate-180 {
  transform: rotate(180deg);
}

.block-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: stretch;
}

.calendar-focus {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  z-index: 1000;
}
.calendar-focus hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.table-calendar {
  width: 100%;
}
.table-calendar td {
  padding: 0;
  text-align: center;
}

.btn-calendar-name {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 22px;
  font-weight: bold;
}

.btn-calendar {
  background-color: transparent;
  border: 0;
  width: 100%;
  border-radius: 4px;
}
.btn-calendar:hover {
  background-color: #3E7FA5;
  color: #fff;
}

.table-calendar-day {
  margin: 0;
}
.table-calendar-day tr {
  border: 0;
}
.table-calendar-day th {
  padding: 5px 10px !important;
  font-size: 14px;
}
.table-calendar-day td {
  background: #fff;
  color: #000;
  padding: 0 10px !important;
  padding-bottom: 1px !important;
}
.table-calendar-day td span {
  display: block;
}

.active-calendar {
  background-color: #60B892 !important;
  border-color: #60B892 !important;
  color: #fff !important;
}
.active-calendar:hover {
  background-color: #60B892 !important;
  border-color: #60B892 !important;
  color: #fff !important;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.social a {
  font-size: 26px;
  color: #5e6e82;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.social a:hover {
  color: #232e3c;
}

.main-link {
  display: block;
  width: 450px;
  padding-top: 3px;
  text-align: left;
}

.flex-info {
  display: flex;
  justify-content: end;
  align-items: center;
}

.btn-closes {
  border: 0;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  padding: 0;
  display: block;
  text-align: center;
  margin: 0 0 0 5px;
}

.floating {
  position: fixed;
  background: #e57373;
  color: #fff;
  text-align: center;
  padding: 10px;
  bottom: 0;
  border-radius: 8px;
  margin-left: 2px;
  margin-bottom: 2px;
}

.form-select:disabled {
  background-color: #f0f8ff;
}

.form-control:disabled {
  background-color: #f0f8ff;
}

.select2-container--disabled .select2-selection--single {
  background-color: #f0f8ff !important;
}
.select2-container--disabled .select2-selection__rendered {
  background-color: #f0f8ff !important;
}
.select2-container--disabled .select2-selection__arrow {
  background-color: #f0f8ff !important;
}

.inputSelect {
  position: relative;
  display: inline-block;
  width: 100%;
}
.inputSelect.active button {
  background-color: #fff;
  border: 1px solid #E2E1D9;
  outline: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  line-height: 1em;
}
.inputSelect button {
  height: auto;
  min-height: 36px;
  line-height: 2em;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  width: 100%;
  text-align: left;
  border: 1px solid #d8e2ef;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inputSelect button:focus {
  border-color: #ccc;
  outline: none;
}
.inputSelect .select-one {
  padding-bottom: 2px;
}
.inputSelect .dropdown-content {
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  border-radius: 4px;
}
.inputSelect .dropdown-search {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent;
}
.inputSelect .dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
}
.inputSelect .dropdown-item {
  padding: 5px 10px;
  cursor: pointer;
  color: #434B4D;
}
.inputSelect .dropdown-item:hover {
  background-color: #f0f0f0;
}
.inputSelect .dropdown-no-results {
  padding: 10px;
  color: #999;
}
.inputSelect .open {
  transform: rotate(180deg);
}
.inputSelect .selected-item {
  background-color: #ccc;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 16px;
  margin-top: 14px;
  padding: 2px 5px 4px;
}
.inputSelect .selected-item .remove-item {
  cursor: pointer;
  color: #999;
}
.inputSelect .dropdown-item.selected {
  background-color: #d0f0d0;
}
.inputSelect .dropdown-no-results {
  padding: 10px;
  color: #999;
}
.inputSelect .open {
  transform: rotate(180deg);
}
.inputSelect .select-all-button {
  width: 30%;
  padding: 10px;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.inputSelect .select-all-button:hover {
  background-color: #bbb;
}
.inputSelect .place {
  color: #b6c1d2;
  line-height: 34px;
}
.inputSelect .arrow {
  font-size: 15px;
  color: #434B4D;
}

.inputSelectMulti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.inputSelectMulti.active button {
  background-color: #fff;
  border: 1px solid #E2E1D9;
  outline: none;
  line-height: 1em;
}
.inputSelectMulti button {
  height: auto;
  min-height: 36px;
  line-height: 2em;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px 0 0;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  width: 100%;
  text-align: left;
  border: 1px solid #d8e2ef;
  background: #fff;
}
.inputSelectMulti button:focus {
  border-color: #ccc;
  outline: none;
}
.inputSelectMulti button span {
  font-size: 15px;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  color: #aaaaaa;
}
.inputSelectMulti .arrow {
  position: absolute;
  right: 16px;
  top: 7px;
  font-size: 15px;
  transition: color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #434B4D;
}
.inputSelectMulti .dropdown-content {
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  border-radius: 4px;
}
.inputSelectMulti .dropdown-search {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent;
}
.inputSelectMulti .dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 150px;
  overflow-y: auto;
}
.inputSelectMulti .dropdown-item {
  padding: 5px 10px;
  cursor: pointer;
  color: #434B4D;
}
.inputSelectMulti .dropdown-item:hover {
  background-color: #f0f0f0;
}
.inputSelectMulti .dropdown-no-results {
  padding: 10px;
  color: #999;
}
.inputSelectMulti .open {
  transform: rotate(180deg);
}
.inputSelectMulti .selected-item {
  background-color: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 29px;
  margin: 0;
  padding: 0 5px 3px;
  border: 1px solid #D0D0D0;
  color: #434B4D;
}
.inputSelectMulti .selected-item .remove-item {
  cursor: pointer;
  color: #434B4D;
}
.inputSelectMulti .place {
  color: #b6c1d2;
  line-height: 34px;
  padding: 0 5px 5px 15px;
}
.inputSelectMulti .dropdown-item {
  color: #434B4D;
  font-size: 15px;
}
.inputSelectMulti .dropdown-item.selected {
  background-color: #FDF5E6;
}
.inputSelectMulti .dropdown-no-results {
  padding: 10px;
  color: #999;
}
.inputSelectMulti .open {
  transform: rotate(180deg);
}
.inputSelectMulti .select-all-button {
  width: 30%;
  padding: 10px;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.inputSelectMulti .select-all-button:hover {
  background-color: #bbb;
}
