@import './bulma.min.css';
@import './bulma-collapsible.min.css';
@import './bulma-tooltip.min.css';

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
* {
  font-family: "Inter", sans-serif;
  color: black;
}

.amharic, .amharic * {
  font-family: "Noto Sans Ethiopic", "Inter";
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.65rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}


p, div {
  font-size: 0.85rem;
}

span, label, input, td, th {
  font-size: 0.85rem ;
}



#side-nav .fly-right {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.1s ease-in-out;
}

body, #sapper, #sapeer>.is-flex {
  overflow-y: auto;
  height: 100vh !important;
  -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none;
}

.display, .display * {
  font-family: "Exo 2", sans-serif;
}

.has-border-right-gray {
  border-right: 1px solid rgba(159, 159, 159, 0.312);
}
.has-border-bottom-gray {
  border-bottom: 1px solid rgba(159, 159, 159, 0.708);
}
.has-background-orange {
  background-color: #f06a2e;
}

.has-border-bottom-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.486);
}

.is-red {
  color: #ce242b;
}

.tag.is-purple , .timeline-marker.is-purple {
  background-color: purple;
}
.tag.is-brown , .timeline-marker.is-brown {
  background-color: brown;
}

progress.is-purple::-webkit-progress-value, .progress.is-purple::-moz-progress-bar {
  background-color: purple !important;
}

progress.is-brown::-webkit-progress-value, .progress.is-brown::-moz-progress-bar {
  background-color: brown !important;
}

.is-purple .icon svg *{  
  color: purple !important;
}
.is-brown .icon svg * {
  color: brown !important;
}

.is-purple svg *{  
  color: purple !important;
}
.is-brown svg * {
  color: brown !important;
}

a.gray {
  color: #CCCCCC !important;
}
a.gray:hover {
  background-color: white !important;
  font-weight: 600;
}

a.is-light {
  color: #000000 !important;
}
a.is-light:hover {
  background-color: transparent !important;
  color: #CCCCCC !important;
}
a.is-light:active {
  color: #CCCCCC !important;
  font-weight: 600 !important;
}
.button.is-success {
  background-color: #74cf6d;
}
.has-text-success {
  color: #74cf6d;
}
.has-border-right-black {
  position: relative;
}
.has-border-right-black::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0px;
  height: 25px;
  border-right: 1px solid black;
}

.has-text-info, .has-text-info * {
  color: #0000BF !important;
}

.has-background-lightgreen {
  background: rgb(236, 239, 255) !important;
}


.button.is-dark {
  background-color: #0000BF !important;
}
.input.is-dark {
  border-color: #0000BF !important;
}
.has-background-lightgray{
  background-color: rgb(255, 255, 255) !important;
}


.columns.child-item,
    .columns.child-item .column {
        margin: 0;
        padding: 0;
    }

    .columns.child-item,
    .columns.child-item * {
        font-size: 0.7rem !important;
    }
    .columns.child-item .field .input {
        border-radius: 0px !important;
        border: 1px solid lightgray !important;
        border-right: 0px solid lightgray !important;
        padding: 1rem !important;
    }

    .border-radius-0 {
        border-radius: 0px !important;
        border: 1px solid lightgray !important;
        background-color: #f5f5f5 !important;
    }

    .columns.child-item .field select,
    .columns.child-item .field select * {
        border-radius: 0 !important;
        border: 1px solid gray !important;
        border-right: 0px solid lightgray !important;
        padding: 1rem !important;
    }

    

body {
  width: 100% !important;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
* {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.gray {
  color: #666 !important;
}

.light-gray {
  color: #a0a0a0 !important;
}

.has-background-danger {
  background-color: #ce242b !important;
  color: white;
}
.has-text-white {
  color: white;
}
.has-text-white * {
  color: white;
}


.darkest-gray {
  color: #000000;
}

.border-bottom-gray {
  border-bottom: 2px solid #4D4D4D;
}

.border-bottom-white {
  border-bottom: 0.15px solid #ffffff44 !important;
}

.has-text-weight-boldest {
  font-weight: 700 !important;
}

.has-text-info * {
  color: #6f12ec !important;
}
.card {
  border: 0.5px solid rgba(182, 182, 182, 0.244);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.no-shadow {
  box-shadow: none;
}

.pagination .pagination-list {
  list-style: none !important;
}
.header {
  max-width: 1600px;
  margin: 0 auto;
}

#logo-container {
  padding: .5rem 0;
  padding-bottom: 0rem !important;
  transition: padding 0.5s ease;
}
#logo-container.minimize {
  padding: 0.8rem 0;
}

.nav-logo {
  margin-right: 4rem;
  margin-left: 1rem;
  transition: width 0.5s ease;
}
.nav-logo.minimize {
  width: 160px;
  margin-top: -18px;
}

#navbarBurger {
  border: none;
  background-color: transparent !important;
  margin-top: 0.3rem;
  margin-right: 1rem;
  transition: width 0.5s ease;
  transition: margin 0.5s ease;
}
#navbarBurger:focus {
  border: none;
  outline: none !important;
}

nav.navbar {
  width: 100%;
  height: 65px;
  min-height: 1.5rem !important;
  position: relative;
}
nav.navbar #logo-container {
  z-index: 5;
}
nav.navbar .location-icon-light {
  display: none;
}

