﻿.empty-class{

}
/* 검색 아이콘 및 검색 텍스트 지우기 아이콘 */
.dx-textbox.dx-searchbox .dx-icon-search, .dx-textbox .dx-clear-button-area .dx-icon-clear {
    width: 34px;
    height: 100%;
    margin-top: 0;
    top: 0;
    padding: 0 8px;
}

.dx-textbox.dx-searchbox .dx-icon-search::before, .dx-textbox .dx-clear-button-area .dx-icon-clear:before {
    padding: 0;
    position: absolute;
    left: 8px;
    top: calc(50% - 17px);
    font-size: 17px;
    line-height: 34px;
}

/* 검색 입력박스 */

.dx-textbox.dx-searchbox .dx-texteditor-input, .dx-textbox.dx-searchbox .dx-placeholder:before {
    padding-left: 34px;
}

/* 체크 박스 */
/*
.dx-checkbox {
    display: table;
}

.dx-checkbox .dx-checkbox-container {
    display: table-cell;
}

.dx-checkbox .dx-checkbox-container .dx-checkbox-text {
    display: initial;
    margin-left  :  -12px; 
}

*/
.agados-pointer-item.dx-checkbox {
    display: table;
}

.agados-pointer-item.dx-checkbox .dx-checkbox-container {
    display: table-cell;
}

.agados-pointer-item.dx-checkbox .dx-checkbox-container .dx-checkbox-text {
    display: initial;
    margin-left  :  -12px; 
}


/*!
* Card List Box
*/
.Aga_CardList .dx-scrollview-content {
    display: flex;
    flex-wrap: wrap;
}

.Aga_CardList.dx-list .dx-list-item.dx-state-hover {
    background-color: #333333;
}

.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected {
    background-color: #333333;
}

.Aga_CardList.dx-list .dx-list-item.dx-state-focused {
    background-color: #333333;
}

.Aga_CardList.dx-list .dx-list-item.dx-state-hover .box-title,
.Aga_CardList.dx-list .dx-list-item.dx-state-hover .box-description,
.Aga_CardList.dx-list .dx-list-item.dx-state-hover .by,
.Aga_CardList.dx-list .dx-list-item.dx-state-hover .box-by,
.Aga_CardList.dx-list .dx-list-item.dx-state-hover .box-date,
.Aga_CardList.dx-list .dx-list-item.dx-state-hover .date {
    color: rgba(255,255,255,1) !important;
}

.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected .box-title,
.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected .box-description,
.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected .by,
.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected .box-by,
.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected .box-date,
.Aga_CardList.dx-list .dx-list-item.dx-list-item-selected .box-title {
    color: rgba(255,255,255,1) !important;
}

.Aga_CardList.dx-list .dx-list-item.dx-state-focused .box-title,
.Aga_CardList.dx-list .dx-list-item.dx-state-focused .box-description,
.Aga_CardList.dx-list .dx-list-item.dx-state-focused .by,
.Aga_CardList.dx-list .dx-list-item.dx-state-focused .box-by,
.Aga_CardList.dx-list .dx-list-item.dx-state-focused .box-date,
.Aga_CardList.dx-list .dx-list-item.dx-state-focused .date {
    color: rgba(255,255,255,1) !important;
}

.Aga_CardList.dx-list .dx-list-item {
    background-color: #f5f5f5;
    color: #333;
}

/* 2ColImage */

.Aga_Card_Col2.dx-list .dx-list-item {
    margin-bottom: 10px;
}

.Aga_Card_Col2 .dx-list-item:nth-child(odd) {
    flex-basis: 49.5%;
    margin-right: 0.5%;
    margin-bottom: 1%;
}

.Aga_Card_Col2 .dx-list-item:nth-child(even) {
    flex-basis: 49.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
}

.Aga_Card_Col2 :nth-child(2n).dx-list-item {
    flex-basis: 49.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
    width: 49.5%; /* 익스플로어 추가 */
    float: left; /* 익스플로어 추가 */
}

.Aga_Card_Col2 :nth-child(2n+1).dx-list-item {
    margin-right: 0.5%;
    margin-bottom: 1%;
    width: 49.5%; /* 익스플로어 추가 */
    float: left; /* 익스플로어 추가 */
    border-top: 1px solid #ddd;
}


