.btn-primary,
.btn-primary:hover, .btn-primary:focus {
  background: #3d5f89;
}
.app-header {
  background: #08499a;
}
.bg-custom{
  background: #e7e7e7;
  box-shadow: rgb(34, 74, 142) 0px 0px 5px;
}
.bg-custom .dropdown-item a{
  color: #224a8e;
  display: block;
}

.app-logo .logo-text{
  color: #224a8e;
  font-size: 1.5rem;
}
.icon-xx{
	font-size: 1.4em;
}
.app-nav .nav-link.active {
    border-left: 5px solid #224a8e !important;
    background: #c0ccee !important;
}

.form-control, .form-select {
  border-color: #bdcae3;
  border-width: 1.5px;
  height: 40px;
  padding-top: 5px;
}

.form-control:focus, .form-select:focus, .form-control:focus-within {
	border-color: #15a362;
	box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5d6778;
  border-color: #5d6778;
}

#loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(200, 200, 200, 0.2);
  transition: 0.5s;
}

#loader > span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
}
.app-content{
  position: relative;
}

.app-nav .submenu-link.active {
    color: #15a362;
    font-weight: bold;
}


.topmost-controls{
  margin-bottom: 1rem;
}
.select-all{
  display: inline-block;
  border-radius: 3px;
  padding: 0.2rem 2rem 0.2rem 2rem;
}
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger{
  color: white !important;
}


.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545;
}

.pdf-viewer-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #15a362;
  transition: 0.5s;
}

.pdf-viewer-close-btn{
  position: relative;
  top: 0;
  right: 0;
  float: right;
}

.pdf-viewer{
  position: relative;
  top: 10;
  left: 0;
  width: 100%;
  height: 100%;
}

.app-card-orders-table .table .cell {
  border-color: #e7e9ed;
  color: #424955;
  vertical-align: middle;
}

.app-nav .nav-link:hover {
  color: #089de3;
}

.app-nav .nav-link.active {
  color: #0a0b0b;
  background: #c0eedb;
  border-left: 5px solid #15a362;
  font-weight: 500;
}

.form-multiple-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cursor-pointer{
  cursor: pointer;
  margin-right: 0.8rem;
}

.app-user-dropdown img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.form-control.multiple{
  height: auto;
}

.app-utility-item .dropdown-menu.show {
  top: 23px !important;
  box-shadow: 0px 0px 2px #15a362;
}

.app-utility-item .icon-badge.icon-badge {
  border: none;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

.app-search-form {
  position: relative;
  max-width: 100%;
}
.app-search-form > .search-input{
  background-color: #eef1f7;
}

.table td:last-child {
  white-space: nowrap;
}

.swal2-styled.swal2-confirm {
  border-radius: .5rem !important;
  background-color: #224a8e !important;
}
.swal2-styled.swal2-confirm.btn-danger {
  background-color: var(--bs-danger) !important;
}

.colored-toast.swal2-icon-success {
  background-color: #5cb377 !important;
}
.colored-toast .swal2-title {
  color: white;
}

.summary {
  border-radius: 10px;
  padding: 8px;
  border: 2px solid #c3c8c3;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: .5;
  top: .6em;
}

.form-control:focus, .form-select:focus,focus, .form-group:focus-within {
  border-color: #37517e;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  color: #5d6778;
}

.embossed{
  background-image: linear-gradient(to bottom, rgba(0,0,255,0) 50%, #52528f);
}
.btn{
  border-radius: 0.5rem;
}

.ss-main .ss-single-selected, 
.ss-main .ss-multi-selected,
.ss-main .ss-single-selected.ss-disabled, 
.ss-main .ss-multi-selected.ss-disabled {
  border: none;
  padding: 0px;
  background: transparent;
}

.form-check-input:checked {
  background-color: #224a8e;
  border-color: #224a8e;
}
.nav-tabs .nav-link{
  border-bottom: 2px solid transparent; !important;
}
.nav-tabs .active{
  border-bottom: 2px solid #663399 !important;
}
*[contenteditable]{
  border: 1px solid darkblue;
  padding: 0.25rem;
  border-radius: 5px;
}

.carousel-item {
  height: 325px;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