.nav-container {
  width: 100% !important;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20 !important;
  margin: 0 !important;
  background-color: white !important;
}
.nav-container .underline:after {
  bottom: 33px;
  background: #000;
}
.nav-container a.navbar-item.is-active .underline:after {
  width: 100%;
}
.nav-container .navbar-item:hover {
  color: #2f00ff !important;
}
.nav-container a.navbar-item {
  font-size: 0.85rem;
  background-color: transparent !important;
}
.nav-container a.navbar-item:active, .nav-container a.navbar-item:focus {
  background-color: transparent !important;
  font-weight: 500 !important;
}
.nav-container .nav-divider {
  display: block !important;
}
/* .nav-container .navbar-menu .navbar-item { */
  /* height: 65px; */
  /* color: white; */
/* } */
/* .nav-container .navbar-menu .navbar-dropdown .navbar-item {
  height: 40px;
} */
.nav-container .navbar-brand .only-mobile {
  align-items: center;
}
.nav-container .navbar-start .navbar-item.dark-gray {
  color: #5052A2 !important;
  height: 65px !important;
}
.nav-container.is-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.308);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.overlay.is-active {
  transform: translateX(0%);
  opacity: 1;
}

.strike-through {
  text-decoration: line-through;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 55vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 20;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1);
}
.side-nav .side-nav-links:hover a span, .side-nav .side-nav-links:hover a img {
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1);
}
.side-nav .side-nav-links:hover a:hover span, .side-nav .side-nav-links:hover a:hover img {
  opacity: 1;
}
.side-nav.is-active {
  transform: translateX(0%);
}

#content {
  margin: 0;
  height: 100vh;
  overflow-y: scroll;
}
#content.is-active {
  overflow-y: hidden;
}

.only-mobile {
  display: none !important;
}

.main-content {
  max-width: 1600px;
  margin: 0 auto;
}

footer {
  padding-top: 80px !important;
  padding-bottom: 20px !important;
}
footer * {
  color: white !important;
}
footer .footer-links {
  position: relative;
}
footer .footer-links a p {
  position: relative;
}

.underline:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #292929;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.underline:hover:after {
  width: 100%;
  left: 0;
}


.textarea::placeholder {
  font-size: 1rem;
  padding: 0rem;
  padding-left: 1rem;
  color: #8f8f8f !important;
}

input:focus {
  outline: none !important;
}

.contents-wrapper .contents > div > .nav-container {
  width: 90% !important;
  margin: 0 auto;
}
.contents-wrapper .contents > div > .container {
  width: 95% !important;
  max-width: 2000px !important;
  margin: 0 auto;
}
#content > main.container.px-5 > div > div > div > form > div:nth-child(1) > div.columns.pt-4 > div:nth-child(1) > div > div > div > div > div > div > div > div.contents > div > div{
  width: 95% !important;
  max-width: 2000px !important;
  margin: 0 auto;
}

.button.is-dark svg * {
  color: white;
}

@media screen and (max-width: 1366px) {
  

  
  .header {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    margin-top: -65px;
  }

  #nav {
    height: 65px !important;
    background-color: white !important;
  }
  #nav #navbarBurger span {
    background-color: black;
  }
  #nav .navbar-end {
    margin-top: 0;
    text-align: center;
  }

  

  nav.navbar {
    margin-right: 0;
    padding-right: 0 !important;
    position: relative;
    overflow-y: visible;
  }

  .navbar-menu {
    z-index: 20;
    margin-left: -15px;
  }
  /* .navbar-menu .navbar-item {
    height: 45px !important;
    padding-bottom: 0;
  } */
  /* .navbar-menu .navbar-dropdown {
    background-color: white;
  } */
  /* .navbar-menu .navbar-dropdown .navbar-item {
    height: 20px;
  } */
  .navbar-menu .navbar-end {
    margin-top: 120px;
  }

  .side-nav {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #nav {
    height: 65px !important;
  }
  .nav-container {
    width: 100%;
    height: 65px;
  }
  .nav-container.is-fixed-top {
    height: 65px;
  }

  .nav-logo {
    transition: width 0.5s ease;
    padding-bottom: 0 !important;
  }

  .only-mobile {
    display: inline !important;
  }

  nav.navbar {
    overflow-y: visible;
  }

  .navbar-menu {
    z-index: 20;
    margin-left: -15px;
  }

  .button.is-danger.is-hoverable {
    background: #ce242b;
    color: white;
  }

  .main-content {
    max-width: 90vw !important;
    z-index: 5;
  }

  .side-nav {
    padding-top: 5rem !important;
    width: 100vw;
  }
  .side-nav .is-size-4 {
    font-size: 1.5rem !important;
  }
  .side-nav .is-size-5 {
    font-size: 1rem !important;
  }
  .side-nav .py-6.fly-right {
    padding-top: 0rem !important;
  }
  .side-nav a img {
    width: 18px;
  }

  .stats-title {
    text-align: center;
    justify-content: center !important;
  }
  .stats-title a.is-size-4 {
    font-size: 1.7rem !important;
  }
  .stats-title .column.p-6 {
    padding: 0.5rem !important;
  }
  .stats-title .column .is-flex {
    padding: 0rem !important;
    justify-content: center !important;
  }

  .footer {
    margin: 0rem !important;
  }

  .footer > .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
body::-webkit-scrollbar {
  width: 0rem !important;
}


#content::-webkit-scrollbar {
  width: 0.6rem;
  /* display: none !important; */
}

#content::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 99vmax;
  border: 4px solid #f8eeee;
}

#content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.menu::-webkit-scrollbar {
  width: 0.6rem;
}

.menu::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 99vmax;
  border: 0px solid #9c9c9c;
}

.menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}


.tabs::-webkit-scrollbar {
  /* width: 0.2rem; */
  height: 1rem;
}

.tabs::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 99vmax;
  border: 4px solid white;
}

.tabs::-webkit-scrollbar-track {
  background: rgba(177, 255, 177, 0);
}