/* @import 'bootstrap/scss/bootstrap'; */

:root {
  scroll-behavior: smooth;
  --theme-color: #f07c00;
  --bs-body-color: #333333;
  --bs-body-bg: #FFFFFF;
  --bs-border-width: 1px;
  --bs-border-color: #ccc;
  --bs-border-radius: 0px;
  --bs-border-radius-sm: 2px;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  background: #fff;
  color: #444444;
  font-size:0.75rem;
}
h1{
  font-size:1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--theme-color);
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--theme-color);
}

a:hover,
a:focus {
  text-decoration: none;
}

textarea {
  resize: none;
}

::-moz-selection {
  color: #ffffff;
  background: var(--theme-color);
}

::selection {
  color: #ffffff;
  background: var(--theme-color);
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

*:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.navbar {
  box-shadow: 0px 3px 7px -6px rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
  background: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
  color: white;
}

.btn:focus-visible {
  box-shadow: none !important;
}

.logo {
  line-height: 1;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  /* box-shadow: 0 0 0.1rem 0.1rem rgba(161, 157, 184, 0.3); */
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  background-color: #fff;
  padding-left: 20px;
}

.header .toggle-sidebar-btn {
  font-size: 24px;
  padding-top: 5px;
  padding-left: 10px;
  color: var(--theme-color);
  cursor: pointer;
}

.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: var(--theme-color);
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: var(--theme-color);
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 250px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /* box-shadow: 0 0 0.1rem 0.1rem rgba(161, 157, 184, 0.3); */
  border-right: 1px solid rgba(72, 94, 144, 0.16);
  background-color: #fff;
}


.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav hr {
  margin: 10px;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #EEE;
}

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-nav li.active span,
.sidebar-wrapper .sidebar-menu .sidebar-nav li.active i {
  color: var(--theme-color);
}

.sidebar-wrapper .sidebar-menu .sidebar-nav li span, .sidebar-wrapper .sidebar-menu ul li a {
  font-size: 0.8rem;
}

.sidebar-wrapper .sidebar-menu .sidebar-nav li:hover span {
  color: var(--theme-color);
  background: #f6f9ff;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 0px 30px 0px 5px;
    color: #585757;
    text-transform: uppercase;
}

.sidebar-wrapper .sidebar-menu ul li a:hover{
    color: var(--theme-color);
}
.sidebar-wrapper .sidebar-menu ul li a i {
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 6px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 0;
  padding-left: 25px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 8px;
  font-size: 14px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active span{
    color: var(--theme-color);
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

#main {
  margin-top: 60px;
  padding: 20px 10px;
  transition: all 0.3s;
}


.avatar {
    color: #4D5052;
    font-weight: 600;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    font-size: .875rem;
    user-select: none;
}

.row-deck .card{
    border-radius: .55rem;
    border-color: #E6E9ED;
}

.card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px
}

.card .card-title {
    font-size: 24px;
    font-weight: 300
}

.card .card-title.activator {
    cursor: pointer
}

.card.small,.card.medium,.card.large {
    position: relative
}

.card.small .card-image,.card.medium .card-image,.card.large .card-image {
    max-height: 60%;
    overflow: hidden
}

.card.small .card-content,.card.medium .card-content,.card.large .card-content {
    max-height: 40%;
    overflow: hidden
}

.card.small .card-action,.card.medium .card-action,.card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.card.small {
    height: 300px
}

.card.medium {
    height: 400px
}

.card.large {
    height: 500px
}

.card .card-image {
    position: relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px
}

.card .card-content p {
    margin: 0;
    color: inherit
}

.card .card-content .card-title {
    line-height: 48px
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    padding: 20px;
    z-index: 2
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.card .card-action+.card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

.card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block
}
div.dataTables_wrapper div.dataTables_processing{
  z-index: 999999;
}
label{
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  color:#000;
  font-weight: 600;
}
.form-control {
    font-size: 0.75rem;
}
.form-group{
  margin-bottom: 10px;
}
h1.page-title{
 font-size: 1.1rem;
 text-transform: uppercase;
 font-weight: 400;
 letter-spacing: 0.25px;
}
.red{
  color: #CC0000;
}
span.red{
  font-weight: bold;
  margin-left:3px;
}
.pagination {
    font-size: 12px !important;
    color: #000;
}
.page-link {
    padding: 5px 10px !important;
    font-size: 12px;
}

.page-link {
    min-width: 36px;
    height: 100%;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0168fa;
    transition: all 0.2s ease-in-out;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item.disabled .page-link {
    color: #7987a1;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #cdd4e0;
}
.page-item.disabled .page-link {
    color: #97a3b9;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.breadcrumb {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color:var(--theme-color);
}
.breadcrumb-item a{
  color:#333333;
}
.breadcrumb-item.active{
    color:var(--theme-color);
}
.btn{
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px;
  border-radius: 2px;
}
fieldset {
  border: 1px solid #ddd !important;
  padding: 1.25rem;
  margin: 0 0 1.5rem;
  border-radius: 0.25rem;
}
 
legend {
  font-size: 1rem; 
  font-weight: 600;
  width: auto;     
  padding: 0 0.5rem; 
  margin-bottom: 0;
  border-bottom: none;
}
.form-fieldset {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    padding: 5px 15px;
    border-radius: 0.25rem;
}
.form-fieldset legend {
    width: auto;
    background-color: inherit;
    padding: 0 10px;
    position: relative;
    margin-left: -10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: inherit;
    color: #1c273c;
    letter-spacing: .5;
    margin-bottom: 0;
    float: none;
    width: auto;
}

table.display p{
  margin:0;
}

/* image dropzone */
.preview-box{
    position: relative;
}
.preview-box .img-thumbnail {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
.dropzone-wrapper {
  border: 2px dashed #6d6d6d;
  color: #6d6d6d;
  position: relative;
  height: 100px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 15px;
  font-size: 12px;
}
.dropzone-desc p{
  margin: 0;
  margin-top: 10px;
}
.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 98px;
  cursor: pointer;
  opacity: 0;
}
.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.remove-previewimg:hover{
        color: #be1622;
}
.remove-previewimg {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f78001;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.select2-container .select2-selection--single{
  height: auto;
}
.select2-container--default .select2-selection--single {
    font-weight: 400;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 0.100rem 0.25rem;

}


/* responsive */

@media (min-width: 1200px) {
  #main,
  #footer {
    margin-left: 250px;
  }
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }
  .logo {
    width: 230px;
  }

  .logo img {
    width: 150px;
  }
  
  .toggle-sidebar .sidebar {
    left: -250px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .toggle-sidebar-btn {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@media (max-width: 1199px) {
  .logo-div{
    width: 250px;
  }
  .toggle-sidebar .sidebar {
    left: 0;
  }
  #main {
    padding: 20px;
  }
}

@media (max-width: 991px) {
    .logo-div{
        width: 100%;
    }
    .sidebar {
        left: -300px;
    }
}

@media (max-width: 767px) {
    
    .logo img{
        width: 136px;
    }
    .toggle-sidebar-btn{
        padding-right: 8px;
    }
    li.nav-item.dropdown{
        padding-right: 10px !important;
    }
}

