/* common styles section */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    overflow: hidden;
}

h1 {
    font-size: 21px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    line-height: 31px;
    margin: 0;
}

h2 {
    margin-block: 0px;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    margin: 0;
}

h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    margin: 0;
}

h4 {
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    margin: 0;
}

h5 {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    margin: 0;
}

span {
    margin-block: 0px;
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

text {
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
}

tspan {
    margin-block: 0px;
    font-size: 10px !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
}

a {
    color: #4c47de !important;
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 12px !important;
    font-family: 'Poppins';
}

/* common styles section end */

/* data list section */

.list-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #2B9BDB70;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.list-row-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgb(211, 211, 211);
    min-height: 46px;
}

.list-row-item .dx-header-row td {
    border-right: 2px solid #ddd;
    padding: 8px 5px 2px 5px;
    height: 31px;
}

.dx-header-row td .dx-datagrid-text-content
{
    white-space: nowrap;
    text-wrap: auto !important;
}

.list-row-item .dx-data-row td {
    text-wrap: wrap !important;
}

.list-row-item .dx-data-row td {
    text-wrap: wrap !important;
}

.list-row-item-summary .list-row-item-div {
    width: 99%;
    padding: 5px;
}

.list-row-item-table .dx-datagrid-pager {
    align-items: center;
    font-family: 'Poppins';
    font-size: 10px !important;
    font-weight: 500 !important;
    padding-top: 3px;
    padding-bottom: 0;
}

.list-row-item-table .dx-prev-button {
    font-family: 'Poppins';
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
}

.list-row-item-table .dx-next-button {
    font-family: 'Poppins';
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
}

.list-row-item-table .dx-page {
    padding: 2px 6px 2px 6px !important;
}

.list-row-item-disks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
}

.list-row-item-summary {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
}

.list-row-item-summary-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 24px;
}

.list-row-item-header {
    width: 30%;
    display: flex;
    align-items: center;
}

.list-row-item-div {
    width: 70%;
    display: flex;
    align-items: center;
}

.list-row-item-text {
    width: 70%;
    text-wrap: wrap;
}

.list-row-item-error {
    color: red;
}

.list-row-item-bullet {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.list-row-item-bullet .list-row-item-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    width: 30px !important;
    min-width: 30px;
    padding-right: 5px;
}

.list-row-item-bullet .dx-visibility-change-handler {
    width: 100%;
}

.list-row-item-bullet svg {
    width: 100%;
}

.list-row-item-disks .dx-visibility-change-handler {
    width: 200px;
    height: 50px;
    margin-right: 40px;
}

.list-row-item-disks-container {
    display: flex;
    flex-direction: row;
}

.list-row-item-disks-container text {
    margin-block: 0px;
    font-size: 10px !important;
}

.list-row-item-disks-image {
    content: url('/disks.png');
    margin-right: 5px;
    height: 36px;
    margin-top: 5px;
    background-color: #000000;
}

.list-row-item-disks .dxg-linear-gauge {
    width: 200px;
    height: 50px;
}

.list-row-item-disks text {
    font-size: 11px !important;
    font-weight: 400 !important;
    margin: 0;
}

.list-row-item-disks tspan {
    font-size: 11px !important;
    font-weight: 400 !important;
    margin: 0;
}

.data-list-item-table {
    margin: 10px;
}

.list-row-header {
    display: flex;
    flex-direction: row;
    background-color: white;
    align-items: center;
    width: 100%
}

.list-row-header .priority-div {
    width: 60px;
    max-width: 60px;
    padding-left: 10px;
    align-items: center;
}

.list-row-header .content-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: calc(100% - 110px);
    text-wrap: wrap !important;
}

.list-row-header .button-div {
    width: 50px;
    max-width: 50px;
    align-items: center;
    padding-left: 10px;
}

.list-row-header .open-button {
    display: block;
    background-image: url(/plus.png);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    background-color: black;
}

.list-row-header .close-button {
    display: block;
    background-image: url('/close.png');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    background-color: gray;
}

.list-row-header a {
    border-radius: 44px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    max-width: 32px;
    max-height: 32px;
    text-align: center;
}

