@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto' !important;
}

a {
  text-decoration: none !important;
}

.all {
  background: url('https://images.unsplash.com/photo-1534274988757-a28bf1a57c17?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=valentin-muller-bWtd1ZyEy6w-unsplash.jpg&w=1920');
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100vh;
  backdrop-filter: blur(10px);
}

.glass-card {
  height: 245px;
  backdrop-filter: blur(6px) saturate(200%);
  -webkit-backdrop-filter: blur(6px) saturate(200%);
  background-color: rgba(255, 255, 255, 0.37);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.card-reminder, .card-link {
  height: 183px;
}

.card-coins, .card-calender {
  height: 374px;
}

.max {
  color: #c00000;
}
.min {
  color: #0027b9;
}

.news-image {
  width: 100%;
}

.news-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px !important;
  border-radius: 15px;
  object-fit: cover;
}

a:focus,a:active, a:hover {
  outline: none !important;
  box-shadow: none;
}

.coins img {
  filter: drop-shadow(0px 0px 2px black);
  width: 50px;
}

.coins p {
  letter-spacing: 0.8px;
  text-shadow: 0 0 2px black;
}

.green {
  color: rgb(0, 255, 0);
}

.red {
  color: #ff0909;
}

.add {
  right: 23px;
  top: 17px;
  cursor: pointer;
}

.reminder-event {
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 100%);
  padding: 28px 0 81px;
  display: none;
}

.reminder-input {
  width: 80%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0 20px;
  border-radius: 10px;
}

.bi-x-lg {
  right: 0;
  right: 33px;
  top: 14px;
  color: #fff;
  cursor: pointer;
}

.input-group-text {
  cursor: pointer;
}

.card-link-content a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-remove {
  cursor: pointer;
}

.font-1 {
  font-size: 1.3rem;
}

.coins {
  width: 50%;
}

ul {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; 
}

ul {
  margin: 0;
  padding: 0;
}

li {
  float: left;
  display: block;
  width: 14.2857%;
  text-align: center;
  list-style-type: none;
}

li:nth-child(n+1):nth-child(-n+7) {
  font-weight: 900;
  color: #e67e22;
  line-height: normal !important;
}

.before {
  font-weight: 900;
  color: rgba(0,0,0,.3);
}

.today {
  border-radius: 5px;
  background-color: #1abc9c;
  color: #ecf0f1;
}

@media screen and (max-width: 991.98px) {
  .coins {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .font-1 {
    font-size: 1rem;
  }
}