label{margin-bottom:  0px;}
* {
  font-family: 'Sarabun Regular';
}
.body_background{background-color: #F5F5F5;
}
body{color: #5B5C6A;}
.body_page {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    height: 100%;
    transition: 0.3s all;
}

.sidebar-pmone{
  display: none;
}


.cursor, input, select, textarea ,.cursor label,.cursor svg path {
    cursor: pointer;
}

.div_section-one {
    padding-bottom: 20px;
}
  
.section-top {
    margin-top: 30px;
}
.border_bottom {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 30px;
}
.text-1-line {
display: -webkit-box;
-webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
  
.ButtonState:active,.btn--primary:active,.btn--Tertiary:active,.btn--secondary:active,.btn-red:active,.btn-ok:active,.btn-cancel:active{
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.ButtonState{
  display: inline-flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 12px;
  background: #E8F3FF;  
  color: #3385E0;
  transition: 0.3s all;
}
.ButtonState:hover,.ButtonState:focus-visible,.btn--Tertiary:active,.btn--Tertiary:active{
  background: #ddedfd;  
  color: #3385E0;
}

.div_grounp {
    display: flex;
    align-items: center;
}

.icon-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ced4da;
    border-radius: 12px;
    background-color: #FFFFFF;
    border-right: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

}

.input_search {
    border-left: 0px !important;
    border-radius: 12px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 40px !important;
}

.btn--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #FFFFFF;
    background-color: #4976E9;
    border-radius: 12px;
    min-width: 100px;
    /* height: 48px; */
    padding:.375rem .75rem;
    transition: 0.3s all;
}

.btn--primary:hover,.btn--primary:focus-visible,.btn--primary:active,.btn--secondary:active,.btn--primary:active,.btn--primary:active,.btn--primary:active {
    color: #FFFFFF;
    background-color: #426AD2;
}

.btn-icon {
    margin-right: 5px;
}

.btn-mg-left {
    margin-left: 15px;
}

  
  .btn--Tertiary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #4976E9;
    background-color: #fff;
    border-color: #4976E9;
    border-radius: 12px;
    min-width: 100px;
    /* height: 48px; */
    padding:.375rem .75rem;
    transition: 0.3s all;
  }
  
  .btn--Tertiary:hover ,.btn--Tertiary:focus-visible,.btn--Tertiary:active {
    color: #426AD2;
    background-color: #fff;
    border-color: #426AD2;
  }
  .btn--Tertiary.dis,.btn--Tertiary:hover.dis,.btn--secondary.dis,.btn--secondary:hover.dis,.btn--primary.dis,.btn--primary:hover.dis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #5B5C6A;
    background-color: #EAEAEA;
    border-color: #EAEAEA;
    border-radius: 12px;
    min-width: 100px;
    /* height: 48px; */
    padding:.375rem .75rem;
    transition: 0.3s all;
  }

  .btn--Tertiary.Active,.btn--Tertiary:hover.Active,.btn--secondary.Active,.btn--secondary:hover.Active,.btn--primary.Active,.btn--primary:hover.Active {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    background-color: #3A5EBA;
    border-color: #3A5EBA;
    border-radius: 12px;
    min-width: 100px;
    /* height: 48px; */
    padding:.375rem .75rem;
    transition: 0.3s all;
  }

  .btn--Tertiary.Pressed,.btn--Tertiary:hover.Pressed,.btn--secondary.Pressed,.btn--secondary:hover.Pressed,.btn--primary.Pressed,.btn--primary:hover.Pressed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    background-color: #213569;
    border-color: #213569;
    border-radius: 12px;
    min-width: 100px;
    /* height: 48px; */
    padding:.375rem .75rem;
    transition: 0.3s all;
  }
  .Text{color: #5B5C6A;transition: 0.3s all;}
  .Text:hover{color: #426AD2;}
  .Text.Active{color: #3A5EBA;}
  .Text.Pressed{color: #213569;}
  .Text.dis{color: #9BA6AF;}
  
  
  .div_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 20px;
  }
  
  .btn--secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4976E9;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 12px;
    min-width: 100px;
    /* height: 48px; */
    padding:.375rem .75rem;
    transition: 0.3s all;
  }
  .btn--secondary:hover,.btn--secondary:focus-visible ,.btn--secondary:active {
    color: #426AD2;
    border-color: #E4EAFC;
    background-color: #E4EAFC;
  }
  
  .btn--primary svg path,.btn--primary:hover svg path,.btn--primary:active svg path{
    color: #fff;
    fill: #fff;
  }
 
  .btn--secondary svg path,.btn--Tertiary svg path{
    color: #4976E9;
    fill: #4976E9;
  }
  .btn--secondary:hover svg path,.btn--Tertiary:hover svg path,.btn--Tertiary:focus-visible svg path{
    color: #426AD2;
    fill: #426AD2;
  }  
  .svgColor svg path{
    fill: #4976E9;
    color: #4976E9;
  }
  .btn--W100{
    width: 100% !important;  
  }

  .white_page{
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 12px;
    transition: 0.3s all;
  }

  .boxinput{
    min-width: 100px;
  }
  div.required label:after {
      content: ' *';
      color: #C02E2E;
  }
/* --- lg --- */
@media (min-width: 1025px) and (max-width: 1280px){
    .body_page {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
    .white_page{
      padding: 30px;
      background-color: #FFFFFF;
      border-radius: 12px;
      transition: 0.3s all;
    }
}
/* --- md --- */
@media (min-width: 768px) and (max-width: 1024px){
    .body_page {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }
    .section-top {
        margin-top: 20px;
    }
    .border_bottom {
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 20px;
    }
    .white_page{
      padding: 20px;
      background-color: #FFFFFF;
      border-radius: 12px;
      transition: 0.3s all;
    }
}
/* --- sm xs --- */
@media (min-width: 200px) and (max-width: 767px){
    .body_page {
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 50px;
    }
    .white_page{
      padding: 16px;
      background-color: #FFFFFF;
      border-radius: 12px;
      transition: 0.3s all;
    }
    /* .btn--primary, .btn--secondary,.btn--Tertiary {
        width: 100% !important;
      } */
      .section-top {
        margin-top: 20px;
    }
    .border_bottom {
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 16px;
    }
}

  @media (max-width: 424px) {
    .div-btn-status {
      margin-top: 15px !important;
    }
  }

/* input checkbox */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: transparent;
  background-color: #4976E9;
  }
  .custom-control-label::before {
    background-color: #FFFFFF;
    border: 1px none ;
  }
  .form-check-label{cursor: pointer;}


  input[type="checkbox"] {
      cursor: pointer;
  }
  
  input[type="checkbox"] {
      width: 16px;
      height: 16px;
      border-radius: 12px;
      border-color: #4976E9 !important;
      accent-color: #4976E9 !important;
  }

/* input checkbox */



/*---------- radio ----------*/

.div_radio {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 16px;
  }
  .radio-left {
    margin-left: 15px;
  }
  
  input[type="radio"] {
    display: block !important;
    width: 18px;
    height: 18px;
    accent-color: #4976E9 !important;
    cursor: pointer;
  }
  input[type=radio]:checked+label, input[type=radio]:checked+label .border--radio {
    background-color: unset;
    color: #4976E9 !important;
    border-color: transparent !important;
    cursor: pointer;
  }
  
  input[type=radio]:checked+label::after {
    display: none !important;
  }
  
  input[type=radio]:checked::before {
      transform: scale(1);
  }
  
  .border--radio {
    border: 1px none #A9A9A9;
    border-radius: 4px;
    padding:5px 5px 5px 30px;
  }
  
  .radio-ps {
    position: relative;
  }
  
  .text--radio {
    margin-left: 16px;
  }


/* --- sm xs --- */
@media (min-width: 200px) and (max-width: 767px){

  .div_radio {
    display: flex;
    align-items: flex-start;
    height: 100%;
    gap: 16px;
    flex-direction: column;
  }
  .radio-left {
    margin-left: 0px;
  }

}
  
/*---------- radio ----------*/

/*------------- status -------------*/
.border-status {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 4px 18px;
    
}

.border-status.red{
    color: #FF4D49 !important;
    background-color: #FFF3F3;
    border: 1px solid #FFF3F3;
}

.border-status.grey{
    color: #6D788D !important;
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
}

.border-status.primary{
    color: #7B66FF !important;
    background-color: #F2EEFF;
    border: 1px solid #F2EEFF;
}

.border-status.green{
    color: #13AF77 !important;
    background-color: #F0FFFA;
    border: 1px solid #F0FFFA;
}

.border-status.orage{
  color: #FF922E !important;
  background-color: #FFF8EC;
  border: 1px solid #FFF8EC;
}
.border-status.blue{
  color: #26C6F9 !important;
  background-color: #F2FBFF;
  border: 1px solid #F2FBFF;
}
.border-status.secondary{
  color: #4976E9 !important;
  background-color: #EDF1FD;
  border: 1px solid #EDF1FD;
}


.border-status.red2{
  color: #FF4D49 !important;
  background-color: #fff;
border: 1px solid #FF4D49;
}

.border-status.grey2{
  color: #6D788D !important;
  background-color: #fff;
border: 1px solid #6D788D;
}

.border-status.primary2{
  color: #7B66FF !important;
  background-color: #fff;
border: 1px solid #7B66FF;
}

.border-status.green2{
  color: #13AF77 !important;
  background-color: #fff;
border: 1px solid #13AF77;
}

.border-status.orage2{
color: #FF922E !important;
background-color: #fff;
border: 1px solid #FF922E;
}
.border-status.blue2{
color: #26C6F9 !important;
background-color: #fff;
border: 1px solid #26C6F9;
}
.border-status.secondary2{
  color: #4976E9 !important;
  background-color: #EDF1FD;
  border: 1px solid #4976E9;
  }
  .border-status.secondary3{
    color: #4976E9 !important;
    background-color: #fff;
    border: 1px solid #4976E9;
    }
  
/*------------- status -------------*/

/*------------------- table -------------------*/
.wrapper_table-main {
  border-radius: 1em;
  
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #66677A !important;
  border: 1px solid #EBEBEF;
}
.table-main, .table-modal {
  background-color: white;
  border-collapse: collapse !important;
}

.table-main thead, .table-modal thead {
  background-color: #3759AF;
  color: #FFFFFF;
}

.table-main thead tr th, .table-modal thead tr th {
  padding: 1rem 1.5rem !important;
  vertical-align: middle;
  text-align: center;
}

.table-main tbody tr td, .table-modal tbody tr td {
  text-align: center;
  vertical-align: middle;
  min-width: 5em !important;
  padding: 1rem 1.5rem !important;
}

.table-main thead tr th:first-child,
.table-main tbody tr td:first-child {
  width: 5em;
  min-width: 5em !important;
}

.table-main thead tr th:last-child,
.table-main tbody tr td:last-child {
  min-width: 5em;
}

.table-main tbody tr td:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-head-tb,.div-head-tb label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.div-head-tbleft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.div-head-tb svg,
.div-head-tbleft svg {
  cursor: pointer;
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.div-action-group{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.div-action svg path,.div-action svg{
  cursor: pointer;
  fill: #5B5C6A;
}
.div-action:hover svg path {
  fill: #426AD2;
}


/*------------------- table -------------------*/




/* -------- สี Scrollbar Color -------- */
::-webkit-scrollbar {
    height: 0.5em;
    width: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

::-webkit-scrollbar-track {
    background-color: #EAEAEA;
}

::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #CCC;
}

/* --------end Scrollbar Color -------- */

/* scrollable-tabs-container */

.white_page_tabs{border-radius: 0px 12px 12px 12px !important;}

.border-bottom{
  border-bottom: 1 solid #eeeeee;
}
.m0-p0{
  margin: 0;
  padding: 0;
}
.scrollable-tabs-container {
  /* background: #fff; */
  width: auto;
  /* margin: 16px auto; */
  overflow: hidden;
  position: relative;
}

.scrollable-tabs-container svg {
  width: 24px;
  cursor: pointer;
  color: #374957;
  border-radius: 50%;
  pointer-events: auto;
}

.scrollable-tabs-container ul {
  display: flex;
  gap: 0px !important;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.scrollable-tabs-container ul.dragging a {
  pointer-events: none;
}

.scrollable-tabs-container ul.dragging {
  scroll-behavior: auto;
}

.scrollable-tabs-container ul::-webkit-scrollbar {
  display: none;
}

.scrollable-tabs-container a {
    color: #96A7DD;
    text-decoration: none;
    padding: 15px 40px !important;
    display: inline-flex;
    gap: 10px;
    user-select: none;
    white-space: nowrap;
    align-items: center;
    height: 40px !important;
    border-radius: 12px 12px 0px 0px;
    background: #C7D5F8;
}

.scrollable-tabs-container li.active a {
    color: #fff;
    background: #3759AF;
}
.scrollable-tabs-container a:hover {
    color: #3759AF;
}

.scrollable-tabs-container li a .statusTab{
  font-size: 14px;
  font-weight: 500;
  color: #96A7DD;
  border-radius: 6px;
  background-color: #fff;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollable-tabs-container li.active a .statusTab,.scrollable-tabs-container a:hover  .statusTab{
  font-size: 14px;
  font-weight: 500;
  color: #3759AF;
  border-radius: 6px;
  background-color: #fff;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container .left-arrow {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 10px;
  pointer-events: none;
}

.scrollable-tabs-container .right-arrow.active,
.scrollable-tabs-container .left-arrow.active {
  display: flex;
}

.scrollable-tabs-container .right-arrow {
  right: 0;
  background: #fff;
  justify-content: flex-end;
}

.scrollable-tabs-container .left-arrow {
  background: #fff;
}
.scrollable-tabs-container li, a {
    width: unset;
}

/* scrollable-tabs-container -ENDs-*/


/* Chart-tabs-container */


.border-bottom{
  border-bottom: 1 solid #eeeeee;
}
.m0-p0{
  margin: 0;
  padding: 0;
}
.Chart-tabs-container {
  /* background: #fff; */
  width: auto;
  /* margin: 16px auto; */
  overflow: hidden;
  position: relative;
}

.Chart-tabs-container svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #374957;
  border-radius: 0%;
  pointer-events: auto;
}

.Chart-tabs-container ul {
  display: flex;
  justify-content: flex-end;
  gap: 5px !important;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.Chart-tabs-container ul.dragging a {
  pointer-events: none;
}

.Chart-tabs-container ul.dragging {
  scroll-behavior: auto;
}

.Chart-tabs-container ul::-webkit-scrollbar {
  display: none;
}

.Chart-tabs-container a {
    color: #CCCCCC;
    text-decoration: none;
    padding: 5px !important;
    display: inline-flex;
    gap: 10px;
    user-select: none;
    white-space: nowrap;
    align-items: center;
    height: 35px !important;
    width: 35px !important;
    border-radius: 5px;
    background: #F5F5F5;
}.Chart-tabs-container a svg path{fill: #CCCCCC;}

.Chart-tabs-container li.active a {
    color: #fff;
    background: #4976E9;
    fill: #fff;
}.Chart-tabs-container li.active a svg path{fill: #fff;}

.Chart-tabs-container a:hover {
    color: #939393;
}.Chart-tabs-container a:hover svg path{fill: #939393;}

.Chart-tabs-container li a .statusTab{
  font-size: 14px;
  font-weight: 500;
  color: #96A7DD;
  border-radius: 6px;
  background-color: #fff;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Chart-tabs-container li.active a .statusTab,.Chart-tabs-container a:hover  .statusTab{
  font-size: 14px;
  font-weight: 500;
  color: #3759AF;
  border-radius: 6px;
  background-color: #fff;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Chart-tabs-container .right-arrow,
.Chart-tabs-container .left-arrow {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 10px;
  pointer-events: none;
}

.Chart-tabs-container .right-arrow.active,
.Chart-tabs-container .left-arrow.active {
  display: flex;
}

.Chart-tabs-container .right-arrow {
  right: 0;
  background: #fff;
  justify-content: flex-end;
}

.Chart-tabs-container .left-arrow {
  background: #fff;
}
.Chart-tabs-container li, a {
    width: unset;
}

/* Chart-tabs-container -ENDs-*/


/* Bootstrap 4 text input with search icon */

.has-search{
  position: relative;
}
.has-search .form-control {
    padding-right: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  right: 0;
  margin-right: 5px;
  text-align: center;
  pointer-events: none;
}
.has-search .form-control-feedback svg path{fill:#5B5C6A;}

/* Bootstrap 4 text input with search icon -END-*/


/* Bootstrap 4 text input with color */
.input_color{
  margin-top: 8px;
  border-radius: 12px;
  border: 1px solid  #EAEAEA;
  transition: 0.3s all;
}.input_color:hover{
  border-radius: 12px;
  border: 1px solid  #426AD2;
}
.input_color[disabled], .input_color[disabled]:hover{
  background-color: #EAEAEA;
  border: 1px solid  #EAEAEA;
  color: #5B5C6A;
}
.input_color[readonly="readonly"],.input_color[readonly="readonly"]:hover {
  background-color: #EAEAEA;
  border: 1px solid  #EAEAEA;
  color: #5B5C6A;
}
/* Bootstrap 4 text input with color -END-*/


/* slide fillter */
.slide-filter {
    top: 0;
    width: 27%;
    position: fixed;
    background-color: white;
    height: 100vh;
    z-index: 2000;
    right: -150%;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.04);
    transition: all .5s !important;
    overflow-y: auto;
}

.slide-filter.add-slide {
    right: 0;
}


.body_slide {
    height: 100vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.text-clear {
    color: #245E9E;
    font-size: 12px;
    cursor: pointer;
}

.back_slide {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.back_slide label {
    margin-left: 5px;
    cursor: pointer;
}

.btn-save-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #4976E9;
  background-color: #fff;
  border-color: #4976E9;
  border-radius: 12px;
  min-width: 100px;
  /* height: 48px; */
  padding:.375rem .75rem;
  transition: 0.3s all;
    width: 100%;
}

.btn-save-filter:hover {
  color: #426AD2;
  background-color: #fff;
  border-color: #426AD2;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .slide-filter {
        width: 32% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slide-filter {
        width: 50% !important;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
  .slide-filter {
        width: 100% !important;
    }
}
/* slide fillter -END-*/

/* ////////////////////////////// upload  ///////////////////////////////////// */
.border-nodata {
  border: 2px dashed #DCDCDC;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upfile{
border-radius: 8px;
border: 1px solid var(--Neutral-70, #DCDCDC);
display: flex;
justify-content: space-between;
padding:7px 10px ;
width: 280px;
gap:10px;
}.upfile .detailpopup {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.upfile .detailSvg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-1-line {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

/* ////////////////////////////// upload -End- ///////////////////////////////////// */

/* modal */

.Coles_icon{
cursor: pointer;
position: absolute;
right: 0;
margin-right: 1.5rem;
z-index: 999;
}
.modal-btn-w100{
width: 100% !important;
}
.modal-content {
border: none;
border-radius: 16px;
}
.modal_detail {
min-width: 1000px;
}
.modal__body {
padding: 20px 0px;
}
.header__modal {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
padding-bottom: 20px;
border-bottom: 1px solid #DCDCDC;
}
.text__modal {
margin: 15px 0px;
display: flex;
flex-direction: column;
}

.modal__icon {
display: flex;
align-items: center;
justify-content: center;
}

.div-btn-layout-modal {
display: flex;
align-items: center;
justify-content: center;
gap:15px;
}

.btn-ok {
color: #FFFFFF;
background-color: #4976E9;
border-radius: 12px;
min-width: 90px;
padding: .375rem .75rem;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}

.btn-ok:hover,.btn-ok:focus-visible,.btn-ok:active {
color: #FFFFFF;
background-color: #426AD2;
border-radius: 12px;
min-width: 90px;
padding: .375rem .75rem;
display: flex;
justify-content: center;
align-items: center;
}

.btn-cancel {
color: #4976E9;
background-color: #FFFFFF;
border-color: #4976E9;
border-radius: 12px;
min-width: 90px;
padding: .375rem .75rem;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}

.btn-cancel:hover,.btn-cancel:focus-visible,.btn-cancel:active {
color: #426AD2;
background-color: #FFFFFF;
border-color: #426AD2;
border-radius: 12px;
padding: .375rem .75rem;
display: flex;
justify-content: center;
align-items: center;
}
.btn-red {
color: #FFFFFF;
background-color: #DC3545;
border-radius: 12px;
min-width: 90px;
padding: .375rem .75rem;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}

.btn-red:hover,.btn-red:focus-visible,.btn-red:active  {
color: #FFFFFF;
background-color: #C33946;
border-radius: 12px;
min-width: 90px;
display: flex;
justify-content: center;
align-items: center;
padding: .375rem .75rem;
}
.modal_detail {
min-width: 1200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
.modal_detail {
  min-width: 750px !important;
}
}

@media (min-width: 200px) and (max-width: 767px) {
.modal_detail {
  min-width: auto !important;
}
}

/* modal */