.visited-header {
    color: rgb(109, 5, 62) !important;
}

.list-data-grid {
    min-height: calc(100vh - 405px);
}

.list-data-grid tr {
    border: none !important;
}

.list-data-grid .dx-datagrid-rowsview {
    background-color: transparent;
}

.data-list-item-table .dx-data-row {
    border-bottom: 1px solid #75757560 !important;
}

/* data list section end */

/* page not found section */

#not-found-body {
    height: 100vh;
}

#not-found-body h1 {
    margin-top: 50px;
}

#not-found-body p {
    margin-bottom: 50px;
    width: 80%;
    margin-left: 10%;
}

/* page not found section end */

/* pie data section */

.data-list-item-pie text {
    font-size: 10px !important;
    font-weight: 400 !important;
}

/* pie data section end */

/* common classes section */

.section-body {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 18px 0px #2B9BDB29;
}

.no-border {
    border: none !important;
}

.no-show {
    display: none !important;
}

.no-data-div {
    width: 100%;
    height: calc(100vh - 100px);
    text-align: center;
    align-content: center;
}

.default-button {
    display: flex;
    flex-direction: column;
    border: 1px solid #f7d67c;
    padding: 3px 10px 3px 12px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
}

.small-button {
    font-size: 10px !important;
    border: #6b6d6d 1px solid;
    border-radius: 40px !important;
    padding: 3px 8px !important;
    height: 20px;
    text-align: center;
}

#body-separator {
    width: 50px;
}

/* common classes section end */

/* dev extream overrides section */

.dx-data-row td {
    font-family: 'Poppins';
    font-size: 12px;
    white-space: nowrap;
}

.dx-freespace-row {
    height: 0px !important;
}

.dx-header-row {
    background-color: #75757514 !important;
    color: black;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 12px !important;
}

.dx-prev-button::before {
    top: 40% !important;
}

.dx-next-button::before {
    top: 40% !important;
}

.dx-datagrid .dx-sort-up::before {
    content: url('/up.png');
    max-height: 10px;
}

.dx-datagrid .dx-sort-down::before {
    content: url('/down.png');
    max-height: 10px;
}

/* dev extream overrides section end */

/* application header section */

#app-page-header {
    display: flex;
    flex-direction: row;
    background: #6278b2;
    justify-content: start;
    width: 100%;
    min-height: 66px;
    color: #fafafa;
}

#app-page-header a {
    color: white !important;
    width: fit-content;
}

#app-page-header-left {
    display: flex;
    flex-direction: row;
    text-align: start;
    margin: 0;
    align-items: center;
}

#app-page-header-text {
    display: flex;
    flex-direction: column;
    text-align: start;
    margin: 0;
}

#app-page-header-user {
    display: flex;
    flex-direction: column;
    text-align: end;
    justify-content: center;
    flex-grow: 1;
    padding-right: 20px;
    align-items: end;
}

#app-header-logo {
    display: flex;
    content: url('/logo.png');
    width: 75px;
    height: 34px;
    max-height: 34px;
    padding-left: 20px;
    padding-right: 5px;
}

.app-header-menu-button {
    text-align: end;
    display: none;
    content: url('/menu.png');
}

/* application header section end */

/* application body section*/

#app-page {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#app-page-body {
    display: flex;
    flex-direction: column;
    background: #f9f9f9c2;
    width: 100%;
}

    #app-page-body .dx-checkbox-container {
        width: 18px;
        height: 18px;
        margin: 1px;
    }

    #app-page-body .dx-checkbox-icon {
        width: 18px;
        height: 18px;
        border-color: #212121;
        border-radius: 4px;
    }

    #app-page-body .dx-checkbox-checked .dx-checkbox-icon::before {
        content: url('/checked.png');
        margin-top: -8px;
        margin-left: -8px;
    }

/* application body section end */

/* info body section */

#info-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 4.24%, #F8F8F8 6.94%);
    height: calc(100vh - 66px);
}

#info-body .info-body-header {
    display: flex;
    text-align: left;
    width: 86%;
    height: 30px;
    padding-top: 20px;
}

