body {
    background-color: #ecf0fa;
}

.bd-top {
    border-top: 1px solid #ecf0fa;
}

.brand {
    line-height: 0;
}

.navbar-light .navbar-nav-highlight .navbar-nav-link.active:before {
    background-color: #ff7043;
}

.brand img {
    margin-top: 2px;
}

.brand .brand-title-sm {
    font-size: 11px;
}

.brand .brand-title-lg {
    font-weight: 800; 
    font-size: 16px;
    line-height: 0.5;
}

@media (max-width: 576px) {
    .brand .brand-title-sm {
        font-size: 8px;
    }

    .brand .brand-title-lg {
        font-weight: 800; 
        font-size: 13px;
    }
}

.dropdown-menu {
    border-radius: 1px;
/*     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
}

/* .navbar-light .navbar-nav-highlight .navbar-nav-link.active:before {
    background-color: #9575CD;
} */

.card-title {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.card-title span {
    font-weight: 300;
}

.card {
/*     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
}

.table th,
.table td {
    font-size: 13px;
}

label {
    font-weight: 500;
}

label.form-check-label {
    font-weight: 400;
}

.form-control::-webkit-input-placeholder {
    font-weight: 300;
}

button[type=submit],
a[type=button].btn-reload {
/*     box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
}

.rounded-circle {
    border: 1px solid #ddd;
    padding: 1px;
}

.imgpreview {
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 4px;
}

.uniform-uploader .filename {
    font-weight: 300;
}

.select2-selection--single .select2-selection__clear:after {
    content: "\e987";
    font-family: icomoon;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background:#EF5350;
    padding: 3px;
/*     box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
}


@media (min-width: 1199.98px) {
    .datatable-scroll-lg {
        width: 100%;
        overflow-x: scroll;
    }
}

/* ALERT */

.myAlert {
    position: fixed;
    z-index: 2000;
    right: 20px;
    top: 20px;
    padding: 15px;
    width: 20%;
  
  }

  a .btn-link {
    color: #222;
  }


.list-group-item.active {
    z-index: 2;
    color: rgba(51,51,51,.85);
    background-color: #ececec;
    border-color: #eee;
}

img.noschedule-img {
    opacity: 0.2;
    /* padding: 20px; */
    height: 300px;
}

.sidebar-content {
	border-radius: 0px !important;
}

@media (min-width: 768px) {
	
	.sidebar-expand-md,
	.sidebar-expand-md.sidebar-main .sidebar-content {
        border-radius: 15px !important;
    }

	.sidebar-user-material-body {
		border-top-right-radius: 15px !important;
		border-top-left-radius: 15px !important;
	}
}
.btn,
.btn-group,
.select2-dropdown,
.select2-search--dropdown .select2-search__field,
.form-control.form-control-confirm,
.noty_bar,
.sidebar-expand-md,
.card,
.card-group,
.dropdown-menu,
.captcha.captcha-body,
.badge,
.radius-15 { 
    border-radius: 15px !important;
}

.card-header,
.radius-top-15 {
	border-top-right-radius: 15px !important;
	border-top-left-radius: 15px !important;
}

.modal-content,
.alert {
    border-radius: 25px !important;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.footer-left {
        float: left;
    }

    .footer-right {
        float: right;
    }

    @media (max-width: 576px) {
        .footer-left, .footer-right {
            float: none;
            display: block;
            text-align: center;
            margin-top: 4px;
        }

        .footer-left {
            margin-top: 0;
        }
    }

/* card */
.card-body.card-message-footer {
    border-radius: 0 0 13px 13px !important;
}

.card-body.card-message-body {
    border-radius: 13px 13px 0 0 !important;
}

/* table */
.table-detail tr td,
.table-detail tr th {
    vertical-align: top !important;
}


.table-noborder-report { border-collapse: collapse; border: 0;}

.table-noborder-report > thead > tr > th,
.table-noborder-report > tbody > tr > th,
.table-noborder-report > tfoot > tr > th,
.table-noborder-report > thead > tr > td,
.table-noborder-report > tbody > tr > td,
.table-noborder-report > tfoot > tr > td { padding: 0; margin: 0 !important; height: 0; line-height: 1 !important; vertical-align: middle; border: 0; }


/* select */
.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  padding: 0.4375rem 0;
  line-height: 1.5715;
  color: #333;
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem; }
  .select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
  .select2-container--open .select2-selection--single {
    border-color: #2196F3; }
  .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0.875rem;
    padding-right: 2.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .select2-selection--single .select2-selection__rendered > i {
      margin-right: 0.625rem; }
  .select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: 0.1875rem;
    margin-left: 0.625rem;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .select2-selection--single .select2-selection__clear {
        transition: none; } }
    .select2-selection--single .select2-selection__clear:hover {
      opacity: 1; }
    .select2-selection--single .select2-selection__clear:after {
      content: "";
      font-family: "icomoon";
      display: inline-block;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-selection--single .select2-selection__arrow:after {
    content: "";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .select2-container--disabled .select2-selection--single {
    cursor: default;
    color: #999;
    background-color: #fafafa;
    border-color: #ddd; }
    .select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }

.select2-selection--multiple {
  display: block;
  border: 1px solid #ddd;
  cursor: text;
  background-color: #fff;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem; }
  .select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
  .select2-container--open .select2-selection--multiple {
    border-color: #2196F3; }
  .select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0.125rem 0.125rem 0.125rem;
    width: 100%; }
  .select2-selection--multiple .select2-selection__placeholder {
    color: #999; }
  .select2-container--disabled .select2-selection--multiple {
    background-color: #fafafa;
    border-color: #ddd; }
    .select2-container--disabled .select2-selection--multiple,
    .select2-container--disabled .select2-selection--multiple .select2-selection__choice,
    .select2-container--disabled .select2-selection--multiple .select2-search__field {
      cursor: default; }
  .select2-selection--multiple .select2-selection__choice {
    background-color: #294653;
    color: #fff;
    cursor: default;
    float: left;
    margin-right: 0.125rem;
    margin-top: 0.125rem;
    padding: 0.3125rem 0.875rem;
    white-space: normal;
    word-break: break-all;
    border-radius: 0.25rem;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s; }
    @media (prefers-reduced-motion: reduce) {
      .select2-selection--multiple .select2-selection__choice {
        transition: none; } }
    .select2-selection--multiple .select2-selection__choice:hover, .select2-selection--multiple .select2-selection__choice:focus {
      background-color: #294653;
      color: #fff; }
    .select2-selection--multiple .select2-selection__choice > i {
      margin-right: 0.625rem; }
    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
      cursor: pointer;
      float: right;
      font-size: 1.25rem;
      margin-top: 0.0625rem;
      line-height: 1;
      margin-left: 0.625rem;
      opacity: 0.75;
      transition: opacity ease-in-out 0.15s; }
      @media (prefers-reduced-motion: reduce) {
        .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
          transition: none; } }
      .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
        opacity: 1; }
    .select2-container--disabled .select2-selection--multiple .select2-selection__choice {
      opacity: 0.6; }
      .select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover, .select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus {
        background-color: #294653;
        color: #fff; }
      .select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none; }
  .select2-selection--multiple .select2-search--inline {
    float: left; }
    .select2-selection--multiple .select2-search--inline .select2-search__field {
      font-size: 100%;
      margin-top: 0.125rem;
      padding: 0.3125rem 0;
      background-color: transparent;
      border-width: 0;
      outline: 0;
      color: inherit;
      margin-left: 0.25rem;
      -webkit-appearance: textfield; }
      .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
      .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        color: #999; }
      .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
        color: #999; }
      .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
        color: #999; }
      .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
        color: #999; }
      .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
        color: #999; }
    .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
      margin-left: 0;
      padding-left: 0.75rem; }

.select2-dropdown {
  background-color: #fff;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  /*rtl:ignore*/
  left: -100000px;
  width: 100%;
  z-index: 1070;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results > .select2-results__options {
    padding-bottom: 0.5rem;
    max-height: 280px;
    overflow-y: auto; }
    .select2-search--hide + .select2-results > .select2-results__options {
      padding-top: 0.5rem; }
  .select2-results:first-child > .select2-results__options {
    padding-top: 0.5rem; }

.select2-results__option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .select2-results__option {
      transition: none; } }
  .select2-results__option + .select2-results__option {
    margin-top: 1px; }
  .select2-results__option i {
    margin-right: 0.625rem; }
    .select2-results__option i.icon-undefined {
      display: none; }
  .select2-results__option[role=group] {
    padding: 0; }
  .select2-results__option.select2-results__option--highlighted {
    background-color: #eee;
    color: #333; }
  .select2-results__option[aria-disabled=true] {
    color: #999;
    cursor: default; }
  .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #2196F3; }
  .select2-results__options--nested > .select2-results__option {
    padding-left: 2rem;
    padding-right: 2rem; }

.select2-results__group {
  display: block;
  padding: 0.5rem 1rem;
  cursor: default;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .select2-results__option:first-child > .select2-results__group {
    margin-top: 0; }

.select2-results__message {
  color: #999;
  cursor: default; }

.select2-results__option.loading-results {
  padding-top: 0; }
  .select2-results__option.loading-results + .select2-results__option {
    margin-top: 0.5rem; }

.select2-results__option--load-more {
  text-align: center;
  margin-top: 0.5rem;
  cursor: default; }

.select2-container--open .select2-dropdown {
  /*rtl:ignore*/
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 1rem; }
  .select2-search--dropdown:after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: 1.875rem;
    color: inherit;
    display: block;
    font-size: 0.875rem;
    margin-top: -0.4375rem;
    line-height: 1;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .select2-search--dropdown + .select2-results .select2-results__message:first-child {
    padding-top: 0; }
  .select2-search--dropdown .select2-search__field {
    padding: 0.4375rem 0.875rem;
    padding-left: 2.625rem;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    border-radius: 0.25rem; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select-lg.select2-selection--single {
  padding: 0.5625rem 0;
  font-size: 0.9375rem;
  line-height: 1.4667; }
  .select-lg.select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.5rem; }
  .select-lg.select2-selection--single .select2-selection__arrow:after {
    right: 1rem; }

.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 0.4375rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.4667; }

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.4375rem 0;
  font-size: 0.9375rem;
  line-height: 1.4667; }

.select-sm.select2-selection--single {
  padding: 0.3125rem 0;
  font-size: 0.8125rem;
  line-height: 1.6924; }
  .select-sm.select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-right: 2.375rem; }
  .select-sm.select2-selection--single .select2-selection__arrow:after {
    right: 0.75rem; }

.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 0.1875rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.6924; }

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.1875rem 0;
  font-size: 0.8125rem;
  line-height: 1.6924; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important; }

.select2-result-repository {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 0.9375rem; }
  .select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 50rem; }

.select2-result-repository__meta {
  margin-left: 70px; }

.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px; }

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 0.8125rem; }

