.content {
    padding: 10px 0;
}

.image {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid var(--Button-outline, #2f363b) !important;
    color: #fff !important;
    background: #171b1d !important;
    font-family: "DMSans", sans-serif;
    font-weight: normal;
}

.image.active {
    background: #eee;
    border: 2px solid #0a0;
    margin: 10px 0;
    padding: 8px;
}

table {
    border-collapse: collapse;
    border: 1px solid #700;
}

table th {
    padding: 5px;
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
    color: #fffdfa !important;
    background: #700;
}

table td {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
    border-bottom: 1px solid #700;
    color: #fffdfa !important;
}

@keyframes blink-effect-10 {
    50% {
        color: rgba(255, 0, 0);
    }
}

@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* @font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
} */

/* @font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
} */

/* @font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
} */

/* @font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
} */


body {
    background: #0b0d0e !important;
}

body::-webkit-scrollbar {
    display: none;
    width: 15px;
}

body::-webkit-scrollbar-thumb {
    display: none;
    background-color: #6F7173;
    border-radius: 5px;
}

body::-webkit-scrollbar-track {
    /* background-color: transparent;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px #fffdfa; */
    display: none;
    background-color: #2C2D2E;
}

h3 {
    font-family: "DMSans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    color: #fff;
}

.residentDetailsHRBRGrid {
    column-gap: 20px;
    display: flex;
    width: 100% !important;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 100%);
}

.residentDetailsHRBRGrid .leftHeaderText {
    color: #FFF;
    font-family: "DMSans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    align-items: center;
}

