.model-img {
    /*width: 90%;*/
}

.f0nt {
    font-family: 'Noto Sans Thai', sans-serif;
}

.-m-bg-red {
    background-color: black;
}

.text-yellow {
    color: #ffe900;
}

.g-model-img {
    box-shadow: 1px 1px 10px #f930e5, -1px -1px 10px #f930e5;
    width: 100%;
    border-radius: 10px;
}

.-img-container {
    position: relative;
    text-align: center;
    color: white;
}
  
.-m-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}
  
.-m-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}
  
.-m-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}
  
.-m-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
  
.-m-centered {
    position: absolute;
    top: 44%;
    width: 100%;
    transform: translate(0%, 0%);
}

.-m-bottom-center {
    position: absolute;
    bottom: 5px;
    left: 0%;
    width: 100%;
    transform: translate(0%, 0%);
}

.-m-margin-b {
    margin-bottom: -5px;
}

.noti-detail {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
    color: #606060;
    border-radius: 10px;
    border: thin solid #ffe8cf;
    padding: 5px;
    margin: 8px 0px;
    -webkit-box-shadow: 2px 5px 10px 5px rgb(255 151 59 / 28%);
    box-shadow: 2px 5px 10px 5px rgb(255 151 59 / 28%);
    -webkit-transition: 0.6s all ease;
}