@font-face {
    font-family: 'Noto Sans Lao';
    src: url(NotoSansLao-Regular.ttf) format('truetype'), url(NotoSansLao-Regular-webfont.woff) format('woff'), url(NotoSansLao-Regular-webfont.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Times New Roman','Noto Sans Lao', 'Phetsarath OT','Saysettha OT','Saysettha Lao', 'sans-serif'!important;
}
body div{
    font-family: 'Times New Roman','Noto Sans Lao', 'Phetsarath OT','Saysettha OT','Saysettha Lao', 'sans-serif'!important;
}
body div span{
    font-family: 'Times New Roman','Noto Sans Lao', 'Phetsarath OT','Saysettha OT','Saysettha Lao', 'sans-serif'!important;
}
.infoTop { 
    /* height: 60px;  */
    position: fixed; 
    bottom:0%;
    width:100%; 
}
.responsive-list-tel{
    overflow-y: scroll;
    height: 66vh;
}
.responsive-list-add{
  overflow-y: scroll;
  height: 60vh;
}
.btn-primary{
    background-color: #3e79d8!important; 
    border: none!important;
    color: white!important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.btn-success{
    background-color: #4caf50!important; 
    border: none!important;
    color: white!important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
/* radio */

.radio-buttons {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .custom-radio input {
    display: none;
  }
  
  .radio-btn {
    /* position: relative;
    width: 234px;
    height: 260px;
    margin: 10px; */
    /* background-color: #222533; */
    border: 4px solid transparent;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .radio-btn .content {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .radio-btn .profile-img {
    width: 65px;
    height: 65px;
    /* margin: 20px 0; */
    /* border-radius: 50%; */
    overflow: hidden;
  }
  
  .radio-btn .profile-img img {
    width: 100%;
    height: 100%;
    user-select: none;
  }
  
  .radio-btn h2 {
    color: #232325;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .radio-btn .skill {
    display: inline-block;
    margin-bottom: 20px;
    color: #c3c2c7;
    font-size: 16px;
    text-transform: capitalize;
  }
  /* size icon check */
  .radio-btn .check-icon {
    width: 20px;
    height: 20px;
    background-color: #e2e3e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  /*  */
  /* size icon collect */
  .radio-btn .check-icon .icon {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 5px;
    margin-top: -2px;
    transform: rotate(-40deg);
  }
  /*  */
  /* icon collect */
  .radio-btn .check-icon .icon::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.231);
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.2s ease-in-out;
  }
  /*  */
  /* animation icon collect */
  .radio-btn .check-icon .icon::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.231);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.1s;
  }
  /*  */
  /* border select */
  .custom-radio input:checked + .radio-btn {
    border: 4px solid #C62828;
  }
  /*  */
  /* background circle select */
  .custom-radio input:checked + .radio-btn .check-icon {
    background-color: #C62828;
  }
  /*  */
  .custom-radio input:checked + .radio-btn .check-icon .icon::before,
  .custom-radio input:checked + .radio-btn .check-icon .icon::after {
    transform: scale(1);
  }
  
  .radio-buttons .add-profile {
    width: 234px;
    height: 260px;
    margin: 10px;
    background-color: #222533;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .radio-buttons .add-profile img {
    width: 80px;
    user-select: none;
  }
  /*  */
  /* Line */
  .span {
    position: absolute;
    display: block;
    height: 18px;
    width: 5px;
    background: #C62828;
  }