.residentDetailsHRBRGrid .rightTextHeading {
    font-family: "DMSans", sans-serif;
    color: var(--Grey-Text, #6F7173);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    /* 12px */
}

.residentDetailsHRBRGrid .rightTexSubHeading {
    font-family: "DMSans", sans-serif;
    color: var(--Grey-Text, #6F7173);
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 12px */
}

.residentDetailsHRBRGrid .bottomHeading {
    color: #fff;
    font-family: "DMSans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    white-space: nowrap;
}

.residentDetailsHRBRGrid .bottomSubScore {
    color: #fff;
    font-family: "DMSans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: Bold;
    line-height: 100%;
    /* 36px */
}

.residentDetailsHRBRGrid .bottomSubText {
    color: #8B8D8F;
    font-family: "DMSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: Bold;
    line-height: 100%;
    /* 16px */
}

.residentDetailsHRBRGrid .bottomInformationText {
    color: #8B8D8F;
    font-family: "DMSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    /* 36px */
}

.residentDetailsHRBRGrid .captureTotalCountText {
    color: #8B8D8F;
    font-family: "DMSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    /* 36px */
}

.residentDetailsHRBRGrid .bottomGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.residentDetailsHRBRGrid .bottomHeadingBorder {
    border-top: 1px solid #202428 !important;
    /* height: 100%; */
}

.residentDetailsHRBRGrid .bottomHeadingRightBorder {
    border-right: 1px solid #202428 !important;
    /* height: 100% !important; */
}

.residentDetailsHRBRGrid .redColor {
    color: #f32b2b !important;
}

.residentDetailsHRBRGrid .yellowColor {
    color: #f9c22e !important;
}

.residentDetailsHRBRRateContainer {
    border-radius: 4px !important;
    border: 1px solid rgba(32, 36, 40, 0.5) !important;
    background: #121517 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    align-content: flex-start;
    flex: 1 1 50%;
}

.input {
    height: 42px !important;
    border-radius: 2px !important;
    border: 1px solid var(--Button-outline, #2f363b) !important;
    color: #fff !important;
    background: #171b1d !important;
    font-family: "DMSans", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: normal !important;
    letter-spacing: 0.14px !important;
}

.button-one {
    border-radius: 4px !important;
    border: solid 1px #00d79e !important;
    background-color: #00d79e !important;
    color: #04080e !important;
    font-family: "DMSans", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    align-items: center;
}

.button-one:hover {
    border: solid 1px #00c18e !important;
    background-color: #00c18e !important;
}

.button-two {
    border-radius: 4px !important;
    border: 1px solid var(--Button-outline, #2f363b) !important;
    background: #171b1d !important;
    color: #fff !important;
    font-family: "DMSans", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    align-items: center;
}

.button-two:hover {
    border: 1px solid #fff !important;
    background: #1e2426 !important;
}

.chart-button{
  background-color: #151A20; 
  border : 1px solid #696E75;
  color: #696E75;
  font-size: 14px;
  padding: 5px 10px;
}

.justifyContentSpaceBetween {
    justify-content: space-between;
}

/* some common classes */
.displayFlex {
    display: flex !important;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.paddingTop10 {
    padding-top: 10px !important;
}

.font-alert {
    animation: blink-effect-10 0.5s step-end infinite;
}

.fontsWhite {
    color: #fffdfa !important;
}

.deviceInformationWrapper {
    background: #0b0d0e;
    border-bottom: 1px solid var(--Stroke-Outline, #202428) !important;
    /* height: 50vh !important; */
    /* max-width: 352px ; */
  }
  
  .deviceInformationWrapper .deviceInformation {
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .deviceInformationWrapper .deviceInformation .alertContent {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  
  .deviceInformationWrapper .residentProfileImage img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 20px;
  }
  
  .deviceInformationWrapper .residentRoomNumber {
    color: #D9D9D9;
    font-family: "DMSans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
  }
  
  .deviceInformationWrapper .deviceFullName {
    font-family: "DMSans", sans-serif;
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 28px */
    letter-spacing: 0.28px;
  }
  
  .deviceInformationWrapper .residentRealTimeOccupancyStatus {
    display: flex;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox {
    font-family: "DMSans", sans-serif;
    padding: 6px 10px;
  
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  
    font-size: 14px;
    font-style: normal;
    font-weight: Bold;
    line-height: normal;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox
    .fal {
    margin-left: -5px;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox.searching {
    background: #fbbc05;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox.occupied {
    color: #07d26a;
    background: #294b39;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox.vacant {
    background: #302709;
    color: #f9c22e;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox.disconnect {
    /* background: #2a2a2a; */
    background: #707173;
  }
  
  .deviceInformationWrapper
    .residentRealTimeOccupancyStatus
    .occupancyStatusBox.booting {
    background: #60ebfe;
  }
  
  .deviceInformationWrapper
  .residentRealTimeOccupancyStatus
  .occupancyStatusBox.doubleAssigned {
    /* background: #2a2a2a; */
    background: #707173;
  }
  
  .deviceInformationWrapper .residentInformation {
    text-align: center;
  }
  
  .deviceInformationWrapper .residentInformation .detail {
    font-family: "DMSans", sans-serif;
    font-size: 16px;
  }
  
  .deviceInformationWrapper .residentInformation .detail-title {
    font-family: "DMSans", sans-serif;
    font-size: 12px;
    color: #6f7173 !important;
  }
  
  .deviceInformationWrapper .residentInformation .ant-collapse,
  .deviceInformationWrapper .residentInformation .ant-collapse-item {
    border-radius: 0px !important;
    border-bottom: 1px solid #192026 !important;
    /* border-left: 0px solid #192026 !important; */
    border-left: 1px solid #202428 !important;
    border-top: 0px solid #192026 !important;
    border-right: 0px solid #192026 !important;
  }
  
  .deviceInformationWrapper .residentInformation .ant-collapse-header {
    border-radius: 0px !important;
    /* background: #0c0f11; */
    background: #0b0d0e;
    color: #fffdfa !important;
    border-top: 1px solid #192026 !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  
  .deviceInformationWrapper .residentInformation .ant-collapse-header-active {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .deviceInformationWrapper .residentInformation .ant-collapse-content {
    border-radius: 0px !important;
    /* background: #0c0f11; */
    background: #0b0d0e;
    color: #fffdfa !important;
    border-bottom: 0px solid #192026 !important;
    border-top: 0px solid #192026 !important;
  }
  
  .deviceInformationWrapper .residentNote {
    text-align: center;
    padding: 0;
    width: 100%;
  
    /* width: 295px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap; */
  }
  
  .deviceInformationWrapper .residentNote .residentNoteList {
    width: 100%;
  }
  
  
  .deviceInformationWrapper .residentNote .allergyBox{
    background-color: #28292A;
    padding: 6px 10px 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .deviceInformationWrapper .residentNote .physicianBox{
    margin-left: 10px;
    margin-bottom: 15px;
  }
  
  .deviceInformationWrapper .residentNote .physicianBox .physicianIcon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .deviceInformationWrapper .residentNote .residentNoteList .note {
    width: 100% !important;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 16px;
    border: 1px solid #202428 !important;
    background: #101214;
  }
  
  .deviceInformationWrapper .residentNote .residentNoteList .note .author {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #6F7173;
  }
  
  .deviceInformationWrapper .residentNote .residentNoteList .note .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
  }
    
  .residentStatusFacilityName {
    color: #FFF;
    font-family: "DMSans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.28px;
  }

  .presenceStatus {
    color: #fff;
    font-family: "DMSans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: Bold;
    line-height: 100%;

    /* background: #0b0d0e; */
    /* border-bottom: 1px solid var(--Stroke-Outline, #202428) !important; */
    /* height: 50vh !important; */
    /* max-width: 352px ; */
  }
  
  .presenceStatus.occupied {
    color: #07d26a;
    /* background: #294b39; */
  }
  
  .presenceStatus.vacant {
    /* background: #302709; */
    color: #f9c22e;
  }
  
  .presenceStatus.booting {
    /* background: #60ebfe; */
    color: #60ebfe;
  }
  
  .presenceStatus.dwelltime {
    font-weight: normal;
    text-align: right;
  }
  
  .devonly {
    display: none;
  }

  .right-bottom {
    position: fixed;  /* 화면에 고정 */
    right: 0;         /* 오른쪽에서 0px 위치 */
    bottom: 0;        /* 아래에서 0px 위치 */
    padding: 10px;    /* 패딩으로 조금 띄움 */
    color: white;     /* 글자색은 흰색 */
    font-size: 12px;  /* 글자 크기 */
    font-family: "DMSans", sans-serif;
  }