body,
html {
  background-color: #ebebeb;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  height: 100% !important;
}
.sidebar {
  width: 300px;
  background-color: #343957;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 600px) {
  .sidebar {
    width: 250px;
    z-index: 9999;
    position: fixed;
  }
  #content {
    margin-left: 0 !important;
  }
  .bt-menu-close {
    margin-left: 20px !important;
  }
  .bt-menu-open {
    margin-left: 20px !important;
  }
  .bt-menu-close-start {
    margin-left: 20px !important;
  }
  .bt-menu-open-start {
    margin-left: 20px !important;
  }
}
.navbar {
  position: fixed;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
  height: 70px;
  display: flex;
  align-items: center;
}

.profile-info-item {
  display: inline-block;
  color: #1f1f1f;
  font-size: 20px;
  text-decoration: none !important;
  margin: 0 5px 0 5px;
}
.ti-bell:hover {
  color: rgb(18, 168, 18);
}
.ti-user-nav:hover {
  color: rgb(47, 47, 216);
}
.ti-power-off:hover {
  color: rgb(182, 16, 16);
}
.navbar .profile-info {
  position: absolute;
  right: 50px;
}
.navbar .left-nav {
  position: absolute;
  left: 350px;
}
.ui-autocomplete {
  z-index: 9999 !important;
}
.nav-search span {
  margin-left: 10px;
}
.sidebar-header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #343957;
  height: 70px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
}
.sidebar-header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
#mobile-menu-btn {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sidebar-header .logo {
    display: none !important;
  }
  .navbar {
    z-index: 100000;
  }
}
.sidebar-tile {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #9e9e9e;
  font-size: 17px;
  /* padding: 10px 0px 10px 0px; */
  font-weight: 500;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.tile-content {
  padding: 10px 20px 10px 10px;
}
.sidebar-tile ul li {
  overflow: hidden;
  margin-left: 0;
  color: #9e9e9e;
  font-size: 17px;
  /*padding: 10px 20px 10px 10px;*/
  font-weight: 500;
  display: block;
  cursor: pointer !important;
  white-space: nowrap;
}
.sidebar-tile ul li {
  cursor: pointer !important;
}
.activado {
  display: block;
}

.sidebar-tile ul {
  margin: 0px;
  padding: 0px;
  background-color: #1f1f1f;
}
.sidebar-tile ul li ul {
  margin: 0px;
  padding: 0px;
  background-color: #363636;
}
.sidebar-tile ul li ul li ul {
  margin: 0px;
  padding: 0px;
  background-color: #494949;
}
/*.sidebar-tile ul li:hover{
  background-color:#3D4573;

  color:#fff; 
} */
.sidebar-tile a,
.sidebar-tile a:hover {
  outline: none !important;
  color: inherit;
  display: inline;
  text-decoration: inherit;
  overflow: hidden;
}
#sidebar-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(174, 174, 174, 0.6);
  z-index: 9999;
}
/*.sidebar-tile:hover{
    background-color:#3D4573;
    color:#fff;
}*/
/*.sidebar-tile-active{
  background-color:#3D4573;
  color:#fff;
}*/
.tile-content i {
  font-size: 20px;
  margin: auto 0 auto 0;
  display: inline-block !important;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
}
.tile-content span {
  box-sizing: border-box;
  margin-left: 10px;
  height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block !important;
  overflow: hidden;
}
/*.sidebar-tile div span{
    font-size:12px;
    overflow: hidden;
  width:100px;
    white-space: nowrap; 
text-overflow: ellipsis;
    }*/