#info-body .info-body-header a {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 10px;
}

#info-body .info-body-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    height: calc(100vh - 118px);
    min-height: 300px;
    width: 100%;
    overflow: auto;
}

#info-data-grid {
    width: 85%;
    max-width: 1600px;
}

#info-data-grid .list-row-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2B9BDB70;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
    background-color: white;
    height: 56px;
    width: 100%;
    padding-left: 10px;
}

#info-data-grid .list-row-header:hover {
cursor: default;
}

#info-data-grid .list-row-item {
    width: 96%;
}

#info-data-grid td {
    vertical-align: middle;
}

#info-data-grid .dx-datagrid-rowsview {
    background-color: transparent;
}

#info-body .dx-datagrid-focus-overlay {
    border: none !important;
}

#info-data-grid .dxg-value-indicator {
    display: none;
}

/* info body section end */

/* report body section */

#report-body {
    display: flex;
    flex-direction: row;
    justify-content: start;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 4.24%, #F8F8F8 6.94%);
    height: calc(100vh - 66px);
    width: 100%;
    overflow-y: scroll;
    overflow-x: auto;
}

/* report body section end */

/* menu body section */

.menu-body-container {
    display: flex;
    flex-flow: row;
    justify-content: end;
    position: sticky;
    left: 0;
    top: 0;
    width: 30%;
    min-width: 220px;
}

.menu-body-hide {
    display: flex;
}

#menu-overall {
    height: 175px;
    margin-top: 15px;
}

#menu-overall .dxg-circular-gauge {
    margin-top: -20px;
    margin-left: 15px;
}

#menu-overall .dxg-elements text {
    font-size: 10px !important;
    margin: 0;
}

.menu-overall-header {
    margin: 10px 0;
}

.menu-overall-values {
    margin-top: -30px;
}

.menu-body-item {
    width: 200px;
}

.menu-body-section {
    display: flex;
    flex-direction: row;
}

.menu-body-left {
    justify-content: start;
    align-items: center;
    width: 60%;
}

.menu-body-right {
    justify-content: end;
    align-items: center;
    width: 40%;
}

.menu-infrastructure {
    padding: 10px 4px;
}

.menu-filters-header {
    padding: 10px 4px;
}

.menu-filters-header h4 {
    margin-left: 2px;
    margin-right: 1px;
}

#menu-search {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    height: 32px;
    min-height: 32px;
    padding-left: -2px;
    color: black;
}

#menu-body .dx-button {
    border: none;
    background-color: white !important;
}

#menu-body .dx-texteditor {
    border-radius: 6px;
    max-height: 33px;
    width: 212px;
}

#menu-body .download-button {
    border: #ccc 2px solid;
    border-radius: 8px !important;
    padding: 4px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    background-color: white;
}

#menu-treeview a {
    margin-top: 1px;
}

#menu-treeview a::after {
    content: url('/info.png');
    margin-left: 10px;
}

#menu-treeview .dx-treeview-root-node {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    width: 212px;
}

#menu-treeview .dx-treeview-toggle-item-visibility {
    display: none !important;
}

#menu-treeview .dx-treeview-expander-icon-stub {
    display: none;
}

#menu-treeview .dx-treeview-item {
    flex-direction: row;
    align-items: center;
    padding: 0 0 3px 0;
}

#menu-treeview .dx-treeview-node {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

.menu-tree-item-no-check-box {
    padding-bottom: 10px !important;
}

.menu-tree-item-no-check-box .dx-checkbox {
    display: none;
}

.dx-popover-wrapper .dx-popup-content {
    width: 200px !important;
    border-radius: 6px;
    font-weight: 600;
}

#menu-treeview h5 {
    width: 80%;
    text-align: left;
    font-weight: 400 !important;
}

#menu-treeview span {
    width: 11%;
    text-align: right;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding-top: 2px;
}

/* menu body section end */

/* content body section */

#content-body {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
}

.content-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 85%;
}

