#msg {
    min-width: 50vw;
    position: fixed;
    z-index: 3000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 0.875rem;
    border: 1px solid #f3f4f7;
    color: #ec8585;
    line-height: 2rem;
    border-radius: 15px;
  }
  #msg #msg_top {
    background-color: #005DE0;
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
  }
  #msg #msg_top .alert-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
  }
  #msg #msg_top .msg_close {
    font-size: 1rem;
    color: white;
    cursor: pointer;
  }
  #msg #msg_cont {
    padding: 15px 20px;
    text-align: center;
    color: #5B5B5B;
    font-size: 1rem;
  }
  #msg #msg_cont2 {
    padding: 15px 20px;
    text-align: left;
    color: #5B5B5B;
    font-size: 1rem;
  }
  #msg .greeting-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #5B5B5B;
    margin-top: 20px;
  }
  #msg .greeting-content {
    font-size: 1rem;
    font-weight: 400;
    color: #5B5B5B;
  }
  #msg #msg_cont_help {
    padding: 25px;
  }
  #msg #msg_clear {
    text-align: right;
    border-top: 1px solid #005DE0;
  }
  #msg #msg_clear .msg_close {
    background-color: #005DE0;
    color: #ffffff;
    font-size: 0.875rem;
    border: transparent;
    padding: 1px 12px;
    border-radius: 10px;
    margin: 10px 15px;
  }
  #msg #msg_clear .msg_close2 {
    background-color: #c7ccd3;
    color: #000000;
    font-size: 0.875rem;
    border: transparent;
    padding: 1px 12px;
    border-radius: 10px;
    margin: 10px 15px;
  }
  #msg #msg_clear .msg_login {
    background-color: #005DE0;
    color: #ffffff;
    font-size: 0.875rem;
    border: transparent;
    padding: 1px 12px;
    border-radius: 10px;
    margin: 10px 15px;
  }

#msg2 {
    min-width: 50vw;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 0.875rem;
    border: 1px solid #f3f4f7;
    color: #ec8585;
    line-height: 2rem;
    border-radius: 15px;
  }
  #msg2 #msg_top {
    background-color: #04679B;
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
  }
  #msg2 #msg_top .alert-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
  }
  #msg2 #msg_top .msg_close {
    font-size: 1rem;
    color: #5B5B5B;
    cursor: pointer;
  }
  #msg2 #msg_cont {
    padding: 15px 20px;
    text-align: center;
    color: #5B5B5B;
    font-size: 1rem;
  }
  #msg2 #msg_cont2 {
    padding: 15px 20px;
    text-align: left;
    color: #5B5B5B;
    font-size: 1rem;
  }
  #msg2 .greeting-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #5B5B5B;
    margin-top: 20px;
  }
  #msg2 .greeting-content {
    font-size: 1rem;
    font-weight: 400;
    color: #5B5B5B;
  }
  #msg2 #msg_cont_help {
    padding: 25px;
  }
  #msg2 #msg_clear {
    text-align: right;
    border-top: 1px solid #04679B;
  }
  #msg2 #msg_clear .msg_close {
    background-color: #04679B;
    color: #ffffff;
    font-size: 0.875rem;
    border: transparent;
    padding: 1px 12px;
    border-radius: 10px;
    margin: 10px 15px;
  }

  #msg3 {
    min-width: 25vw;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 0.875rem;
    border: 1px solid #f3f4f7;
    color: #ec8585;
    line-height: 2rem;
    border-radius: 15px;
    @media (max-width: 600px) {
      min-width: 70vw;
  }
  }
  #msg3 #msg_top {
    background-color: #005DE0;
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
  }
  #msg3 #msg_top .alert-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
  }
  #msg3 #msg_top .msg_close {
    font-size: 1rem;
    color: #f5f5f5;
    cursor: pointer;
  }
  #msg3 #msg_cont {
    padding: 15px 20px;
    text-align: center;
    color: #5B5B5B;
    font-size: 1rem;
  }
  #msg3 #msg_cont2 {
    padding: 15px 20px;
    text-align: left;
    color: #5B5B5B;
    font-size: 1rem;
  }
  #msg3 .greeting-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #5B5B5B;
    margin-top: 20px;
  }
  #msg3 .greeting-content {
    font-size: 1rem;
    font-weight: 400;
    color: #5B5B5B;
  }
  #msg3 #msg_cont_help {
    padding: 25px;
  }
  #msg3 #msg_clear {
    text-align: right;
    border-top: 1px solid #005DE0;
  }
  #msg3 #msg_clear .msg_close {
    background-color: #005DE0;
    color: #ffffff;
    font-size: 0.875rem;
    border: transparent;
    padding: 1px 12px;
    border-radius: 10px;
    margin: 10px 15px;
  }

.favorite-container {
    display: flex;
    padding: 80px 80px;
    /* font-family: Arial, sans-serif; */
}

.favorite-sidebar {
    width: 200px;
    background-color: #f0f8ff;
    padding: 20px;
    height: fit-content;
}

.favorite-sidebar h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.favorite-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.favorite-sidebar li {
    margin-bottom: 8px;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}
.favorite-sidebar li a {
    color: #333;
}


.favorite-main {
    flex-grow: 1;
    padding: 10px;
}

.btn-cancel {
  background-color: gray;
  border-color: gray;
}

.disabled {
  pointer-events: none;
  opacity: 1;
}
