/*------------------------------------
Global
------------------------------------*/

body {
    background: #F9F9F9 !important
}

.section {
    padding: 50px 0px; 
}

.container-fluid {
    max-width: 1920px;
    padding: 0px 150px;
}

.logo {
    max-width: 170px;
    padding: 10px 0px;
}

.help-menu {
  margin-top: 50px;
}


.help__box {
      color: #acacac;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 15px;
      border-radius: 5px;
}

.priloha__item--img {
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.file-upload-input {
  font-size: 16px;
  padding: 10px;
  width: 60%;
  border: solid 1px #bdbdbd;
  border-radius: 5px;
  color: black;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.file-upload-wrapper {
  margin-bottom: 15px;
}

.upload__img {
  width: 100%;
  height: 400px;
  max-height: 500px;
  background: gray;
  margin-bottom: 15px;
}

.priloha__item {
  text-align: center;
  display: block !important;
  position: relative;
}

.priloha__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}

.priloha__icon {
  margin: 0 auto;
  font-size: 70px;
}

.priloha__title {
  font-size: 18px;
  overflow-x: scroll;
  white-space: nowrap;
  max-height: 36px;
}

.btn--no-style {
  background: none;
  border: none;
}

.file-upload-button {
  background: black !important;
  color: white;
  border: none;
  outline: 0 !important;
  box-shadow: none;
  border: black solid 0px !important;
  font-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 40%;
  height: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
}

.input {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  border: solid 1px #bdbdbd;
  border-radius: 5px;
  color: black;
}

.input__wrapper {
  margin-bottom: 10px;
}

.disabled {
    pointer-events:none;
    opacity:0.6;        
}

.btn {
  padding: 10px 20px !important;
  width: 100%;
  font-size: 18px !important;
  border-radius: 5px;
}

.btn-primary {
  background: black !important;
  color: white !important;
  border: none;
  outline: 0 !important;
  box-shadow: none;
  border-color: black !important;
}

.btn--max-width {
  max-width: 300px;
  min-width: 200px;
}

.btn--margin-bottom-m {
  margin-bottom: 30px;
}

.btn-primary:hover {
  border-color: #2f2f2f !important;
  background:#2f2f2f !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none !important;
}

.login__logo {
  width: 100%;
  margin-bottom: 20px;
}

.help-menu a {
  background: #000 !important;
  color: white;
}

.help-menu a:hover {
  background:#2f2f2f !important
}

.login {
  width: 100%;
  max-width: 350px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 350px;
}

.breadcrumb__arrow {
  font-size: 15px;
  margin-bottom: -6px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(172, 172, 172) !important;
}

.modal-title {
  font-size: 25px;
}

.help-menu a span {
  color: white;
  font-size: 14px !important;
}

.help-menu a:after {
  color: white;
}

.modal-footer {
  border-top: none !important;
  display: block;
}

.breadcrumb {
  background:#f9f9f9 !important;
  padding: 20px !important;
  padding-left: 0px !important;
}

.breadcrumb__item {
  color: rgb(172, 172, 172) !important;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb__item:hover {
  text-decoration: underline;
}

.card {
  padding: 30px !important;
  font-size: 24px !important;
  border: none !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 0 15px rgb(218 218 218 / 50%);
  box-shadow: 0 0 15px rgb(218 218 218 / 50%);
  flex-direction: inherit !important;
  text-decoration: none;
  color: #000 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  align-items: center!important;
  display: flex;
}

.card--menu:hover {
  text-decoration: none;
  color: #fff !important;
  background: #000;
}

.card__icons {
  margin-left: auto;
    min-width: 100px;
}

.card__form {
  display: contents;
}

.input__label {
  font-weight: 700;
  font-size: 18px;
}

.btn__icon {
  margin-right: 10px;
}

.card--menu:hover .card__form button {
  color: white;
  cursor: pointer;
}

.card__form button {
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.card__form button {
  background: none;
  border: none;
}
.card__icon {
  margin-right: 15px;
}

.card__heading {
  font-weight: 700;
}

.card--menu {
  max-width: 700px;
}

.card__wrapper {
  min-width: 300px;
}

.breadcrumb__arrow {
  font-size: 9px;
  margin-bottom: -2px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(172, 172, 172) !important;
}




/*------------------------------------ 
Navbar
------------------------------------*/


/*------------------------------------
Hamburger
------------------------------------*/



/*------------------------------------ 
Footer
------------------------------------*/


/*------------------------------------ 
Homepage
------------------------------------*/
  
.card--no-hover:hover {
    background: white !important;
    color: black !important;
}

/*------------------------------------
PAGES
------------------------------------*/

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*------------------------------------
MEDIA QUERIES 
------------------------------------*/
@media only screen and (max-width: 1700px){

}


/*------------------------------------
Laptop max 1450
------------------------------------*/
@media only screen and (max-width: 1449px){

}

/*------------------------------------
Max iPad Pro
------------------------------------*/
@media only screen and (max-width: 1199px){
  .page-wrapper .page-content > div {
    margin-left: 0px !important;
  }

  .page-wrapper.toggled .page-content {
    padding-left: 255px !important;
  }
}

/*------------------------------------
Max iPad
------------------------------------*/
@media only screen and (max-width: 991px){

}

/*------------------------------------
Max iPhone X
------------------------------------*/
@media only screen and (max-width: 767px){
  .card--menu, .breadcrumb {
    min-width: 300px !important;
  }

  .card__icon {
    margin-right: 5px;
  }

  .card__heading {
    font-weight: 700;
    max-width: 70%;
    font-size: 13px;
}

  .card {
    font-size: 20px !important;
  }

  .breadcrumb__item {
    font-size: 12px !important;
  }

  [data-tooltip]:before {
    width: 150px !important;
  }

  .file-upload-button {
    font-size: 9px;
}

}

/*------------------------------------
Max iPhone SE 
------------------------------------*/
@media only screen and (max-width: 349px){
    
}

/*------------------------------------
Sidenav
------------------------------------*/

@keyframes swing {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(10deg);
    }
    30% {
      transform: rotate(0deg);
    }
    40% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(5deg);
    }
    70% {
      transform: rotate(0deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  
  @keyframes sonar {
    0% {
      transform: scale(0.9);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  body {
    font-size: 0.9rem;
  }
  .page-wrapper .sidebar-wrapper,
  .sidebar-wrapper .sidebar-brand > a,
  .sidebar-wrapper .sidebar-dropdown > a:after,
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
  .sidebar-wrapper ul li a i,
  .page-wrapper .page-content,
  .sidebar-wrapper .sidebar-search input.search-menu,
  .sidebar-wrapper .sidebar-search .input-group-text,
  .sidebar-wrapper .sidebar-menu ul li a,
  #show-sidebar,
  #close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  /*----------------page-wrapper----------------*/
  
  .page-wrapper {
    height: 100vh;
  }
  
  .page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
  }
  
  .page-wrapper .theme.chiller-theme {
    background: #1e2229;
  }
  
  /*----------------toggeled sidebar----------------*/
  
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    -webkit-box-shadow: 0 0 15px rgb(218 218 218 / 50%);
    box-shadow: 0 0 15px rgb(218 218 218 / 50%);
  }
  
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
      padding-left: 300px;
    }
  }
  /*----------------show sidebar button----------------*/
  #show-sidebar {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 50px;
    border-color: #000;
    font-size: 20px !important;
    padding: 10px 10px !important;
    background: #000;
  }

  #show-sidebar:hover {
    background: #2f2f2f !important
  }

  
  .page-wrapper.toggled #show-sidebar {
    left: -40px;
  }
  /*----------------sidebar-wrapper----------------*/
  
  .sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
  }
  
  .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .sidebar-wrapper a {
    text-decoration: none;
  }
  
  /*----------------sidebar-content----------------*/
  
  .sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
  }
  
  .sidebar-content.desktop {
    overflow-y: hidden;
  }
  
  /*--------------------sidebar-brand----------------------*/
  
  .sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  
  .sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
  }
  
  .sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
  }
  /*--------------------sidebar-header----------------------*/
  
  .sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
  }
  
  .sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 40px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
  }
  
  .sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
  .sidebar-wrapper .sidebar-header .user-info {
    float: left;
  }
  
  .sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
    line-height: 1;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 16px;
    font-weight: 700;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
  }
  
  .sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
  }
  
  /*-----------------------sidebar-search------------------------*/
  
  .sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
  }
  
  /*----------------------sidebar-menu-------------------------*/
  
  .sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
  }
  
  .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 12px 30px 12px 20px;
    font-size: 17px;
    border-bottom: solid 2px #F9F9F9;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 20px;
    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: 14px;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
  }
  
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    font-size: 13px;
  }
  
  .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 > a:after {
    transform: rotate(90deg);
    right: 17px;
  }
  
  /*--------------------------side-footer------------------------------*/
  
  .sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
  }
  
  .sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  
  .sidebar-footer > a .notification {
    position: absolute;
    top: 0;
  }
  
  .badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
  }
  
  .badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
  }
  
  /*--------------------------page-content-----------------------------*/
  
  .page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  
  .page-wrapper .page-content > div {
    padding: 20px 20px;
    margin-left: 50px;
    margin-top: 40px;
  }
  
  .page-wrapper .page-content {
    overflow-x: hidden;
  }
  
  /*------scroll bar---------------------*/
  
  ::-webkit-scrollbar {
    width: 5px;
    height: 7px;
  }
  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #525965;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #525965;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
    background: transparent;
  }
  ::-webkit-scrollbar-track:active {
    background: transparent;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
  
  
  /*-----------------------------chiller-theme-------------------------------------------------*/
  
  .chiller-theme .sidebar-wrapper {
      background: #ffffff;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-header,
  .chiller-theme .sidebar-wrapper .sidebar-search,
  .chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 2px solid #f9f9f9;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
      border-color: transparent;
      box-shadow: none;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
  .chiller-theme .sidebar-wrapper .sidebar-brand>a,
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
  .chiller-theme .sidebar-footer>a {
      color: #000000;
      font-weight: 500;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
  .chiller-theme .sidebar-footer>a:hover i {
      color: #b8bfce;
      
  }

  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a {
    color: #ffffff;
    background: black;
  }

  

  .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a {
        color: white;
        background: #000 !important
  }

  .chiller-theme .sidebar-wrapper .sidebar-submenu ul li:hover>a {
    color: white;
    background: #2f2f2f !important
}
  
  .page-wrapper.chiller-theme.toggled #close-sidebar {
      color: #bdbdbd;
  }
  
  .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
      color: #000000;
  }
  
  .chiller-theme .sidebar-wrapper ul li:hover a i,
  .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #000000;
    text-shadow: 0px 0px 10px rgb(138 138 138 / 50%);
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
  .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #ffffff;
  }
  
  .chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
      color: #6c7b88;
  }
  
  .chiller-theme .sidebar-footer {
      background: #ffffff;
      border-top: 2px solid #f9f9f9;
      padding: 10px 0px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      
  }

  .chiller-theme .sidebar-footer a {
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .chiller-theme .sidebar-footer:hover a {
    color: #b8bfce;
  }
  
  .chiller-theme .sidebar-footer>a:first-child {
      border-left: none;
  }
  
  .chiller-theme .sidebar-footer>a:last-child {
      border-right: none;
      font-size: 14px;
  }

  /* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.btn-primary-outline {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.btn-primary-outline:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}