@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
  padding: 0px;
  margin: 0px;
}
body {
  font-size: 14px;
  /* font-family: "Inter", sans-serif !important; */
  background-color: #ffffff !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #00aaed !important;
  outline: 0px solid #fff;
  border-radius: 10px;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.container{ width: 1216px; max-width: 1216px !important;}
a:hover {
  text-decoration: none !important;
}
.ikoo-admin{
  width: 100%;
  float: left;
  padding: 5px;
}
.left-section{
  background-color: #404040;
}
/* Fixed sidenav, full height */
.sidenav {
  height: calc(100vh - 61px);
    width: 15%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding: 6px 6px;
    text-align: center;
    box-shadow: 5px 0px 30px 0px #88888836;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    top: 61px;

}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 10px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: flex;
    border: none;
    /* background: none; */
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #c5e0f9;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #F58220;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #009fe3;
  color: white !important;
  border-radius: 4px;
}
.active img{
  filter: brightness(0) invert(1) !important;
}
.active .fa-caret-down{
  transform: rotate(360deg);
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  background-color: transparent;
  padding-left: 20px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  transform: rotate(270deg);
  transition: 0.2s;
}

.sidenav button:focus{
  outline: none!important;
}

.logo img{
  max-height: 40px;
}
.logo{
  width: 13.4%;
  padding: 11px 0px;
  background-color: #00aaed30;
  text-align: center;
}
.sidenav a img{
  max-height: 20px;
  margin-right: 10px;
}
.dropdown-btn img{
  max-height: 20px;
  margin-right: 10px;
}
.admin-body{
  width: 85%;
  float: right;
}
.admin-panel{
  width: 100%;
  float: left;
}
.top-nav{
  /* padding: 20px 10px; */
    box-shadow: 0px 0px 30px 5px #88888836;
    font-size: 14px;
    width: 100%;
    float: left;
    background-color: #fff;
    display: flex;
    position: fixed;
    z-index: 10;
}
.top-nav .fa{
color: #F58220;
font-size: 20px;
margin: 0px 10px;
padding: 0px;
vertical-align: middle;
}

.top-nav-dropdown .dropdown-btn{
  font-size: 12px;
  color: #000;
  padding: inherit;
  width: auto;
  border: none;
  padding: 10px 0px;

}
.top-nav-dropdown .active {
  background-color: transparent;
}
.top-nav-dropdown .active:focus{
  outline: none!important;
}
.top-nav-dropdown .dropdown-btn:focus{
  outline: none!important;
}
.top-nav-menu{
  /* width: 72%; */
  padding: 18px 0px;
}

/* .sidenav .dropdown-container a{
color: #fff;
} */

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  background-color: #ddd;
} */

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}
.tabcontent table{
  width: 100%;
}
.table-heading{
  background-color: #002E6B!important;
  color: #fff;
  font-size: 14px;
  border-bottom: none!important;
}
.tabcontent table tbody tr th{
  padding: 15px;
}
.tabcontent table tbody tr td{
  padding: 15px;
}
.tabcontent table tbody tr td .fa{font-size: 25px;
    color: #f58220;}
    .tabcontent table tbody tr {
      border-bottom: 1px solid #adb5bd;
      background-color: #fff;
    }
    .tab{
      background-color: transparent!important;
      border: none;
    }
    .tab button.active {
      color: #00aaed;
      border-bottom: 2px solid #00aaed;
      font-size: 14px;
      font-weight: 700;
      background-color: transparent;
  }
  .tab button.active:focus{
    outline: none;
  }
  .tab button:focus{
    outline: none;
  }
  .classification{
    width: 100%;
    float: left;
    padding: 20px;
  }
  .admin-detail h5{
    color: #002E6B;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .admin-detail{
    width: 100%;
    float: left;
    padding: 20px;
  }
  .buttons{
    background-color: #00aaed;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
}
.buttons:focus{
  outline: none;
}
input{padding: 10px 20px;
border: 1px solid #A7B1D1;
border-radius: 6px;
background-color: transparent;}

@media only screen and (max-width: 1280px){
.close-menu{ transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}
}

/* css Harry */

.card-dashbaord {
  width: 100%;
  float: left;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
.card-dashbaord::after {
  content: '';
  position: absolute;
  top:0px;
  width: 100%;
  height: 80%;
  background-color: #002e6b;
  left: 0;
  border-radius: 10px;
}
.dash-card-body {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 22px;
}
.dash-card-count {
  font-size: 34px;
  font-weight: 600;
  color: #4b5675;
}
.dash-card-txt {
  font-size: 18px;
  margin-top: 10px;
  color: #99a1b7;
}
.dash-bar-card {
  width: 100%;
  float: left;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.dash-card-head {
  display: flex;
  align-items: center;
}
.dash-icon {
  margin-left: auto;
}
.dash-icon img {
  height: 50px;
}
.dash-bar-mt {
  padding-top: 30px;
}

.dash-bar-card-title {
  padding: 15px;
  border-bottom: solid 1px #f1f1f4;
  color: #071437;
  font-weight: 600;
  font-size: 16px;
}

.dash-bar-card-body {
  padding: 15px;
}
.button_tab .mdc-button {
  border: dashed 1px #ccc;
  background-color: #fff;
  margin-right: 8px;
  font-weight: normal;
  padding: 22px 25px !important;
  font-size: 13px;
}

.button_tab button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.button_tab .active {
  background-color: #00adef !important;
  color: #fff !important;
}

.main-card-100 {
  width: 100%;
  float: left;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 10px;
}
.mat-expansion-panel-header {
  padding: 0px!important;
}
.mat-expansion-indicator::after{
  /* margin-right: 16px; */
  /* border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 35px solid #002e6b;
    font-size: 30px; */
}
.mat-expansion-panel-body {
  padding: 0 0px 0px 20px!important;
}
.mat-expansion-panel-header {
  height: inherit!important;
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none!important;
}
.mat-accordion .mat-expansion-panel{
  border-bottom: 1px solid #c5e0f9!important;
}
.mat-expansion-panel-header-title a{
  border-bottom: none!important;
}
.mat-content {
  width: 90%;
}
.mat-expansion-indicator{
  width: 10%;
}

.ag-tooltip{
  background-color: #009fe3 !important;
  border: 1px solid #009fe3 !important;
  color:#fff !important;
  font-size: 10px;
  line-height: 15px;
}

/* .ag-theme-alpine {
  display: block;
  height: 100%;
  width: 100%;
} */