.select2-result-repository__description {
  font-size: 0.8125rem; }

.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 0.9375rem; }

/* radius */
button.btn,
a.btn,
.select2-dropdown,
.select2-search--dropdown .select2-search__field,
.form-control.form-control-confirm,
.select2-selection--single,
.noty_bar {
    border-radius: 15px;
}

.select2-results > .select2-results__options, .select2-dropdown {
    border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}


/* form-control */
.form-control {
  background-clip: border-box; }
  .form-control:disabled {
    color: #999; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5715em + 0.875rem + 2px);
  padding: 0.4375rem 0.875rem;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.5715;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd !important;
  border-radius: 15px !important;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333; }
  .form-control:focus {
    color: #333;
    border-color: #2196F3 !important;
    box-shadow: 0 0 0 0 transparent, 0 0 0 #009688 !important;
    outline: 0; }
 .form-control:not(.border-bottom-1):not(.border-bottom-2):not(.border-bottom-3):focus {
    border-color: none !important; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #fafafa;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.border-danger {
  border-color: #F44336 !important; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5715;
  color: #333;
  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.6924em + 0.625rem + 2px);
  padding: 0.3125rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.6924;
  border-radius: 0.1875rem; }

.form-control-lg {
  height: calc(1.4667em + 1.125rem + 2px);
  padding: 0.5625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.4667;
  border-radius: 0.3125rem; }

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

