/*........................
      Common Scss
.........................*/
* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

img,
a,
a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
}

img {
  vertical-align: middle;
}

.fw-medium {
  font-weight: 500;
}

body {
  font-family: "Roboto", sans-serif;
}

#home {
  position: relative;
}
#home::after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home .header {
  z-index: 2;
}
#home .main-content {
  z-index: 2;
}
#home .main-content .content-items .title {
  font-size: 18px;
  margin-bottom: 0;
}
#home .main-content .content-items .select-items .dropdown-items .dropdown select {
  height: 50px;
  width: 100%;
  background-color: #cccccc;
}
#home .main-content .content-items .select-items .dropdown-items .dropdown .btn.dropdown-toggle::after {
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
}
#home .main-content .content-items .select-items .dropdown-items .dropdown .dropdown-menu {
  min-width: 100%;
}
#home .main-content .content-items .select-items .dropdown-items .dropdown-item:active {
  color: #000000;
  background-color: transparent;
}
#home .main-content .content-items .form-control {
  height: 50px;
}
#home .main-content .content-items .form-control:focus {
  border-color: #e79655;
  box-shadow: none;
}
#home .main-content .content-items .button-items .btn {
  height: 50px;
  font-size: 18px;
  background: #cccccc;
}
#home .main-content .content-items .button-items .btn:active {
  background-color: #ffffff;
}
@media (max-width: 400px) {
  #home .main-content .content-items .button-items .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}

#login {
  position: relative;
}
#login::after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#login .login-content {
  z-index: 2;
}
#login .login-content .form-label {
  font-size: 18px;
}
#login .login-content .form-control {
  height: 50px;
}
#login .login-content .form-control:focus {
  border-color: #e79655;
  box-shadow: none;
}
#login .login-content .btn {
  background: #cccccc;
}
#login .login-content .btn:active {
  background-color: #ffffff;
}

#files img{
    width: 50%;
    float: right;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  display: flex;
  align-items: center;
  display: none;
}

#loading.active {
  display: flex;
}

#loading svg {
  width: 120px;
}

/*# sourceMappingURL=style.css.map */
