﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
.pos-rel, .btn-upload, .ak-panel .panel-heading {
  position: relative; }

.pos-abs, .btn-upload input, .ak-panel .panel-heading:after {
  position: absolute; }

.pos-fix, .outer-load, .inner-load, .inner-load > img, .sidenav, .backdrop {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.dis-block {
  display: block; }

.dis-none {
  display: none; }

.transition, .sidenav {
  transition: all .25s linear; }

@media (max-width: 580px) {
  .hide-mob {
    display: none !important; } }

@media (max-width: 1179.98px) {
  .hide-tab {
    display: none !important; } }

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

body {
  background: #f1f1f1; }

ul {
  margin-bottom: 0; }

.k-main {
  min-height: calc(100vh - 73px);
  height: 100%; }
  .k-main.sidebar .k-side {
    left: 0;
    opacity: 1;
    box-shadow: 5px 24px 30px rgba(0, 0, 0, 0.1); }

.k-content {
  max-width: calc(100% - 280px); }
  @media (max-width: 1025px) {
    .k-content {
      max-width: 100%; } }

.k-pcontent {
  padding: 20px; }

.text-small {
  font-size: 11px; }

.btn {
  text-transform: uppercase; }
  .btn-primary {
    border-color: #1abc9c !important;
    background: #1abc9c;
    color: #ffffff; }
    .btn-primary:hover {
      background: #1abc9c; }
  .btn-secondary {
    border-color: #3091FF !important;
    background: #3091FF;
    color: #ffffff; }
    .btn-secondary:hover {
      background: #3091FF; }
  .btn-outline-primary {
    border-color: #1abc9c !important;
    color: #1abc9c;
    background: #ffffff; }
    .btn-outline-primary:hover {
      background: #1abc9c;
      color: #ffffff !important; }
  .btn-outline-secondary {
    border-color: #3091FF !important;
    color: #3091FF;
    background: #ffffff; }
    .btn-outline-secondary:hover {
      background: #3091FF;
      color: #ffffff !important; }
  .btn-outline-success {
    border-color: #2FB10F !important;
    color: #2FB10F;
    background: #ffffff; }
    .btn-outline-success:hover {
      background: #2FB10F;
      color: #ffffff !important; }
  .btn-upload input {
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

.form-control {
  font-size: 13px;
  border-radius: 3px !important; }

.input-group-btn .btn {
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center; }

.dot_icons:after,
.dropright .dropdown-toggle::after {
  display: none !important; }

.dropdown-menu {
  right: 0;
  left: unset !important; }

.sweet-alert .cancel {
  background: #ffffff !important;
  color: red !important;
  border: 1px solid red !important; }

.sweet-alert .confirm {
  background: #1abc9c !important;
  border: 1px solid #1abc9c !important;
  color: #ffffff !important; }

.dropleft .dropdown-toggle:before {
  display: none; }

.dropdown-item {
  cursor: pointer; }

.outer-load {
  z-index: 1000000 !important; }

.inner-load {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 500px;
  min-height: 100%; }

.inner-load > img {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle; }

.uib-datepicker-popup {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 16px; }
  .uib-datepicker-popup .btn.active {
    background: #ffffff !important;
    color: #1abc9c !important;
    font-weight: 600 !important;
    border-color: #1abc9c !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.ak-panel .panel {
  margin-top: 25px; }
  .ak-panel .panel-heading {
    background: #ffffff !important;
    padding: 0;
    border: 0 !important; }
    .ak-panel .panel-heading:after {
      content: "+";
      display: block;
      width: 20px;
      height: 20px;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      color: #1abc9c;
      font-size: 28px; }
  .ak-panel .panel-title {
    margin-bottom: 0; }
    .ak-panel .panel-title a {
      color: #1abc9c;
      text-decoration: none;
      display: block;
      padding: 15px;
      font-size: 18px; }
  .ak-panel .panel.active {
    /*.panel-collapse {
                display: block !important;
            }*/ }
  .ak-panel .panel-body {
    padding: 20px; }

.sidenav {
  top: 0;
  right: -100%;
  z-index: 999;
  height: 100%;
  opacity: 0; }

.backdrop {
  right: -100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 900;
  height: 100%;
  opacity: 0; }

.text-primary {
  color: #1abc9c !important; }

.form-group label {
  font-size: 14px !important; }

.text-secondary {
  color: #3091FF !important; }

.k-404 {
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  background: url("../media/404svg.svg"); }
  .k-404 .error {
    font-size: 144px;
    line-height: 100%; }
  .k-404 .text {
    letter-spacing: 3px; }
  .k-404 mark {
    background-color: yellow; }
  .k-404-con {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 100%;
    max-width: 768px; }
  .k-404-logo {
    text-decoration: none !important; }
    .k-404-logotextmain {
      font-size: 18px;
      color: #1abc9c; }
    .k-404-logotextsub {
      font-size: 12px;
      color: #000000; }
