.schedule_card_margin {
  margin-bottom: 20px;
}

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

.border-none {
  border: none;
}

.header-logo {
  height:40px;
  margin-right: 10px;
}

.site-title {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.head-title {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 20px;
}

.menu-label {
  font-size: 18px;
  margin-bottom: 0px;
}

.description {
  margin-bottom: 20px;
}

.login-description {
  margin-top: 30px;
}

.bg-secondary.bg-gradient.radious-task-add-button {
  height: 40px;
  width:40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.task-button-area {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.task-add-button {
  color: white;
}

.task-add-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
}

.edit-image-checkbox {
  margin-left: 50px;
}

.img-margin-bottom {
  margin-bottom: 20px;
}

.delete-button-area {
  display: flex;
  align-items: flex-end;
  justify-content: right
}

.edit-button {
  margin-right: 10px;
  padding: 7px;
  text-decoration: none;
  border-radius: 30px;
}
@media screen and (max-width:750px) {
  .edit-button {
    font-size: 13px;
    margin-right: 10px;
    padding: 7px;
    text-decoration: none;
    border-radius: 30px;
  }
}
@media screen and (max-width:365px) {
  .edit-button {
    width: 130px;
    font-size: 10px;
    margin-right: 10px;
    padding: 7px;
    text-decoration: none;
    border-radius: 30px;
  }
}


.delete-button {
  padding: 7px;
  text-decoration: none;
  border-radius: 30px;
}
@media screen and (max-width:750px) {
  .delete-button {
    font-size: 13px;
    padding: 7px;
    text-decoration: none;
    border-radius: 30px;
  }
}
@media screen and (max-width:365px) {
  .delete-button {
    width: 130px;
    font-size: 10px;
    padding: 7px;
    text-decoration: none;
    border-radius: 30px;
  }
}

.card-top {
  background-color: whitesmoke;
}

.card-img-top.schedule-img {
  height: 350px;
  object-fit: contain;
}
@media screen and (max-width:750px) {
  .card-img-top.schedule-img {
    height: 175px;
    object-fit: contain;
  }
}

.task-controll {
  text-decoration: none;
}

.dust {
  margin-left: 15px;
}

@media screen and (max-width:750px) {
  .plan-card {
    height: 282px;
  }
}

.custom-height-btn {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-title {
    height:45px;
}
@media screen and (max-width:750px) {
    .schedule-title {
        height:57px;
        font-size:15px;
    }
}

@media screen and (max-width:400px) {
    .schedule-title {
        height:57px;
        font-size:13px;
    }
}
