@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand-Regular.ttf');
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #4B4B4B;
}

.filter-select {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #cbcbcb;
}

.filter-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.filter-select select:focus {
  outline: none;
  border: none;
}

.title {
  color: #4B4B4B !important;
  font-size: 24px;
  font-weight: bold;
}

.badge-info {
  background-color: #9DDDFB;
  color: #4B4B4B;
}


.badge-default {
  background-color: #CDCDCD;
  color: #4B4B4B;
}

.nav-title {
  color: #4B4B4B !important;
  font-size: 20px;
  margin-left: 10px;
}

.nav-title:hover {
  background-color: transparent !important;
}

.content-wrapper {
  background-color: #FFFFFF;
}

.sidebar-primary {
  background-color: #F9F9F9;
}


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

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

.text-blue {
  color: #48BFF7 !important;
}

.text-brown {
    color: #996805 !important;
}

.text-dark-blue {
  color: #0E587B !important;
}

.text-gray {
  color: #8D8D8D !important;
}

.text-gray:hover {
    color: #0E587B !important;
}

.text-black {
  color: #4B4B4B !important;
}

.nav-item:hover {
  background-color: #E4F3FA;
  color: #c2c7d0;
}

.nav-pills .nav-link:not(.active):hover {
  color: #c2c7d0;
}

.nav-icon {
  font-size: 24px !important;
}

.nav-icon:hover {
  color: #48BFF7 !important;
}

.nav-text:hover {
  color: #0E587B !important;
}

.layout-fixed .main-sidebar-custom .sidebar-custom {
  border-top: solid 1px #DEE2E6;
}

/*sidebar*/

.sidebar-collapse .main-sidebar-custom .hide-on-collapse {
  display: none;
}

.sidebar-collapse .main-sidebar-custom :hover .hide-on-collapse {
  display: block;
}

.main-sidebar-custom .sidebar {
  height: calc(100% - 7.6rem);
}

.main-sidebar-custom .sidebar-custom {
  height: 4rem;
}

.main-sidebar-custom-lg .sidebar {
  height: calc(100% - 9.6rem);
}

.main-sidebar-custom-lg .sidebar-custom {
  height: 6rem;
}

.main-sidebar-custom-xl .sidebar {
  height: calc(100% - 11.6rem);
}

.main-sidebar-custom-xl .sidebar-custom {
  height: 8rem;
}

.sidebar-custom {
  padding: 0.85rem .5rem;
}

.main-sidebar-custom .pos-right,
.main-sidebar-custom-lg .pos-right,
.main-sidebar-custom-xl .pos-right {
  position: absolute;
  right: .5rem;
}

[class*='sidebar-dark'] .sidebar-custom {
  border-top: 1px solid #4f5962;
}

[class*='sidebar-light'] .sidebar-custom {
  border-top: 1px solid #dee2e6;
}

.login-page {
  background-color: white;
}

.btn {
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 4px solid;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 5px;
  border-radius: 6px;
  font-weight: bold;
}

.btn-icon {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 2px !important;
}

.alert {
  padding-bottom: 5px;
  padding-top: 5px;
}

.alert-info {
  background-color: #B1E4FC;
  color: #4B4B4B !important;
  border: 0px;
}

.btn-disabled {
  color: #B0B0B0;
  background-color: #f8f9fa;
  border-color: #B0B0B0;
  text-align: center;
}

.btn-disabled:hover {
  color: #848484;
  background-color: #f8f9fa;
  border-color: #848484;
  text-align: center;
}


.btn-disabled:focus {
  color: #B0B0B0;
  background-color: #f8f9fa;
  border-color: #B0B0B0;
  text-align: center;
}

.btn-warning {
  color: #332302;
  background-color: #FFAD08;
  border-color: #996805;
  text-align: center;
}

.btn-warning:hover {
  background-color: #FFAD08;
  color: #332302;
  border-color: #996805;
}


.btn-warning:focus {
  background-color: #FFAD08;
  color: #332302;
  border-color: #996805;
}


.swal2-confirm {
  color: #062331;
  background-color: #1CB0F6;
  border-color: #1272A0;
  text-align: center;
}

.btn-primary {
  color: #062331;
  background-color: #1CB0F6;
  border-color: #1272A0;
  text-align: center;
}

.btn-primary:hover {
  background-color: #1CB0F6;
  color: #062331;
  border-color: #1272A0;
}


.btn-primary:focus {
  background-color: #1CB0F6;
  color: #062331;
  border-color: #1272A0;
}

.btn-primary-outline {
  color: #1CB0F6 !important;
  border-color: #1CB0F6 !important;
  text-align: center;
}

.btn-success {
  color: #1D2A0A;
  background-color: #93D333;
  border-color: #587f1f;
  text-align: center;
}

.btn-success:hover {
  background-color: #93D333;
  color: #1D2A0A;
  border-color: #587f1f;
}


.btn-success:focus {
  background-color: #93D333;
  color: #1D2A0A;
  border-color: #587f1f;
}