.Aga_Card_Col2 .box-title.new::before {
    content: "N";
    color: #ffffff;
    background-color: #ff675a;
    padding: 0px 3px;
    margin-right: 3px;
}

/* Magazine Normal */
.Aga_Magazine .box-title.new::before {
    content: "N";
    color: #ffffff;
    background-color: #ff675a;
    padding: 0px 3px;
    margin-right: 3px;
}

.Aga_Magazine .dx-list-item:not(:first-child) .images_list_wrap {
    display: flex;
    align-items: center;
}

.Aga_Magazine .dx-list-item:not(:first-child) .box-images {
    flex: 0 0 12%;
    width: 100%;
    position: relative;
    padding-bottom: 10%;
}

    .Aga_Magazine .dx-list-item:not(:first-child) .box-images img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.Aga_Magazine .dx-list-item:not(:first-child) .box-info {
    flex: 0 0 88%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: normal;
    padding: 0 0 0 10px;
}

    .Aga_Magazine .dx-list-item:not(:first-child) .box-info .content_top_normal {
        flex: 0 0 100%;
        white-space: normal;
    }

    .Aga_Magazine .dx-list-item:not(:first-child) .box-info .content_top {
        flex: 0 0 60%;
        white-space: normal;
    }

.Aga_Magazine .dx-list-item:not(:first-child) .box-title {
    width: 100%;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.3em;
    line-height: 1.3em;
}

.Aga_Magazine .dx-list-item:not(:first-child) .box-info .content_bottom {
    flex: 0 0 40%;
    border-top: 0px solid #cccccc !important; /* 2번째부터는 라인 제거 */
}

.Aga_Magazine .dx-list-item:not(:first-child) .by {
    padding: 0 0 0 10px;
}

.Aga_Magazine .dx-list-item:not(:first-child) .date {
    padding: 0 0 0 10px;
    text-align: left;
}

.Aga_Magazine.dx-list .dx-list-item {
    margin-bottom: 10px;
}
/* Row Image Normal Style */
.Aga_Row_Image .box-title.new::before {
    content: "N";
    color: #ffffff;
    background-color: #ff675a;
    padding: 0px 3px;
    margin-right: 3px;
}

.Aga_Row_Image.dx-list .dx-list-item {
    margin-bottom: 10px;
}

/* AGA-box-basic */
.dx-dropdowneditor-input-wrapper {
    border-radius: inherit;
}

/* AGA-button-circle-outline */
.AGA-button-circle-outline {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}