textarea.form-control {
  height: auto; }

.select2-container--open .select2-selection--single, .select2-selection--single:focus
{
    border-bottom-color: none !important;
    box-shadow: 0 0 0 !important;
}

/* .table tbody:first-child tr:first-child td, .table tbody:first-child tr:first-child th, div[class*=table-responsive]>.table tbody:first-child tr:first-child td, div[class*=table-responsive]>.table tbody:first-child tr:first-child th {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
} */


.form-group-feedback-left .form-control {
    padding-left: 2.75rem !important;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    color: #333;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: 2.25003rem;
    min-width: 1rem;
}

.validation-invalid-label {
  text-transform: lowercase;
}

.validation-invalid-label:before, .validation-valid-label:before {
    font-family: icomoon;
    font-size: 1rem;
    position: absolute;
    top: .12502rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uniform-uploader .action {
    margin-left: 0 !important;
    z-index: 1;
    border-radius: .1875rem;
}


img.imgPicOne {
    border-bottom: 1px dashed #777 !important;
    border-top:1px dashed #777 !important;
    height: 450px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: 55% 20% !important;
}


embed.pdfPreview {
    border-bottom: 1px dashed #777 !important;
    border-top:1px dashed #777 !important;
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

.input-group-prepend {
    margin-right: .25rem;
}

.uniform-choice span:after {
    content: "";
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    border: .6000rem dashed  !important;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100px !important;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all ease-in-out .15s;
}

thead {
    background-color: #f5f5f5;
    text-transform: uppercase;
}

thead tr th {
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
}