.btn-danger {
  color: #301211;
  background-color: #EE5555;
  border-color: #903332;
  text-align: center;
}

.btn-danger:hover {
  color: #301211;
  background-color: #EE5555;
  border-color: #903332;
}


.btn-danger:focus {
  color: #301211;
  background-color: #EE5555;
  border-color: #903332;
}

.btn-default {
  color: #232323;
  background-color: #B0B0B0;
  border-color: #6A6A6A;
}

.btn-default:hover {
  background-color: #B0B0B0;
  color: #232323;
  border-color: #6A6A6A;
}


.btn-default:focus {
  background-color: #B0B0B0;
  color: #232323;
  border-color: #6A6A6A;
}

a {
  color: #062331;
  font-weight: bold;
}


.form-control {
  background-color: #FAFAFA;
}

.form-control-sm {
    background-color: #FAFAFA;
    box-shadow: inset 0 0 0 transparent;
}


.card {
  box-shadow: none;
  border-color: #E5E5E5;
}


.sidebar-mini .main-sidebar .nav-link {
  width: calc(266px - 0.5rem * 2);
  transition: width ease-in-out .3s;
}

.nav-pills .nav-link.active {
  background-color: #E4F3FA;
  color: #c2c7d0;
  border-radius: 0;
}

.nav-pills .nav-link.active .nav-icon {
  color: #48BFF7 !important;
}

.nav-pills .nav-link.active .nav-text {
  color: #0E587B !important;
}

.nav-pills .nav-link:hover .nav-icon {
  color: #48BFF7 !important;
}

.nav-pills .nav-link:hover .nav-text {
  color: #0E587B !important;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link {
  width: 4.5rem;
}


.nav-sidebar .nav-item>.nav-link {
  margin-bottom: 0px;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #93D333;
  background-color: #93D333;
  box-shadow: none;
}

.table-responsive {
  border: 1px solid #DEE2E6;
  border-radius: 5px;
}


.cursor-pointer {
  cursor: pointer;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  color: #062331 !important;
  background-color: #1CB0F6 !important;
}

.alert a {
  color: #212529;
  text-decoration: none;
}


.logo-header {
  width: 160px;
}

.sidebar-footer {
  position: fixed;
  bottom: 0;
  padding: 10px;
  background-color: #f8f9fa;
  text-align: center;
}


.slide {
  border: 1px solid #FFAD08;
  background-color: #FFF7E6;
  border-radius: 8px;
  padding: 12px;
  color: #996805;
  ;
}

.slide-content {
  border: 1px solid #6A6A6A;
  border-radius: 8px;
  padding: 5px;
}

.slider-no-file {
  background-color: #ffefce;
  color: #996805;
  border-radius: 8px;
  padding: 10px;
  font-size: 40px;
}

.no-file-gray {
  background-color: #F1F3F4;
  color: #4B4B4B;
}

.slider-no-file:hover {
  background-color: #e9d3a9;
}

.slide-tip {
    border: 1px solid #76D0F8;
    border-left: 5px solid #76D0F8;
    border-radius: 8px;
    padding: 5px;
}

.slide-know_more {
    border: 1px solid #FFAD08;
    border-left: 5px solid #FFAD08;
    border-radius: 8px;
    padding: 5px;
}

.slide-download {
    border: 1px solid #AD7DEA;
    border-left: 5px solid #AD7DEA;
    border-radius: 8px;
    padding: 5px;
}

.slide-other {
    border: 1px solid #E9C7AA;
    border-left: 5px solid #E9C7AA;
    border-radius: 8px;
    padding: 5px;
}

.modal_open {
  display: block;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal_close {
  display: none;
}

h4 {
  font-size: 18px;
}

th {
  color: #B0B0B0;
}

.initial-test-td {
  background-color: #F3FBFF;
}

tr:hover {
  background-color: #F3FBFF !important;
}

td {
  color: #777777;
}

.page-item.active .page-link {
  background-color: #1CB0F6;
  border-color: #1CB0F6;
}

.page-link {
  color: #1CB0F6;
}

.icon-lg {
  font-size: 40px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-color: #1CB0F6 !important;
    color: #1CB0F6 !important;
    background-color: white !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    color: #1CB0F6 !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover{
    background-color: #1CB0F6 !important;
}

@media (max-width: 600px) {
    .img-thumbnail
    {
        width: 40px;
    }
}

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

.dropdown-item.active, .dropdown-item:active
{
    background-color: #1CB0F6;
    color: white !important;
}

.select2-selection--single{
    height: 40px !important;
}

.text-orange{
    color: #EC4F00 !important;
}


.select2 .select2-container .select2-container--default .select2-container--focus .select2-container--open .select2-container--above{
    width: 100% !important;
}

.select2 .select2-container .select2-container--default{
    width: 100% !important;

}

.rombo {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #E3EDF4;
    color: #88ACCC;
    box-shadow: 1px 1px 0px 0px #88ACCC;
    font-weight: bold;
    text-align: center;
    transform: rotate(45deg);
}

.number{
    transform: rotate(-45deg);
}
