body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.DAT_Cover{background-image:url(/static/media/banner.4bf3ee34804ccab7af24.jpg);background-position:bottom;background-size:cover;width:100%}.DAT_Cover_Container{align-items:center;background-color:#4747474d;display:flex;flex-direction:column;gap:10px;height:calc(100vh - 60px);justify-content:center;width:100%}.DAT_Cover_Container_Logo{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffffb3;border-radius:5px;padding:8px}.DAT_Cover_Container_Logo img{width:200px}.DAT_Cover_Container_Search{align-items:center;background-color:#fff;border:1px solid gray;border-radius:10px;display:flex;justify-content:space-between;padding:10px;width:40%}.DAT_Cover_Container_Search input{background-color:#0000;border:none;outline:none;width:100%}.DAT_CoverMobile{background-image:url(/static/media/banner.4bf3ee34804ccab7af24.jpg);background-position:bottom;background-size:cover;width:100%}.DAT_CoverMobile_Container{align-items:center;background-color:#4747474d;display:flex;flex-direction:column;gap:10px;height:calc(100vh - 60px);width:100%}.DAT_CoverMobile_Container_Logo{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffffb3;border-radius:5px;margin-top:16px;padding:8px}.DAT_CoverMobile_Container_Logo img{width:150px}.DAT_CoverMobile_Container_Search{align-items:center;background-color:#fff;border:1px solid gray;border-radius:10px;display:flex;justify-content:space-between;padding:10px;width:70%}.DAT_CoverMobile_Container_Search input{background-color:#0000;border:none;outline:none;width:100%}.DAT_Detail{align-items:center;box-sizing:border-box;display:flex;gap:20px;height:calc(100vh - 80px);justify-content:center;margin:0 16px;min-width:95%}.DAT_Detail_Image{display:flex;flex:4 1;flex-direction:column;min-height:500px}.DAT_Detail_Image .image-gallery-image{border-radius:7px;object-fit:cover!important;width:auto!important}.DAT_Detail_Image .image-gallery-thumbnail.active,.DAT_Detail_Image .image-gallery-thumbnail:focus,.DAT_Detail_Image .image-gallery-thumbnail:hover{border-radius:9px}.DAT_Detail_Image .image-gallery-fullscreen-button{display:none}.DAT_Detail_Image img{border-radius:7px}.DAT_Detail_Info{display:flex;flex:6 1;flex-direction:column;gap:4px}.DAT_Detail_Info_Verify{align-items:center;display:flex;gap:10px}.DAT_Detail_Info_Verify span{font-family:Open Sans,sans-serif;font-size:1.2em;font-style:italic;font-weight:900}.DAT_Detail_Info_Note{color:gray;font-style:italic}.DAT_Detail_Info_Detail table{border:none;border-collapse:collapse;font-size:15px;text-align:left;width:100%}.DAT_Detail_Info_Detail table td,.DAT_Detail_Info_Detail table th{border:1px solid #ddd;padding:8px 15px}.DAT_Detail_Info_Detail table th{font-weight:700;width:250px}.DAT_Detail_Info_Detail table tr:nth-child(2n){background-color:#f9f9f9}.DAT_Detail_Info_Detail table tr:hover{background-color:#f1f1f1}.DAT_DetailX{box-sizing:border-box;height:calc(100vh - 80px);width:100%}.DAT_DetailX,.DAT_DetailX_Info{align-items:center;display:flex;justify-content:center}.DAT_DetailX_Info{width:50%}.DAT_DetailX_Info_Tit{display:flex;flex-direction:column;justify-content:left}.DAT_DetailX_Info_Tit_Head{color:#00344c;font-family:Open Sans,sans-serif;font-size:30px;font-weight:900}.DAT_Search{align-items:center;background-color:#fff;border:1px solid gray;border-radius:10px;display:flex;justify-content:space-between;padding:10px;width:40%}.DAT_Search input{background-color:#0000;border:none;outline:none;width:100%}.Loading{align-items:center;box-sizing:border-box;display:flex;height:500px;justify-content:center;padding:0 20px}.Loading *{font-family:Albert Sans,sans-serif;font-size:inherit}.Loading body{background-color:#fff;height:100vh;place-items:center}.Loading .scene,.Loading body{display:grid;position:relative}.Loading .scene{height:220px;place-items:center;width:220px;z-index:2}.Loading .cube-wrapper{animation:bouncing 2s infinite;transform-style:preserve-3d}.Loading .cube{animation:rotation 2s infinite;transform:rotateX(45deg) rotate(45deg);transform-style:preserve-3d}.Loading .cube-faces{height:80px;position:relative;transform:translateX(0) translateY(0) translateZ(-40px);transform-origin:0 0;transform-style:preserve-3d;width:80px}.Loading .cube-face{background:#00344c;border:1px solid #42b7e9;inset:0;position:absolute}.Loading .cube-face.shadow{animation:bouncing-shadow 2s infinite;transform:translateZ(-80px)}.Loading .cube-face.top{transform:translateZ(80px)}.Loading .cube-face.front{transform:rotateY(-90deg);transform-origin:0 50%}.Loading .cube-face.back{transform:rotateY(-90deg) translateZ(-80px);transform-origin:0 50%}.Loading .cube-face.right{transform:rotateX(-90deg) translateY(-80px);transform-origin:50% 0}.Loading .cube-face.left{transform:rotateX(-90deg) translateY(-80px) translateZ(80px);transform-origin:50% 0}@keyframes rotation{0%{animation-timing-function:cubic-bezier(.17,.84,.44,1);transform:rotateX(45deg) rotateY(0) rotate(45deg)}50%{animation-timing-function:cubic-bezier(.76,.05,.86,.06);transform:rotateX(45deg) rotateY(0) rotate(225deg)}to{animation-timing-function:cubic-bezier(.17,.84,.44,1);transform:rotateX(45deg) rotateY(0) rotate(405deg)}}@keyframes bouncing{0%{animation-timing-function:cubic-bezier(.76,.05,.86,.06);transform:translateY(-40px)}45%{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:translateY(40px)}to{animation-timing-function:cubic-bezier(.76,.05,.86,.06);transform:translateY(-40px)}}@keyframes bouncing-shadow{0%{animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05;transform:translateZ(-80px) scale(1.3)}45%{animation-timing-function:cubic-bezier(.23,1,.32,1);opacity:.3;transform:translateZ(0)}to{animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05;transform:translateZ(-80px) scale(1.3)}}.DAT_DetailMobile{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:16px auto auto;min-height:500px;min-width:95%}.DAT_DetailMobile_Image{display:flex;flex:4 1;flex-direction:column;min-height:400px}.DAT_DetailMobile_Image .image-gallery-image{border-radius:7px;object-fit:cover!important;width:auto!important}.DAT_DetailMobile_Image .image-gallery-thumbnail.active,.DAT_DetailMobile_Image .image-gallery-thumbnail:focus,.DAT_DetailMobile_Image .image-gallery-thumbnail:hover{border-radius:9px}.DAT_DetailMobile_Image .image-gallery-fullscreen-button{display:none}.DAT_DetailMobile_Image img{border-radius:7px}.DAT_DetailMobile_Info{flex:6 1;padding:15px}.DAT_DetailMobile_Info_Verify{align-items:center;display:flex;gap:3px;padding-left:5px}.DAT_DetailMobile_Info_Verify span{font-family:Open Sans,sans-serif;font-size:20px;font-style:italic;font-weight:900}.DAT_DetailMobile_Info_Detail table{border:none;border-collapse:collapse;font-size:15px;margin:20px 0;text-align:left;width:100%}.DAT_DetailMobile_Info_Detail table td,.DAT_DetailMobile_Info_Detail table th{border:1px solid #ddd;font-size:12px;padding:8px 15px}.DAT_DetailMobile_Info_Detail table th{font-size:14px;font-weight:700}.DAT_DetailMobile_Info_Detail table tr:nth-child(2n){background-color:#f9f9f9}.DAT_DetailMobile_Info_Detail table tr:hover{background-color:#f1f1f1}.DAT_SearchMobile{align-items:center;background-color:#fff;border:1px solid gray;border-radius:10px;display:flex;justify-content:space-between;padding:10px;width:70%}.DAT_SearchMobile input{background-color:#0000;border:none;outline:none;width:100%}.DAT_DetailXMobile{box-sizing:border-box;height:calc(100vh - 200px);width:100%}.DAT_DetailXMobile_Info{align-items:center;display:flex;justify-content:center;margin:100px auto auto;width:90%}.DAT_DetailXMobile_Info_Tit_Head{align-items:center;color:#00344c;display:flex;font-family:Open Sans,sans-serif;font-size:20px;font-weight:900;justify-content:space-between}.DAT_DetailXMobile_Info_Tit_Body{text-align:justify}.react-slideshow-container{align-items:center;display:flex;position:relative}.react-slideshow-container .nav{cursor:pointer;position:absolute;z-index:10}.react-slideshow-container .nav:first-of-type{left:0}.react-slideshow-container .nav:last-of-type{right:0}.react-slideshow-container .default-nav{align-items:center;background:#fff9;border:0;border-radius:50%;color:#fff;display:flex;height:30px;justify-content:center;text-align:center;width:30px}.react-slideshow-container .default-nav:focus,.react-slideshow-container .default-nav:hover{background:#fff;color:#666;outline:0}.react-slideshow-container .default-nav.disabled:hover{cursor:not-allowed}.react-slideshow-container .default-nav:first-of-type{border-right:0;border-top:0;margin-right:-30px}.react-slideshow-container .default-nav:last-of-type{margin-left:-30px}.react-slideshow-container+ul.indicators{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.react-slideshow-container+ul.indicators li{display:inline-block;height:7px;margin:0;padding:5px;position:relative;width:7px}.react-slideshow-container+ul.indicators .each-slideshow-indicator{background:#0000;border:0;color:#0000;cursor:pointer;opacity:.25}.react-slideshow-container+ul.indicators .each-slideshow-indicator:before{background:#000;border-radius:50%;content:"";height:7px;left:0;position:absolute;text-align:center;top:0;width:7px}.react-slideshow-container+ul.indicators .each-slideshow-indicator.active,.react-slideshow-container+ul.indicators .each-slideshow-indicator:hover{opacity:.75;outline:0}.react-slideshow-fadezoom-wrapper{overflow:hidden;width:100%}.react-slideshow-fadezoom-wrapper .react-slideshow-fadezoom-images-wrap{display:flex;flex-wrap:wrap}.react-slideshow-fadezoom-wrapper .react-slideshow-fadezoom-images-wrap>div{opacity:0;position:relative}.react-slideshow-wrapper .react-slideshow-fade-images-wrap>div[aria-hidden=true]{display:none}.react-slideshow-wrapper.slide{overflow:hidden;width:100%}.react-slideshow-wrapper .images-wrap.horizontal{display:flex;flex-wrap:wrap}.react-slideshow-wrapper .images-wrap>div[aria-hidden=true]{display:none}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.DAT_Footer{background-color:#f5f5f5;padding:50px 150px}.DAT_Footer_Top{display:flex;justify-content:space-between}.DAT_Footer_Top_Column_Title{color:#0082ca;font-weight:700;text-transform:uppercase}.DAT_Footer_Top_Column_Content_Item{color:gray;margin-top:20px}.DAT_Footer_Top_Column_Content_Item_Title{color:#0082ca;font-weight:700;text-transform:uppercase}.DAT_Footer_Top_Column_Content_Item_Content_Item{color:gray;margin-top:20px}.DAT_Footer_Bottom{margin-top:20px}.DAT_Footer_Bottom_Social{display:flex;gap:10px}.DAT_Footer_Bottom_Social_Item{align-items:center;background-color:#0082ca;border-radius:5px;display:flex;justify-content:center;padding:8px}.DAT_Footer_Bottom_Certificate{align-items:center;color:gray;display:flex;justify-content:space-between;margin-top:20px}.DAT_Footer_Bottom_Certificate_Left{display:flex;gap:10px}.DAT_FooterMobile,.DAT_Footer_Bottom_Certificate_Right{align-items:center;display:flex;justify-content:center}.DAT_FooterMobile{background-color:#f5f5f5;flex-direction:column;gap:8px;padding:16px}.DAT_FooterMobile_Row{color:#0082ca;font-weight:700;text-transform:uppercase}.DAT_FooterMobile_Social{display:flex;gap:10px}.DAT_FooterMobile_Social_Item{align-items:center;background-color:#0082ca;border-radius:5px;display:flex;justify-content:center;padding:8px}.DAT_FooterMobile_Certificate{align-items:center;color:gray;display:flex;flex-direction:column;justify-content:center}.DAT_Header{background-color:#fff;border-bottom:1px solid #8080804d;justify-content:space-between;padding:8px}.DAT_Header,.DAT_Header_Left{align-items:center;display:flex}.DAT_Header_Left a{margin-top:4px;text-decoration:none}.DAT_Header_Left img{height:45px}.DAT_Header_Right{align-items:center;display:flex;gap:16px}.DAT_Header_Right_Language{cursor:pointer;position:relative}.DAT_Header_Right_Language span{align-items:center;background-color:#fffc;border-radius:2px;box-shadow:0 0 3px 2px #0000004d;color:gray;display:flex;font-size:12px;justify-content:center;padding:2px;position:absolute;right:-10px;top:-10px;width:20px}.DAT_Header_Right_Title{align-items:center;color:gray;display:flex;font-weight:600;gap:4px;margin-right:16px}.DAT_HeaderMobile{background-color:#fff;border-bottom:1px solid #8080804d;justify-content:space-between;padding:8px}.DAT_HeaderMobile,.DAT_HeaderMobile_Left{align-items:center;display:flex}.DAT_HeaderMobile_Left a{margin-top:4px;text-decoration:none}.DAT_HeaderMobile_Left img{height:45px}.DAT_HeaderMobile_Right{align-items:center;color:gray;display:flex;font-weight:600;gap:4px;margin-right:16px;position:relative}.DAT_HeaderMobile_Right span{background-color:#fffc;border-radius:2px;box-shadow:0 0 3px 2px #0000004d;color:gray;font-size:12px;padding:2px;position:absolute;right:-10px;top:-10px;width:20px}.DAT_HeaderMobile_Right span,.DAT_Update{align-items:center;display:flex;justify-content:center}.DAT_Update{min-height:500px;width:100%}.DAT_Update_Title{align-items:center;color:#00344c;display:flex;flex-direction:column;justify-content:center;margin-top:-170px;padding:20px}.DAT_Update_Title_Button{background-color:#001d2a;border-radius:5px;color:#fff;cursor:pointer;font-weight:900;margin-top:20px;padding:10px}.DAT_Update_Title_Button:hover{background-color:#379cc7;transition:.2s ease-in-out}.DAT_Update_Title_InsertOTP{margin-top:10px}.DAT_Update_Title input{border:1px solid #80808080;border-radius:5px;margin-top:10px;padding:10px;width:fit-content}.DAT_DataList{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:flex-start;min-height:500px}.DAT_DataList_Title{width:100%}.DAT_DataList_Title_Table{position:relative}.DAT_DataList_Title_Head{align-items:center;display:flex;justify-content:space-between;padding:10px}.DAT_DataAction{align-items:center;background-color:#00344c66;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:20}.DAT_DataAction_Form{background-color:#fff;border-radius:5px;min-width:300px;overflow:hidden;width:60%}.DAT_DataAction_Form_Head{align-items:center;background-color:#00344c;color:#fff;display:flex;font-size:17px;font-weight:600;justify-content:space-between;padding:15px}.DAT_DataAction_Form_Body{-ms-overflow-style:none;font-size:15px;max-height:500px;overflow-y:scroll;padding:10px;scrollbar-width:none}.DAT_DataAction_Form_Body::-webkit-scrollbar{display:none}.DAT_DataAction_Form_Body_Input{display:flex;flex-direction:column;padding:5px}.DAT_DataAction_Form_Body_Input textarea{border:1px solid #80808080;border-radius:5px;margin-top:10px;padding:5px}.DAT_DataAction_Form_Body_Input input{border:1px solid #80808080;border-radius:5px;margin-top:10px;padding:10px;width:fit-content}.DAT_DataAction_Form_Footer{border-top:1px solid gray;display:flex;justify-content:flex-end;padding:10px}.DAT_DataAction_Form_Footer button{background-color:#00344c;border:1px solid #80808080;border-radius:5px;color:#fff;cursor:pointer;margin-left:10px;padding:10px}.DAT_DataAction_Form_Footer button:hover{background-color:#379cc7;border:1px solid #379cc7;transition:.3s ease-in-out}.rdt_Table{margin-bottom:20px;margin-top:0;position:relative}.rdt_TableCol{background-color:#ececec;border-right:1px solid #d5d5d5;color:#444;font-family:sans-serif;font-size:12px;font-weight:600;justify-content:center;padding:0!important}.rdt_TableCol div:first-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rdt_TableCol:first-child{left:0;position:sticky;position:-webkit-sticky;z-index:20}.rdt_TableCol:last-child{border-left:1px solid #d5d5d5;position:sticky;position:-webkit-sticky;right:0;z-index:20}.rdt_TableBody{padding:0;position:relative}.rdt_TableRow{border-bottom:1px solid #d5d5d5;padding:0}.rdt_TableRow:hover{background-color:#0000000d}.rdt_TableCell{align-items:center;display:flex;justify-content:center}.rdt_TableCell:first-child{background-color:#fff;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5;left:0;position:sticky;z-index:20}.rdt_TableCell:first-child:hover{background-color:#e7e7e7}.rdt_TableCell:last-child{background-color:#fff;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5;position:sticky;right:0;z-index:20}