.content-body-scores {
    display: flex;
    flex-direction: row;
    width: calc(100% - 14px);
    height: 180px;
    min-height: 180px;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 0;
    margin: 0 7px;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.content-score {
    display: flex;
    height: 160px;
    width: 160px;
}

.content-score text {
    font-size: 14px !important;
}

.content-score tspan {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.dxg-hole-template text {
    font-size: 24px !important;
}

.content-score .dxg-value-indicator {
    display: none;
}

#content-body-filters-container {
    display: flex;
    flex-direction: row;
    width: calc(100%);
    padding: 0;
    margin: 0;
    align-items: center;
    align-content: start;
}

#content-body-filters-header {
    margin: 15px 15px;
}

#content-body-filters {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-content: stretch;
    flex-wrap: wrap;
}

#content-body-filters-container a {
    color: #212121 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: #6b6d6d 1px solid;
    border-radius: 44px !important;
    display: flex;
    flex-direction: row;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}

#content-body-filters-container .dx-dropdownbutton {
    min-width: 120px;
    margin-right: 10px;
}

#content-body-filters-container a::after {
    content: url('/delete.png');
    margin-left: 5px;
    vertical-align: middle;
    max-width: 14px;
    max-height: 15px;
}

#content-advertisement {
    display: flex;
    flex-direction: row;
    width: calc(100% - 25px);
    min-height: 66px;
    align-items: center;
    margin-left: 6px;
}

#content-advertisement h2 {
    width: 75%;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1A195E;
    margin-left: 40px;
    text-align: left;
}

#content-advertisement a {
    width: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: red !important;
    color: whitesmoke !important;
    font-size: 16px !important;
    border: red 1px solid;
    margin-left: 10px;
    border-radius: 8px;
}

/* content body section end */

/* priority section */

.priority-A {
    color: #77DD77 !important;
    border: #77DD77 2px solid !important;
    background-color: #59C96614;
    padding: 4px 9px;
}

.priority-B {
    color: #D1D100 !important;
    border: #D1D100 2px solid !important;
    background-color: #59C96614;
    padding: 4px 9px;
}

.priority-C {
    color: #FFB029 !important;
    border: #FFB029 2px solid !important;
    background-color: #EBEB0014;
    padding: 4px 9px;
}

.priority-D {
    color: #FFB029 !important;
    border: #FFB029 2px solid !important;
    background-color: #FFB0290e;
    padding: 4px 9px;
}

.priority-F {
    color: #EA5551 !important;
    border: #EA5551 2px solid !important;
    background-color: #E455511F;
    padding: 4px 9px 4px 10px;
}

/* priority section end */

/* status section */

.status-Passed {
    border: none;
    background-color: #59C966;
    color: #fafafa !important;
}

.status-Failed {
    color: #fafafa !important;
    border: none;
    background-color: #E45551;
}

/* status section end */

/* issues grid section */

#list-data-grid .list-row {
    border: none;
}

.issue-list-row .list-row-header {
    min-height: 56px;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0px 1px 18px 0px #2B9BDB29;
}

    .issue-list-row .list-row-header:hover {
        border: 1px solid #d2daf0;
    }

.issue-list-row:hover {
    cursor: pointer;
}

.issue-list-row .h2-shorter {
    width: calc(100% - 150px);
}

.issue-list-row h3 {
    padding-left: 10px;
}

/* issues grid section end */

/* dialog section */

.dx-popup-normal {
    height: fit-content !important;
    border: none !important;
    border-radius: 8px;
}

.menu-body-tooltip .dx-popup-normal {
    min-width: 220px;
    min-height: 80px;
    padding: 10px;
    margin-left: 5px;
}

.menu-body-tooltip .dx-popup-content {
    border: none !important;
}

.menu-body-tooltip .dx-popover-arrow::after {
    background-color: transparent !important;
}

.dx-popup-normal .list-row {
    border: none;
    box-shadow: none;
}

.dx-popup-normal .list-row-item-content {
    width: calc(100% - 40px);
}

.dx-popup-normal .list-row-item {
    justify-content: center;
    padding-bottom: 5px;
}

    .dx-popup-normal .list-row-item h3 {
        padding: 5px;
    }

.dx-popup-normal .list-row-item-header {
    width: 150px;
}

