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

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

.-m-bg-red {
    background-color: #6600a5;
}

.text-yellow {
    color: #ffe900;
}

.w5h4{
    height: 40px;
    width: 50px;
}
.wh100{
    width: 100%;
    height: 100%;
}

.g-model-img {
    /*width: 100%;*/
    /*height:auto;*/
    /*border-radius: 10px;*/
    border-radius: 10px;
      aspect-ratio: 1.6;
      width: 100%;
      object-fit: cover;
      text-align: center;
}

.-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;
}

/*@media only screen and (max-width: 600px) {*/
/*  	.g-model-img {*/
/*  	    max-height: 115px;*/
/*        max-width: 100%;*/
/*    	height: 100%;*/
/*	}*/
/*}*/