/* AGA-button-rectangle-outline */
.AGA-button-rectangle-outline {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/* AGA-button-rounded-corner-rectangle-outline */
.AGA-button-rounded-corner-rectangle-outline {
    border-radius: 10%;
}

/* AGA-button-rounded-rectangle-outline */
.AGA-button-rounded-rectangle-outline {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
/* AGA-button-hyper */
.AGA-button-hyper {
    border: none !important;
    background-color: transparent !important;
}
.AGA-button-hyper .dx-button-text {
    text-decoration: underline;
}
.AGA-button-hyper-disabled .dx-button-text {
    text-decoration: none;
    /*color: #d6d6d6;*/
}
.AGA-button-hyper.dx-button-mode-contained.dx-state-hover .dx-button-text {
    color: dodgerblue;
}

/*AGA-tabpanel-line*/

/* 컨텐츠 wrapper 테두리 없애기 */
.AGA-tabpanel-line  .dx-multiview-wrapper {
    border: none !important;
}

/* 탭 헤더 테두리, 배경색 관련 */
.AGA-tabpanel-line .dx-tabs {
    border: none;
    background-color: white !important;
    border-bottom: 1px solid #ddd !important;
}

/* 선택되어진 탭 테두리 관련*/
.AGA-tabpanel-line .dx-tab-selected:before {
    border-bottom: none !important;
}

/* 선택되어진 탭 테두리 관련*/
.AGA-tabpanel-line .dx-tab-selected:after {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 5px solid #1a73e8 !important;
    border-radius: 3px !important;
    bottom: -3px !important;
}

/* 선택되어진 탭 텍스트 색상 */
.AGA-tabpanel-line .dx-tab-selected .dx-item-content {
    color: #1a73e8;
    font-weight: 600;
}

/*AGA-tabpanel-no-line*/

/* 컨텐츠 wrapper 테두리 없애기 */
.AGA-tabpanel-no-line .dx-multiview-wrapper {
    border: none !important;
}

/* 탭 헤더 테두리, 배경색 관련 */
.AGA-tabpanel-no-line .dx-tabs {
    border: none;
    background-color: white !important;
    border-bottom: none !important;
}

/* 선택되어진 탭 테두리 관련*/
.AGA-tabpanel-no-line .dx-tab-selected:before {
    border-bottom: none !important;
}

/* 선택되어진 탭 테두리 관련*/
.AGA-tabpanel-no-line .dx-tab-selected:after {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 5px solid #1a73e8 !important;
    border-radius: 3px !important;
    bottom: -3px !important;
}

/* 선택되어진 탭 텍스트 색상 */
.AGA-tabpanel-no-line .dx-tab-selected .dx-item-content {
    color: #1a73e8;
    font-weight: 600;
}

/* TabCardPanel */
.AGA-tabcardpanel .dx-multiview-wrapper {
    padding: 10px 2px 5px 2px;
}

.dx-colorbox-input-container {
    border-radius: inherit;
}

/* AGA-colorbox-underline */
.dx-texteditor.AGA-colorbox-underline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-colorbox-underline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-colorbox-rectangle-outline */
.dx-texteditor.AGA-colorbox-rectangle-outline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-colorbox-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-colorbox-rounded-rectangle-outline */
.dx-texteditor.AGA-colorbox-rounded-rectangle-outline {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-colorbox-rounded-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-colorbox-underline-fill */
.dx-texteditor.AGA-colorbox-underline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-colorbox-underline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-colorbox-underline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-colorbox-rectangle-outline-fill */
.dx-texteditor.AGA-colorbox-rectangle-outline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-colorbox-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-colorbox-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* colorbox-rounded-rectangle-outline-fill */
.dx-texteditor.AGA-colorbox-rounded-rectangle-outline-fill {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-colorbox-rounded-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-colorbox-rounded-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-datebox-underline */
.dx-texteditor.AGA-datebox-underline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-datebox-underline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-datebox-rectangle-outline */
.dx-texteditor.AGA-datebox-rectangle-outline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-datebox-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-datebox-rounded-rectangle-outline */
.dx-texteditor.AGA-datebox-rounded-rectangle-outline {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-datebox-rounded-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-datebox-underline-fill */
.dx-texteditor.AGA-datebox-underline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-datebox-underline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-datebox-underline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-datebox-rectangle-outline-fill */
.dx-texteditor.AGA-datebox-rectangle-outline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-datebox-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-datebox-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-datebox-rounded-rectangle-outline-fill */
.dx-texteditor.AGA-datebox-rounded-rectangle-outline-fill {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-datebox-rounded-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-datebox-rounded-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-numberbox-underline */
.dx-texteditor.AGA-numberbox-underline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-numberbox-underline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-numberbox-rectangle-outline */
.dx-texteditor.AGA-numberbox-rectangle-outline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-numberbox-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-numberbox-rounded-rectangle-outline */
.dx-texteditor.AGA-numberbox-rounded-rectangle-outline {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-numberbox-rounded-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-numberbox-underline-fill */
.dx-texteditor.AGA-numberbox-underline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-numberbox-underline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-numberbox-underline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-numberbox-rectangle-outline-fill */
.dx-texteditor.AGA-numberbox-rectangle-outline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-numberbox-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-numberbox-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-numberbox-rounded-rectangle-outline-fill */
.dx-texteditor.AGA-numberbox-rounded-rectangle-outline-fill {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-numberbox-rounded-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-numberbox-rounded-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}
/* AGA-selectbox-underline */
.dx-texteditor.AGA-selectbox-underline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-selectbox-underline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-selectbox-rectangle-outline */
.dx-texteditor.AGA-selectbox-rectangle-outline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-selectbox-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-selectbox-rounded-rectangle-outline */
.dx-texteditor.AGA-selectbox-rounded-rectangle-outline {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-selectbox-rounded-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-selectbox-underline-fill */
.dx-texteditor.AGA-selectbox-underline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-selectbox-underline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-selectbox-underline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-selectbox-rectangle-outline-fill */
.dx-texteditor.AGA-selectbox-rectangle-outline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-selectbox-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

 .dx-texteditor.AGA-selectbox-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
     background: rgba(0,0,0,0.1);
     border-radius: 0;
 }

/* AGA-selectbox-rounded-rectangle-outline-fill */
.dx-texteditor.AGA-selectbox-rounded-rectangle-outline-fill {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

 .dx-texteditor.AGA-selectbox-rounded-rectangle-outline-fill .dx-texteditor-container {
        border-radius: inherit;
 }

 .dx-texteditor.AGA-selectbox-rounded-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
     background: rgba(0,0,0,0.1);
     border-radius: 0;
 }
/* AGA-textbox-basic */
/*.dx-texteditor {
    border: 1px solid rgba(132,132,132,0.5);
}*/

/* AGA-textbox-underline */
.dx-texteditor.AGA-textbox-underline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-textbox-underline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-textbox-rectangle-outline */
.dx-texteditor.AGA-textbox-rectangle-outline {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-textbox-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-textbox-rounded-rectangle-outline */
.dx-texteditor.AGA-textbox-rounded-rectangle-outline {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-textbox-rounded-rectangle-outline .dx-texteditor-container {
    border-radius: inherit;
}

/* AGA-textbox-underline-fill */
.dx-texteditor.AGA-textbox-underline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: rgba(132,132,132,0.5);
    border-style: solid;
}

.dx-texteditor.AGA-textbox-underline-fill .dx-texteditor-container {
    border-radius: inherit;
}

.dx-texteditor.AGA-textbox-underline-fill .dx-texteditor-container .dx-texteditor-input {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}

/* AGA-textbox-rectangle-outline-fill */
.dx-texteditor.AGA-textbox-rectangle-outline-fill {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgba(132,132,132,0.5);
}

.dx-texteditor.AGA-textbox-rectangle-outline-fill .dx-texteditor-container {
    border-radius: inherit;
}

 .dx-texteditor.AGA-textbox-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
     background: rgba(0,0,0,0.1);
     border-radius: 0;
 }

/* AGA-textbox-rounded-rectangle-outline-fill */
.dx-texteditor.AGA-textbox-rounded-rectangle-outline-fill {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: rgba(132,132,132,0.5);
}

 .dx-texteditor.AGA-textbox-rounded-rectangle-outline-fill .dx-texteditor-container {
     border-radius: inherit;
 }

 .dx-texteditor.AGA-textbox-rounded-rectangle-outline-fill .dx-texteditor-container .dx-texteditor-input {
     background: rgba(0,0,0,0.1);
     border-radius: 0;
 }

.gs-id-0 > .grid-stack-item > .grid-stack-item-content {
    inset: 5px 10px 1px 1px;
}

.dx-datagrid-content .dx-checkbox {
    display: inline-block !important;
}
/* Grid No Border */
.AGA-grid-no-border .dx-datagrid-headers {
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #f7f7f7 !important;
    color: #333 !important
}
/* 헤더 배경색, 텍스트 색상, 하단 테두리 없애기 */
.AGA-grid-no-border .dx-header-row {
    background-color: #f7f7f7 !important
}
/* CheckBox 헤더 셀 배경색 */
.AGA-grid-no-border .dx-pointer-events-none .dx-last-cell {
    border-left: none !important;
}
/* CheckBox row 셀 우측에 테두리 생기지 않게 */
.AGA-grid-no-border .dx-datagrid-content .dx-checkbox {
    display: inline-block !important;
}
/* CheckBox 선택 시, 박스 위치 이동되지 않게 */
.AGA-grid-no-border .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    letter-spacing: -0.2px;
}
/* 헤더 자간 */
.AGA-grid-no-border .dx-datagrid.dx-gridbase-container, .dx-context-menu {
    border: none !important
}
.AGA-grid-no-border .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
    border-left: none;
    border-right: none;
}
.AGA-grid-no-border .dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager {
    border: none;
}

.dx-datagrid-borders .dx-datagrid-rowsview .AGA-grid-no-border, .AGA-grid-no-border .dx-datagrid-headers + .dx-datagrid-rowsview {
    border-left: none;
    border-right: none;
}

.AGA-tabcardpanel .dx-button-content {
    padding: 0;
}

.AGA-tabcardpanel .dx-button-content .dx-icon {
   font-size: 14px;
}
.AGA-grid-button .dx-button-content {
    padding: 0;
}

.AGA-grid-button .dx-button-content .dx-icon {
    font-size: 14px;
}

.AGA-breadcumb-item-disable {
    pointer-events: none;
}

/* kendo TreeView Line Style */
.AGA-ktree-line  .k-treeview-item {
    position: relative;
}

.AGA-ktree-line .k-treeview-leaf {
    padding: 7px 8px;
    cursor: pointer;
}

.AGA-ktree-line .k-treeview-leaf.k-hover {
    background-color: #FFECBF99;
    color: #333;
}

.AGA-ktree-line .k-treeview-leaf.k-selected {
    background-color: #FFECBF99 !important;
    color: #D96B0D !important;
    font-weight: 600;
 }

.AGA-ktree-line .k-treeview-leaf .k-image[src=""] {
    display: none;
    margin-right : 0px;
}
.AGA-ktree-line .k-treeview-leaf .k-image[src="http://www.agadosdev.com/"] {
    margin-right: 0px;
    display: none;
}

.AGA-ktree-line .k-treeview-leaf .k-image[src="https://www.agadoscloud.com/"] {
    margin-right: 0px;
    display: none;
}

.AGA-ktree-line .k-treeview-leaf-text {
    height: 16px;
}

.AGA-ktree-line .k-treeview-lines .k-treeview-group li {
    padding-left: 25px;
}

.AGA-ktree-line .k-treeview-lines > li {
    margin-bottom: 6px;
}

.AGA-ktree-line .k-i-collapse:before {
    content: "\e015";
}

.AGA-ktree-line .k-i-expand:before {
    content: "\e014";
}


.AGA-ktree-line .k-treeview-group.aga-treeview-lines:before {
    content: "";
    display: block;
    width: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    border-left: 1px solid;
    border-color: #ddd;
}

.AGA-ktree-line .k-treeview-group.aga-treeview-lines li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1.1em;
    left: 15px;
    border-color: #ddd;
}

.AGA-ktree-line .k-treeview-group.aga-treeview-lines li:last-child:before {
    background: var(--color, #f7f7f7);
    height: auto;
    top: 1em;
    bottom: 0px;
}
.k-treeview-leaf .k-image {
    width: 16px;
    height: 16px;
}

/* Switch 기본 디자인 */
.AGA-switch-short .dx-switch {
    width: 40px !important;
}
.AGA-switch-short .dx-switch-wrapper {
    width: 40px !important;
}

.AGA-switch-short .dx-switch-on,
.AGA-switch-short .dx-switch-off {
    color: transparent;
}

.AGA-switch-short .dx-state-disabled.dx-widget.dx-switch-on-value {
    opacity: 1
}

/* Switch On/Off 디자인 */
.AGA-switch-short .dx-switch-on-value .dx-switch-container {
    border-radius: 12px;
    height: 20px;
}

.AGA-switch-short .dx-switch-on-value .dx-switch-handle {
    width: 14px;
    height: 14px;
}

.AGA-switch-short.dx-switch-on-value .dx-switch-handle:before {
        border-radius: 7px;
        background-color: #D96B0D !important;
}

.AGA-switch-short.dx-switch-on-value.dx-state-hover .dx-switch-container,
.AGA-switch-short.dx-switch-on-value.dx-state-focused .dx-switch-container {
    border-color: #D96B0D !important;
}

.AGA-switch-short .dx-switch-container {
    border-radius: 12px;
    height: 20px;
}

.AGA-switch-short .dx-switch-handle {
    width: 14px;
    height: 14px;
}

.AGA-switch-short .dx-switch-handle:before {
        border-radius: 7px;
        background-color: #909090 !important;
}

.AGA-switch-short.dx-switch.dx-state-hover .dx-switch-container,
.AGA-switch-short.dx-switch.dx-state-focused .dx-switch-container {
    border-color: #909090;
}
/*
    TabPanel  Box
*/
.AGA-tabpanel-box .dx-multiview-wrapper {
    border: none !important;
}

.AGA-tabpanel-box .dx-tab {
    border-top: 1px solid #EAEAEA !important;
    border-right: 1px solid #EAEAEA !important;
}

.AGA-tabpanel-box .dx-tabs {
    border: none;
    background-color: white !important;
    border-bottom: 3px solid #EAEAEA !important;
}

.AGA-tabpanel-box .dx-tab-selected:before {
    border-bottom: none !important;
}

.AGA-tabpanel-box .dx-tab-selected:after {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 5px solid #D96B0D !important;
    border-radius: 3px !important;
    bottom: -3px !important;
}

.AGA-tabpanel-box .dx-tab-selected .dx-item-content {
    color: #D96B0D;
    font-weight: 600;
}
.AGA-tabpanel-box .dx-tab:first-child {
    border-left: 1px solid #EAEAEA !important
}

/* Tabs Box*/
.AGA-tabs-box.dx-tabs {
    border: none;
}

.AGA-tabs-box .dx-tab {
    background-color: white;
    padding-left: 55px;
    padding-right: 55px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.AGA-tabs-box .dx-tab:first-child {
        border-left: 1px solid #EAEAEA !important
}

.AGA-tabs-box .dx-tab-selected,
.AGA-tabs-box .dx-tab-selected .dx-icon {
    color: #D96B0D
}

.AGA-tabs-box .dx-tab-selected:after {
    border-bottom: 3px solid #D96B0D !important;
    border-color: #EAEAEA;
    border-left: none;
    border-right: none;
    bottom: -3px;
}

.AGA-tabs-box .dx-tab.dx-state-focused:after {
    border-color: #EAEAEA;
    border-left: none;
    border-right: none;
    bottom: -3px;
}

.AGA-tabs-box .dx-tabs-wrapper {
    display: block;
    border-bottom: 3px solid #eaeaea;
    box-sizing: border-box;
}

/* Tabs Round*/

.AGA-tabs-round.dx-tabs {
    border: none;

}

.AGA-tabs-round .dx-tab {
    background-color: white;
    padding-left: 55px;
    padding-right: 55px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 130px;
}

.AGA-tabs-round .dx-tab:first-child {
    border-left: 1px solid #EAEAEA !important

}

.AGA-tabs-round .dx-tab-selected,
.AGA-tabs-round .dx-tab-selected .dx-icon {
    background-color: #fff2d5;
}

.AGA-tabs-round .dx-tab-selected:after {
    border: none;
}

.AGA-tabs-round .dx-tab.dx-state-focused:after {
    border-color: #EAEAEA;
    border-left : none;
    border-right: none;
    border-top  : none;
    bottom: -3px;
}

.AGA-tabs-round .dx-tabs-wrapper {
    display: block;
    border-bottom: none;
    box-sizing: border-box;
    border-spacing: 10px 0px;
}
.AGA-tabs-round .dx-tab-text {
    line-height: 17.02px;
}
 


/*
    KTreeView Base2
*/
.AGA-ktree-base2 .k-treeview-item {
    position: relative;
    width: max-content;
}

.AGA-ktree-base2 .k-treeview-leaf {
    padding: 7px 8px;
    cursor: pointer;
    letter-spacing: -0.2px;
}

.AGA-ktree-base2 .k-treeview-leaf.k-hover {
    background-color: #FFECBF99;
    color: #333;
}

.AGA-ktree-base2 .k-treeview-leaf.k-selected {
        background-color: transparent !important;
        font-weight: 600;
}

.AGA-ktree-base2 .k-treeview-leaf.k-selected .page {
        color: #D96B0D !important;
}

.AGA-ktree-base2 .k-treeview-leaf.k-selected .no-page {
        color: #333 !important;
}

.AGA-ktree-base2 .k-treeview-leaf .k-image[src=""] {
        margin-right: 0px;
}
.AGA-ktree-base2 .k-treeview-leaf .k-image[src="http://www.agadosdev.com/"] {
    margin-right: 0px;
    display: none;
}

.AGA-ktree-base2 .k-treeview-leaf .k-image[src="https://www.agadoscloud.com/"] {
    margin-right: 0px;
    display: none;
}


.AGA-ktree-base2 .k-treeview-leaf-text {
    height: 16px;
}

.AGA-ktree-base2 .k-treeview-lines .k-treeview-group li {
    padding-left: 25px;
}

.AGA-ktree-base2 .k-treeview-lines > li {
    margin-bottom: 6px;
}

.AGA-ktree-base2 .k-i-collapse:before {
    content: "\e015";
}

.AGA-ktree-base2 .k-i-expand:before {
    content: "\e014";
}

.AGA-ktree-base2 .k-group > li {
    font-weight: bold;
}

.AGA-ktree-base2 .k-group[role="group"] > li {
    font-weight: normal;
}
.AGA-grid-tabs .dx-tab {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dx-popover-wrapper.no-arrow .dx-popover-arrow {
    display: none;
}
.button-edit-list .dx-list-item-content, .dx-list .dx-empty-message {
    font-family: 맑은 고딕;
    font-size: 13px;
}
.control-item-label-width {
    flex-basis: auto;
}

.control-item-label-left {
    margin-right: 5px;
}

.control-item-label-right {
    margin-left: 5px;
}

.control-item-label-top {
    margin-bottom: 5px;
    margin-top: 5px;
    height : 17px;
}

.control-item-label-bottom {
    margin-top: 5px;
    height: 17px;
}
.grid-checkbox-item .dx-checkbox-icon {
    width: 16px;
    height: 16px;
}
.k-treeview-lines > li {
    margin-bottom: 6px;
}
.dx-dropdowneditor-button.rotate-on {
    transform: rotate(-180deg);
}
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon, .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon {
    background-color: transparent;
}
.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon, .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon {
    background-color: transparent;
}
.AGA-listbox-horizontal .dx-list-item {
    display: inline-block;
    width: 33%;
    max-width: 135px;
    min-width: 135px;
    border-top: none;
}
.AGA-listbox-horizontal .dx-list-item, .dx-list .dx-empty-message 
{
    border-top: none;
}

.AGA-listbox-horizontal .dx-scrollview-content {
    white-space: nowrap;
}
.par-col-link.dx-button-has-text .dx-button-content 
{
    padding : 0px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td 
{
    vertical-align: inherit;
}
.AGA-item-box-color.dx-list-item-selected:after {
    content: "\e981";
    font-family: icomoon;
    position: relative;
    top: -12px;
    right: 15px;
    font-size: 16px;
}
table.k-editor {
    box-sizing: border-box;
}

.aga-title-last-container:before {
    content: "/";
    font-size: 14px;
    color: #909090;
    padding-right: 8px;
}

.aga-hits-container:before {
    content: "/";
    font-size: 14px;
    color: #909090;
    padding-right: 8px;
}

/* tagBox 크기 줄이기, 배경 없애기, 간격 좁히기 */
.AGA-tagbox-simple .dx-tag {
    display: none;
}

.AGA-tagbox-simple .dx-texteditor-container {
    display: flex;
    align-items: center;
    padding-left: 9px;
}
/* 박스 내부의 텍스트 수직 중앙 정렬 및 시작 위치 */
.AGA-tagbox-simple .selected-text {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.button-edit-flex {
    display: flex;
}
.button-edit-flex > div {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aga-valid-error {
    border-color: #d9534f !important;
}
.k-menu-link-text {
    font-size : 14px;
    font-family :맑은 고딕;
    color : black;
}
.k-menu-popup .k-menu-group {
    width: 60px;
}
.aga-overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
    display:none;
}
.aga-spinner {
    margin: 0 auto;
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1.5s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.dx-texteditor.dx-invalid .dx-texteditor-input {
    padding: 7px 9px 8px;
}

.dx-checkbox-text {
    white-space: nowrap;
    word-wrap: normal;
}
.AgaPopTitle {
    font-family: "맑은 고딕";
    border-bottom-style: solid;
    font-weight: bold;
    border-bottom-color: rgba(221,221,221,1);
    border-bottom-width: thin;
    font-size: 16px;
    font-style: normal;
    z-index: 1000;
}

.AgaPopTitle_box {
    display: flex;
    align-items: center;
}

.AgaPopSubTitle {
    font-size: 13px;
    font-family: "맑은 고딕";
    font-weight: 400;
    font-style: normal;
    z-index: 1000;
}

.AgaPopSubTitle_box {
    display: flex;
    align-items: center;
}
.AGA-ktree-base2 .k-treeview-leaf {
    color: #333;
}
.dx-theme-generic-typography a {
    color: #333;
    text-decoration: none;
}
/* menuListBox 라인 없애기 */
.AGA-menuListBox .dx-list-item, .dx-list .dx-empty-message {
    border-top: none;
}
.AGA-more-button {
    font-size: 16px;
    color    : #ED5331;
    font-weight : 400;
}
.AGA-tile-line .k-tilelayout-item {
    border: 0.3px dashed #676767;

    box-sizing: border-box;
}
.tile-grid-cell {
    position: absolute;
    border: 1px dashed rgb(157,157,157);
    box-sizing: border-box;
    /*pointer-events: none; */
    z-index: 0;
}

.tile_grid .grid-stack-placeholder {
    background: rgb(255,163,106 , 0.1);
}
.title-home-settings {
    background-color: #D96B0D !important;
    border-radius: 15px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
    color: white !important;

    position: relative;
}
.title-home-settings .k-icon, k-tool-icon
{
    position : absolute;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-home-settings .k-fab-text {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
    background-color: #ff3b30;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 0 0 2px #fff; 
    border-radius: 50%;          
    display: flex;
    align-items: center;
    justify-content: center;
    visibility : visible;

/*
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 2px 6px;
    border-radius: 10px;
 
    color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,.2); 





*/    


}

.tile-plus-icon {
    color: rgb(165 , 165 , 165 ) !important;
}
.tile-check-icon {
    color: rgb(217, 107, 13 ) !important;
}

.tile-not-add-btn {
    background-color: rgb(245, 245, 245 ) !important;
    border-color: rgb(165, 165, 165 ) !important;
}
.tile-add-btn {
    background-color: rgb(255, 255, 255 ) !important;
    border-color: rgb(217, 107, 13 ) !important;
    /* pointer-events: none !important; */
}
.title_remove_btn {
    border-color: rgb(217, 107, 13 ) !important;
    flex-basis: auto !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.title_remove_btn .dx-button-content {
    padding: 4px;
}

.title_remove_btn .dx-button-content i:before {
        font-size: 17px !important;
}

.tile_grid {
    background-color: rgb(247, 247, 247 );
}
.tile_container {
    /* box-shadow: 0 19px 38px rgba(214,214,214,0.30), 0 15px 12px rgba(214,214,214,0.22); */
    box-shadow: 0 0 10px rgba(214,214,214 ,0.5); 
    /* border: none !important; */
}
.title-notice-class {
    color: rgb(234, 234, 234 );
}
.container-btn {
    font-family: "맑은 고딕";
    font-weight: normal;
    font-size: 13px;
}
.tile-title-move {
    cursor: move;
}
.tile-title-default {
    cursor: default;
}
.tile-content-edit-body {
    pointer-events: none;
}
/* 텍스트 영역 디자인 */
.mess_pop_content {
   padding: 32px 70px 0px 70px;
   text-align: center;
   font-family: 맑은 고딕;
}

/* 텍스트 영역 디자인2 */
.mess_pop_content b {
    font-size: 16px;
}

/* 버튼 영역 디자인 */
.mess_pop_toolbar {
  padding: 32px 0px;
}

/* 닫기 버튼 디자인 */
.mess_pop_close_btn {
    position: absolute;
    top: 20px;
    right: 10px;
    border: none;
}

/* 리다이렉트 버튼 디자인 */
.mess_pop_redirect_btn {
    height: 34px !important;
    min-width: 66px;
    color: rgb(255,255,255);
    font-size: 13px;
    background-color: rgba(217,107,13,1);
    padding: 0px 20px;
}
/* 리다이렉트 버튼 디자인2 */
.mess_pop_redirect_btn .dx-button-content {
    padding: 0;
}

/* 리다이렉트 버튼 상태별 디자인 */
.mess_pop_redirect_btn.dx-button.dx-button-mode-contained.dx-state-focused {
    background-color: #D96B0D;
    color: white
}

.mess_pop_redirect_btn.dx-button.dx-button-mode-contained.dx-state-hover {
   background-color: #CC5A08;
}

.mess_pop_redirect_btn.dx-button.dx-button-mode-contained.dx-state-active {
   background-color: #BF4D06;
   color: #FFFFFF80
}
.btn-wrapper {
    position: relative;
    display: inline-block;
}
.btn-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
    background-color: #ff3b30;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}
.dx-datagrid-nodata {
   white-space: pre-wrap;
}