.dx-popup-normal .list-row-item-div {
    width: calc(100% - 150px);
    display: block;
}

.dx-popup-normal .dx-popup-title {
    border: 1px solid #2B9BDB70;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    user-select: auto;
    -webkit-user-select: auto;
}

.dx-popup-normal .dx-popup-content {
    border: 1px solid #2B9BDB70;
    border-radius: 0 0 8px 8px;
    padding: 4px;
    height: fit-content !important;
    max-height: calc(98vh - 60px);
}

.dx-popup-normal .list-row-item-summary {
    width: 100%;
    background-color: #fafafa;
    box-shadow: none;
    padding: 10px 6px;
}

.dx-popup-normal .list-row-item-summary-row .list-row-item-header {
    display: block;
    align-content: start;
}

.dx-popup-normal .list-row-item-summary-row h3 {
    padding: 0;
    margin-left: 10px;
    margin-top: -2px;
}

.dx-popup-normal .list-row-item-summary-row span {
    vertical-align: top;
}

.dx-popup-normal .list-row-item-summary .list-row-item-div {
    width: calc(100% - 12px);
    text-wrap: wrap !important;
}

.dx-popup-normal .data-list-item-rangebar text {
    font-size: 10px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
}

.dx-popup-normal .data-list-item-pie {
    height: fit-content;
}

.dx-popup-normal .data-list-item-pie h3 {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

.dx-popup-normal .data-list-item-rangebar h3 {
    width: 100%;
    text-align: center;
    margin-bottom: -30px;
    margin-top: 20px;
}

/* dialog section end */

/* setup body section */

#setup-body {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.setup-body-logo {
    display: flex;
    width: 50%;
    height: 80vh;
    justify-content: end;
    align-items: center;
}

.setup-body-image {
    content: url('/pages.png');
    width: 80%;
    max-width: 600px;
}

#setup-body-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 80vh;
    align-items: center;
    justify-content: center;
}

#setup-body-content .dx-box-item {
    margin-bottom: 5px;
}

.setup-body-login-container {
    width: 60%;
    min-width: 300px;
    max-width: 450px;
}

.setup-body-login-title {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
}

#setup-body .dx-texteditor.dx-editor-outlined {
    border-radius: 8px;
}

#setup-body .dx-invalid-message-content {
    border-radius: 4px;
    background-color: transparent;
    color: #E45551;
    min-height: 20px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    font-family: 'Poppins';
    padding: 0;
}

.setup-body-login-container .dx-field-button-item {
    padding: 30px 0 !important;
}

#setup-body-forget-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#setup-body-forget-info.no-show {
    display: none !important;
}

#setup-body-forget-info a {
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    background-color: #337ab7;
    border-color: transparent;
    border-radius: 4px;
    color: #fff !important;
    text-align: center;
}

#setup-body-forget-notfound span {
    color: #EA5551;
}

.setup-body-register-container {
    width: 70%;
    min-width: 360px;
    max-width: 500px;
}

.setup-body-register-container a {
    margin-left: 5px;
}

.setup-body-login-container a {
    margin-left: 5px;
}

#setup-body-content .dx-checkbox-container {
    margin-right: 5px;
}

.setup-body-register-title {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
}

.setup-body-register-terms-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.setup-body-register-terms-checkbox a {
    color: #EA5551 !important;
    margin: 0 3px;
}

.setup-body-register-container .dx-field-button-item {
    padding: 30px 0 !important;
}

#setup-body-register-failed {
    padding-top: 30px;
    color: #EA5551;
}

#setup-body-register-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    #setup-body-register-success.no-show {
        display: none !important;
    }

    #setup-body-register-success a {
        margin: 10px 0;
        padding: 10px 0;
        width: 100%;
        background-color: #337ab7;
        border-color: transparent;
        border-radius: 4px;
        color: #fff !important;
        text-align: center;
    }

.setup-body-reset-container {
    width: 60%;
    min-width: 300px;
    max-width: 450px;
}

.setup-body-reset-container .dx-field-button-item {
    padding: 30px 0 !important;
}

/* setup body section end */

/* media check section */