.sidebar-content {
  margin-top: 90px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.bt-menu-trigger {
  margin-left: 320px;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.bt-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.15em;
  margin-top: -0.1em;
  background-color: #1f1f1f;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bt-menu-trigger span:after,
.bt-menu-trigger span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.bt-menu-trigger span:before {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}

.bt-menu-trigger span:after {
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

.bt-menu-trigger.bt-menu-open span:before {
  -webkit-transform: translateY(-0.36em) translateX(0.65em) rotate(45deg)
    scaleX(0.6);
  transform: translateY(-0.35em) translateX(0.65em) rotate(45deg) scaleX(0.6);
}

.bt-menu-trigger.bt-menu-open span:after {
  -webkit-transform: translateY(0.36em) translateX(0.65em) rotate(-45deg)
    scaleX(0.6);
  transform: translateY(0.35em) translateX(0.65em) rotate(-45deg) scaleX(0.6);
}
.bt-menu-trigger.bt-menu-open-start span:before {
  -webkit-transform: translateY(-0.36em) translateX(0.65em) rotate(45deg)
    scaleX(0.6);
  transform: translateY(-0.35em) translateX(0.65em) rotate(45deg) scaleX(0.6);
}

.bt-menu-trigger.bt-menu-open-start span:after {
  -webkit-transform: translateY(0.36em) translateX(0.65em) rotate(-45deg)
    scaleX(0.6);
  transform: translateY(0.35em) translateX(0.65em) rotate(-45deg) scaleX(0.6);
}

@keyframes shrink {
  0% {
    width: 300px;
  }
  100% {
    width: 10px;
  }
}
@keyframes expand {
  0% {
    width: 10px;
  }
  100% {
    width: 300px;
  }
}
@keyframes expandText {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* The element to apply the animation to */
.sidebar-shrink {
  -webkit-animation: bubble 1s forwards; /* for less modern browsers */
  animation: bubble 1s forwards;
  animation-name: shrink;
  animation-duration: 0.5s;
}
.sidebar-small {
  width: 10px;
}
.sidebar-big {
  width: 300px;
}
@media only screen and (max-width: 600px) {
  .sidebar-big {
    width: 250px;
  }
  @keyframes shrink {
    0% {
      width: 250;
    }
    100% {
      width: 10px;
    }
  }
  @keyframes expand {
    0% {
      width: 10px;
    }
    100% {
      width: 250;
    }
  }
}
.sidebar-shrink div,
.sidebar-small div {
  display: none !important;
}
.sidebar-shrink .sidebar-tile,
.sidebar-small .sidebar-tile {
  padding-left: 30px;
}
.sidebar-shrink .sidebar-tile i,
.sidebar-small .sidebar-tile i {
  font-size: 30px;
}
.sidebar-expand {
  -webkit-animation: bubble 1s forwards; /* for less modern browsers */
  animation: bubble 1s forwards;
  animation-name: expand;
  animation-duration: 0.5s;
}
.sidebar-expand div {
  -webkit-animation: bubble 1s forwards; /* for less modern browsers */
  animation: bubble 1s forwards;
  animation-name: expandText;
  animation-duration: 0.7s;
}

.bt-menu-open {
  -webkit-animation: bubble 1s forwards; /* for less modern browsers */
  animation: bubble 1s forwards;
  animation-name: menuopen;

  animation-duration: 0.5s;
}

.bt-menu-open-start {
  margin-left: 10px;
}
.bt-menu-close-start {
  margin-left: 320px;
}
@keyframes menuopen {
  0% {
    margin-left: 320px;
  }

  100% {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  @keyframes menuopen {
    0% {
      margin-left: 10px;
    }

    100% {
      margin-left: 10px;
    }
  }
}
.bt-menu-close {
  -webkit-animation: bubble 1s forwards; /* for less modern browsers */
  animation: bubble 1s forwards;
  animation-name: menuclose;

  animation-duration: 0.5s;
}
@keyframes menuclose {
  0% {
    margin-left: 10px;
  }

  100% {
    margin-left: 320px;
  }
}
@media only screen and (max-width: 600px) {
  @keyframes menuclose {
    0% {
      margin-left: 10px;
    }

    100% {
      margin-left: 10px;
    }
  }
}
.search-bar {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  padding: 5px 10px 5px 10px;
}
.search-bar::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
  opacity: 1;
}
.search-bar::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
}
.search-bar:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
  opacity: 1;
}
.search-bar:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  opacity: 1;
}
.content {
  position: relative;
  margin-left: 300px;
  margin-top: 70px;
  padding: 10px;
  min-height: 60vh !important;
  background-color: #ebebeb;
}
@media only screen and (max-width: 600px) {
  .content {
    padding: 5px !important;
  }
}
.section-title {
  font-weight: lighter;
}
.page-section {
  position: relative;
  padding: 20px;
  margin: 17px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 600px) {
  .page-section {
    padding: 10px;
    margin: 0px;
  }
}
.secondary-section-title {
  cursor: pointer;
  font-weight: normal;
  border-left: solid 3px #2d3c92;
  padding-left: 10px;
}
.hr-primary {
  width: 50px;
  border-width: 3px;
  border-color: #2d3c92;
  text-align: left;
  margin-left: 0;
}
.hr-white {
  width: 50px;
  border-width: 3px;
  border-color: #fff;
  text-align: left;
  margin-left: 0;
}
.ura {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: lighter;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .ura {
    display: none;
  }
}
.secondary-section {
  position: relative;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
.section-row {
  margin: 17px;
  padding: 0;
}
#componentsTable tbody {
  color: gray;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  border-left: 5px solid #009456;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
footer {
  background-color: #454a53;
  width: 100%;
  min-height: 300px;

  padding: 70px 30px 70px 320px;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 40px 10px 40px 10px;
  }
}
.footer-title {
  font-size: 16px;
  color: rgb(211, 211, 211);
  font-weight: 600;
}
footer ul {
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.footer-link {
  text-decoration: none !important;
  color: #a1a1a1;
}
footer p {
  text-decoration: none !important;
  color: #a1a1a1;
  font-size: 13px;
}
.footer-link:hover {
  text-decoration: none !important;
  color: #ececec;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #343957;
}

::selection {
  color: white;
  background: #343957;
}
.sidebar-footer {
  position: relative;

  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 12px;
  color: white;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.dropdown-menu {
  transition-duration: 0.3s;
  font-size: 14px;
}
.section-mini-button {
  position: absolute;
  top: 30px;
  right: 30px;
  text-decoration: none !important;
  color: #2d3c92 !important;
  cursor: pointer;
}
.zapiski {
  margin: 20px 0 20px 0;
}
.zapiski-title {
  font-size: 15px;
  font-weight: 500;
}
.zapiski-title span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #2d3c92;
}
.zapiski-vsebina {
  font-size: 16px;
}
.dogodki {
  margin: 20px 0 20px 0;
}
.dogodki-datum {
  font-size: 15px;
  font-weight: 400;
}
.dogodki-vsebina {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 500;
}
.dogodki-vsebina i {
  font-size: 25px;
  margin-right: 7px;
  color: green;
}
.servisi-naslov {
  font-size: 15px;
  font-weight: 400;
}
.servisi-naslov span {
  margin-left: 5px;
  font-weight: 500;
}
.servisi {
  margin: 20px 0 20px 0;
}
.servisi-vsebina {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 500;
}
.servisi-vsebina i {
  font-size: 25px;
  margin-right: 7px;
  color: gray;
}
.danasnja-opravila {
  height: 50px;
  margin: 20px 0 20px 0;
  position: relative;
}
.danasnja-opravila .icon-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
}
.icon-box {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.danasnja-opravila .icon-container .icon {
  border: solid 2px black;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: white;
  z-index: 5;
}
.danasnja-opravila .vsebina {
  margin-left: 50px;
}
.danasnja-opravila .naziv {
  display: block;
  font-size: 18px;
}
.danasnja-opravila .narocnik {
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.opravila-line {
  background-color: rgba(0, 0, 0, 0.1);
  height: calc(100% - 35px);
  width: 4px;
  position: absolute;
  left: 24px;
  top: 20px;
}
.bliznjica {
  text-decoration: none !important;
  display: block;
  color: black;
  margin: 10px 0 10px 0;
}
.background {
  background-image: url("../img/background3.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Resize the background image to cover the entire container */
}
.login-container {
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.36);
  height: 450px;
  width: 800px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 25px;
}
@media only screen and (max-width: 600px) {
  .login-container {
    width: 400px;
  }
}
.login-left {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #343957;
  width: 400px;
  align-items: center;
  justify-content: center;

  height: 100%;
}
.login-center {
  min-width: 300px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url("../img/lr-back.jpg");

  /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */

  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .login-right {
    display: none;
  }
}
.login-container h1 {
  font-weight: 400;
}
.br-0 {
  border-radius: 0;
}
.login-logo {
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 200px;
  object-fit: contain;
  max-height: 100px;
}
.calendar-save-btn {
  position: absolute !important;
  top: 70px;
  right: 10px;
  float: right;
  opacity: 0;
  transition-duration: 0.5s;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc((50% + 70px) - 30px);
  left: calc((50% + 100px) - 30px);
  border: 3px solid #f2f2f2;
  border-top: 3px solid #343957;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.podrobneje-list li {
  margin: 15px 0 15px 0;
  font-weight: 300;
  font-size: 19px;
}
.podrobneje-list li input {
  font-weight: 500;
  font-size: 16px;
  border: 0;
}

.no-style-input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  color: #25369b;
}
a {
  color: #25369b;
  text-decoration: none !important;
  outline: none !important;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  /* 20px */
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border: 3px solid transparent;
  line-height: 1.5;
  border-radius: 0;

  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  font-size: 1rem;
  vertical-align: middle;
  fill: currentColor;
  vertical-align: middle;
  margin: 0;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
}

.inputfile-2 + label {
  color: #008000;
  border: 1px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #008000;
}
.povabljeni-uporabniki {
  padding: 4px;
  margin-right: 5px;
  margin-top: 25px;
  margin-bottom: 5px;
  background-color: #25369b;
  color: white;
  cursor: pointer;
}

.upload_link .delete_link_span {
  display: none;
}
.upload_link:hover .delete_link_span {
  margin-left: 10px;
  color: rgb(173, 7, 7);
  cursor: pointer;
  display: inline-block;
}
.sidebar-tile ul {
  display: none;
}
.dot {
  display: inline-block;
  margin-left: 5px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: white;
}
/*.dataTables_scrollHeadInner, .table{
  width:100%!important;
     }*/
table.dataTable {
  font-size: 0.9em !important;
}
.project-comment-textarea {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #a7a7a7;
  color: #585858;
}
.edit-container i {
  display: none;
  margin-left: 5px;
  cursor: pointer;
  color: #25369b;
}
.edit-container:hover i {
  display: inline;
  transition-duration: 0.3s;
}
.edit-dark i {
  color: white;
}

.fileUploadForm {
  border: 2px dashed gray;
  max-width: 90%;

  margin-right: 10%;
  max-height: 200px;
  position: relative;
}

.fileUploadForm p {
  width: 100%;
  height: 100%;
  text-align: center;

  line-height: 100px;
  color: gray;
}

.fileUploadForm input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}

.fileUploadForm button {
  margin: 0;
  color: white;
  background: #16a085;
  border: none;
  padding: 10 5;
  margin-top: -100px;
  margin-left: -4px;
  border-radius: 4px;
  border-bottom: 4px solid #117a60;
  transition: all 0.2s ease;
  outline: none;
}

.fileUploadFormm button:hover {
  background: #149174;
  color: #0c5645;
}

.fileUploadFormorm button:active {
  border: 0;
}
