@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Signika+Negative&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Signika Negative", sans-serif;
}

img {
  border: 0px solid !important;
}

.wrapper {
  display: flex;
}

.wrapper .sidebar {
  width: 200px;
  height: 100%;
  background: #fff;
  padding: 30px 0px;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, -5, 0.3);
}

.wrapper .sidebar h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li {
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wrapper .sidebar ul li a {
  color: #bdb8d7;
  display: block;
}

.wrapper .sidebar ul li a .fas {
  width: 25px;
  font-size: 25px;
}

.wrapper .sidebar ul li:hover {
  background-color: rgba(126, 46, 54, 0.4);
  color: #7e2e36;
}

.nav-item {
  text-align: center;
}

.wrapper .sidebar ul li:hover a {
  color: #7e2e36;
}

.wrapper .sidebar .social_media {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_media a {
  display: block;
  width: 40px;
  background: #fff;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.center{
  text-align: center;
}

.wrapper .main_content {
  width: 100% !important;
  margin-left: 200px;
}

.wrapper .main_content .header {
  padding: 20px;
  background: #7e2e36;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info {
  margin: 20px;
  color: #717171;
  line-height: 25px;
  width: 100%;
}

.wrapper .main_content .info div {
  margin-bottom: 20px;
}

@media (max-height: 500px) {
  .social_media {
    display: none !important;
  }
}

#hours-number {
  color: #7e2e36;
  font-size: 50px;
}
.badge {
  color: #7e2e36;
}

.btn-reg-hour {
  color: #7e2e36;
}

.btn-reg-hour:hover {
  color: #7e2e36;
}

#project-name {
  font-size: 16px;
}

input:focus {
  outline: none !important;
  border: 1px solid (0, 0, 0, 0.05) !important;
}

.select {
  outline: none !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 10px #7e2e36 !important;
}

input:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 5px #7e2e36 !important;
}

#snackbar {
  visibility: hidden;
  display: flex;
  min-width: 250px;
  margin-left: -125px;
  color: #fff;
  text-align: center;
  background-color: rgb(199, 101, 101);
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  bottom: 40px;
  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: 40px;
    opacity: 1;
  }
}

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

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

@keyframes fadeout {
  from {
    bottom: 40px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
#error-code {
  font-size: 100px !important;
}
/* Dropdown Button */
.dropbtn {
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 5px;
}

.profile-name {
  color: black !important;
  text-decoration: none !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown,
input {
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a,
input {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(126, 46, 54, 0.4);
  color: #7e2e36;
  border-radius: 5px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
.select-dropdown,
.select-dropdown *,
input {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.select-dropdown {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
}
.select-dropdown select,
input,
.date {
  font-size: 1rem;
  font-weight: normal;
  padding: 8px 24px 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.btn:hover {
  border: 1px solid #7e2e36 !important;
  background-color: #7e2e36 !important;
  box-shadow: 0 0 10px #7e2e36 !important;
  color: #fff;
}
.btn:active {
  background-color: #7e2e36 !important;
  box-shadow: 0 0 10px #7e2e36 !important;
  color: #fff;
}
.btn {
  border: 1px solid #7e2e36 !important;
  background: #7e2e36 !important;
  color: #fff !important;
}
.btn:focus {
  background-color: #7e2e36 !important;
  box-shadow: 0 0 10px #7e2e36 !important;
  color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7e2e36 !important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #7e2e36;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #7e2e36 !important;
  border-color: #7e2e36 !important;
}
.form-control {
  color: #495057;
  background-color: #fff;
  border-color: #7e2e36;
  outline: 0;
  box-shadow: 0 0 0 0.2remrgba (0, 123, 255, 0.25);
}
.unbold {
  font-weight: normal !important;
}
.color-red {
  color: #7e2e36 !important;
}
.bg-red{
  background-color: #7e2e36;
}

.gradient-red {
  background: rgb(108, 43, 51) !important;
  background: linear-gradient(90deg, rgba(108, 43, 51, 1) 0%, rgba(157, 54, 65, 1) 100%) !important;
  padding: 30px !important;
  color: white !important;
  border-radius: 10px 10px 0px 0px !important;
}
.card {
  border-radius: 10px !important;
}

/* hide navbar when screensize is small. */
.m-navbar{
  display: none;
}

@media screen and (max-width: 450px) {
  .m-navbar{
    display: block;
  }
  .sidebar{
    display: none;
  }
  .wrapper{
    margin-left: 0px !important;
  }
  .main_content{
    margin-left: 0px !important;
  }
}

.m-nav-btn{
  padding: 10px !important;
}

.dropdown-item:active {
  background-color: rgba(126, 46, 54, 0.4) !important;
  color: #7e2e36!important;
  border-radius: 5px !important;
}


.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  text-align: left;
  visibility: hidden;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.dropdown-toggle{
  border: 1px solid (0, 0, 0, 0.05) !important;
  background-color: white !important;
  color: black !important;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px 24px 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdown-toggle:hover{
  background-color: white !important;
  color: black !important;
  outline: none !important;
  box-shadow: 0 0 0px white !important;
}

.dropdown-toggle:focus {
  background-color: white !important;
  outline: none !important;
  box-shadow: 0 0 5px #7e2e36 !important;
}

.bootstrap-select{
  color: #495057 !important;
  background-color: #fff;
  border-color: #7e2e36;
  outline: 0;
  box-shadow: 0 0 0 0.2remrgba (0, 123, 255, 0.25);
}
.iconsColumn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:1rem
}