@media only screen and (max-width: 1250px) {
    .content-body {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .content-score {
        width: 112px;
    }
}

@media only screen and (max-width: 800px) {
    .content-body {
        width: 100%;
    }
    #content-body-filters-header {
        text-wrap: wrap;
        margin: 10px;
        text-align: end;
    }
    .list-row-header .content-div {
        flex-direction: column;
        align-items: start;
    }
    #content-body-filters {
        padding-right: 4px;
    }
    .content-div .h2-shorter {
        width: 100%;
        font-size: 14px !important;
    }
    .content-div h3 {
        padding-left: 0;
        padding-top: 5px;
    }
    .content-body-scores {
        display: none;
    }
    #content-advertisement {
        flex-direction: column;
        margin-bottom: 20px;
    }
    #content-advertisement h2 {
        width: 99%;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: justify;
        margin: 10px;
    }
    #content-advertisement a {
        width: 50%;
        margin-left: 0;
    }
    .menu-body-container {
        position: relative;
    }
    #info-data-grid {
        width: 100%;
    }
    #info-body .info-body-header {
        width: 98%;
    }
    .list-row-item-header {
        text-wrap: wrap;
        width: 35%;
    }
    .data-list-item-pie {
        display: none;
    }
    #info-data-grid .list-row-header{
        text-wrap: wrap;
    }
    .dx-popup-wrapper .dx-overlay-content {
        min-width: 400px !important;
        width: 100% !important;
    }
    .dx-popup-normal .list-row-item-content {
        width: 100%;
    }
    .dx-popup-normal .list-row-item {
        flex-direction: column;
    }
    .dx-popup-normal .list-row-item-header {
        width: 100%;
        align-items: start;
    }
    .dx-popup-normal .list-row-item-div {
        width: 100%;
    }
    .setup-body-logo {
        width: 40%;
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    #app-page-header {
        flex-direction: column;
    }
    #app-page-header-left h1 {
        font-size: 18px !important;
        line-height: 24px;
    }
    #app-page-header h3 {
        font-size: 12px !important;
        line-height: 16px;
    }
    #app-header-logo {
        padding-top: 5px;
    }
    #app-page-header-text {
        flex-grow: 1;
        text-wrap: nowrap;
        max-width: calc(100% - 140px);
        overflow: hidden;
    }
    #app-page-header-user {
        flex-direction: row;
        align-items: start;
        margin-top: 5px;
        background-color: white;
        color: black;
        padding: 5px;
        justify-content:space-between;
    }
    #app-page-header-user a {
        flex-grow: 1;
        color: black !important;
    }
    .app-header-menu-button {
        display: flex;
    }
    .menu-body-container {
        width: 80%;
        margin-left: 10%;
        position: relative;
    }
    #menu-body .download-button {
        width: 96%;
    }
    .menu-body-hide {
        display: none !important;
    }
    #menu-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-body-item {
        width: calc(100% - 10px);
    }
    #menu-treeview {
        width: 100%;
    }
    #menu-treeview .dx-treeview-root-node {
        width: 100%;
    }
    #menu-treeview span {
        width: 20%;
    }
    #menu-overall {
        width: 212px;
    }
    .menu-body-right {
        padding-right: 4px;
    }
    #menu-body .dx-texteditor {
        width: 100%;
    }
    .setup-body-logo {
        display: none;
    }
    #setup-body-content {
        width: 100%;
    }
    .dx-popup-wrapper .dx-overlay-content
    {
        max-height: 80% !important;
    }
    .dx-popup-normal .dx-popup-content {
        max-height: calc(80vh - 60px);
    }
}

@media only screen and (max-height: 400px) {
    #app-page-header {
        display: none;
    }
    #report-body {
        height: 100vh;
    }
    .setup-body-register-title {
        padding: 0;
    }
    #register-box .dx-box-item {
        margin-bottom: 0;
    }
    #register-box .dx-field-item {
       padding: 0 !important;
    }
    .dx-popup-wrapper .dx-overlay-content
    {
        max-height: 80% !important;
    }
    .dx-popup-normal .dx-popup-content {
        max-height: calc(80vh - 60px);
    }
}
/* media check section end */
