@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body {
  font-family: 'Poppins';
  font-size: .800rem;
}

#nav-tab a {
  color: green;
  font-size: .850rem;
}

#nav-tab a:hover {
  color: limegreen;
}

.btn-warning{
  color:white;  
}

.btn-warning:hover{
  color:white;  
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  width: 245px;
  padding: 48px 0 0;
  /* Height of navbar */
  /*  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
  background-image: url(../img/sidebar.png);
  padding-bottom: 30px;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  -ms-overflow-style: none;
}

.sidebar-sticky::-webkit-scrollbar {
  display: none;
}

.nav-item {
  font-weight: 500;
}

/* Hide scrollbar for IE and Edge */
.example {}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .6rem 0;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #fff;
}

.sidebar .nav-link.active {
  color: #fff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.sidebar .dropdown-toggle::after {
  float: right;
  margin-top: 9px;
}

.sidebar .collapse-box .nav-link {
  border-bottom: 0;
  color: #fff;
  padding: 3px 0;
}

.sidebar .collapse-box ul {
  padding-left: 20px;
}

.sidebar .collapse-box .nav-link a {
  color: #fff;
}

.sidebar .collapse-box .nav-link a .fa-xs {
  font-size: 8px !important;
  margin-right: 7px;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 90px;
  /* Space for fixed navbar */
  padding-left: 3rem !important;
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 70px;
    /* Space for fixed navbar */
    padding-left: 4rem !important;
    margin-right: 5px;
  }
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 20px;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  font-size: 20px;
}


/*
 * Navbar
 */

.navbar {
  width: 100%;
  height: 60px;
}

.box-burger {
  background-color: #27a844;
  height: 100%;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  display: none;
}

@media (max-width: 736px) and (max-height: 414px) {

  .box-burger {
    display: block;
  }
  

}

@media (max-width: 414px) and (max-height: 823px) {

  .box-burger {
    display: block;
  }

  [role="main"] {
    padding-top: 90px;
    /* Space for fixed navbar */
    padding-left: 1rem !important;
  }
  
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .card{
    padding: 0;
  }
  

}

.navbar-brand {
  height: 100%;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}


@media (min-width: 300px) and (max-width: 480px) {

  .navbar-brand {
    display: none;
  }

  label {
    text-align: left !important;
  }

  .card {
    padding: 1.8rem;
    border: 0px !important;
  }

  [role="main"] {
    padding-top: 90px;
    /* Space for fixed navbar */
    padding-left: 0px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .navbar-brand {
    display: none;
  }
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*
 * Navbar
 */

.info-box > .card {
  border-radius: 0;
}

.info-box > .card > .card-body {
  padding: .5rem;
}

.info-box .info-title {
  font-weight: 400;
}

.info-box .info-date {
  margin: 2rem 0 0;
}

.info-box > .info-box-number {
  width: 4rem;
  height: 4rem;
  margin-top: -3rem;
  margin-left: 10px;
  position: relative;
  font-size: 2rem;
  color: white;
  text-align: center;
  padding-top: .7rem;
}

.bg-muted {
  background-color: #eaeaea;
}

.selectwidthauto {
  width: auto !important;
}

/*
* Utility
*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}


.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}



/*

Custom for content

*/
input[type="checkbox"][readonly] {
  pointer-events: none;
}

/*// workaround*/
.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

/*dot*/
.dot {
  height: 0.35rem;
  width: 0.35rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}


