@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
h5{
  font-size: 1rem;
  line-height: 1.5rem;
}
i{
        font-style: normal;
    }
body {
    background-color: var(--gray) !important;
}
.labs-form-vertical{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.labs-form-vertical li{
  display: flex;
}
.labs-form-vertical li{
  align-items: center;
}
.labs-form-vertical li label {
            min-width: 60px;
        }
:root {
    /* state-color */
    
    --pink: #f74cfb;
    --pink-hover: #f74cfbb8;

    --max-height-container: calc(100vh - 178px);
    --max-height-one-container: calc(100vh - 228px);
    --max-height-two-container: calc(100vh - 240px);
}
.searchFilter *{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.hc-select .hc-select-box{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.hc-select .hc-select-box{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.hc-select .hc-select-box {
    height: 32px;
  }
.hc-select .hc-select-box:hover, .hc-select .hc-select-box:focus {
        border-color: var(--primary);
    }
input[type="checkbox"],
input[type="radio"] {
  accent-color: #0d6efd; /* 부트스트랩 블루 */
}
.modal *:not(i, h5, h4, h3, h2, h1, .title, table *, button){
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .cont-top{
  margin-bottom: 0.75rem;
}
.container .cont-top{
  display: flex;
}
.container .cont-top{
  justify-content: space-between;
}
.container .filter-box{
  margin-bottom: 1rem;
}
.container .filter-box{
  display: flex;
}
.container .filter-box{
  width: 100%;
}
.container .filter-box{
  align-items: center;
}
.container .filter-box{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.container .filter-box{
  border-radius: 0.5rem;
}
.container .filter-box{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.container .filter-box{
  padding: 1rem;
}
.container .filter-box * {
            font-size: 0.75rem;
        }
.container .filter-box .input-group{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.container .filter-box .input-group{
  row-gap: 0.25rem;
}
.container .filter-box .input-group {
            width: unset;
        }
.container .filter-box .input-group > div{
  display: flex;
}
.container .filter-box .input-group > div{
  align-items: center;
}
.container .filter-box .input-group select {
                min-width: unset;
            }
.container .filter-box .input-group label{
  margin-right: 0.5rem;
}
.container .overflow-table {
        max-height: var(--max-height-container);
    }
.container .sendForm > div{
  margin-bottom: 1.25rem;
}
.container .sendForm > div{
  margin-left: 0.75rem;
}
.container .sendForm div{
  position: relative;
}
.container .sendForm div{
  width: 100%;
}
.container .sendForm div label {
                min-width: 82px;
                font-size: 13px;
            }
.container .sendForm div input::-moz-placeholder, .container .sendForm div textarea::-moz-placeholder {
                    font-size: 0.75rem;
                }
.container .sendForm div input::placeholder, .container .sendForm div textarea::placeholder {
                    font-size: 0.75rem;
                }
.container .sendForm .input-hint{
  align-self: flex-end;
}
.container .sendForm .input-hint {
            font-size: 13px;
        }
.container .sendForm .recipient-field{
  margin-top: 1rem;
}
.container .sendForm .recipient-field .mail-tag-wrap{
  width: 100%;
}
.container .sendForm .recipient-field .mail-tag-wrap{
  flex-direction: column;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top{
  margin-bottom: 0.5rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top{
  display: flex;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top{
  justify-content: space-between;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p {
                        font-size: 13px;
                    }
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span{
  font-weight: 700;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
                            color: #333;
                        }
.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span.total{
  padding-right: 1rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  height: 10rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  width: 100%;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  flex-direction: column;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  overflow-x: hidden;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  overflow-y: scroll;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  border-radius: 0.25rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  border-width: 1px;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  padding-left: 1rem;
  padding-right: 1rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box{
  padding-bottom: 0.5rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
                    box-sizing: border-box;
                }
.container .sendForm .recipient-field .mail-tag-wrap .mail-box table {
                        table-layout: fixed;
                        border-collapse: collapse;
                    }
.container .sendForm .recipient-field .mail-tag-wrap .mail-box table span {
                            font-size: 0.75rem;
                        }
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  margin-top: 0.5rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  display: flex;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  width: 100%;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  border-radius: 0.25rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  border-width: 1px;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select{
  padding: 0.5rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li{
  margin: 0.25rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li{
  display: inline-block;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
                                font-size: 0.75rem;
                            }
.container .sendForm .form-row{
  display: flex;
}
.container .sendForm .form-row{
  justify-content: space-between;
}
.container .sendForm .form-row{
  gap: 2rem;
}
.container .sendForm .form-row input, .container .sendForm .form-row select{
  width: 100%;
}
.container .sendForm .add-email-button{
  position: absolute !important;
}
.container .sendForm .add-email-button{
  right: 0.25rem !important;
}
.container .sendForm .add-email-button{
  bottom: 0.25rem !important;
}
.container .sendForm .add-email-button{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.container .sendForm .add-email-button{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.container .sendForm .add-email-button {
            min-height: unset !important;
        }
.container .sendMail{
  width: 80%;
}
.container .sendMail .template-wrap{
  margin-top: 1rem;
}
.container .sendMail .template-wrap{
  width: 100%;
}
.container .sendMail .template-wrap .template-box{
  height: 15rem;
}
.container .sendMail .template-wrap .template-box{
  width: 100%;
}
.container .sendMail .template-wrap .template-box{
  border-radius: 0.25rem;
}
.container .sendMail .template-wrap .template-box{
  border-width: 1px;
}
.container .sendMail .template-wrap .template-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .sendMail .file-list{
  display: flex;
}
.container .sendMail .file-list{
  flex-direction: row;
}
.container .sendMail .file-list li{
  margin-left: 0.75rem;
}
.container .sendMail .file-list li{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.container .sendMail .file-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.container .sendMail .file-list li{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.container .sendMail .file-list li {
                font-size: 0.75rem;
            }
.container .smsSend{
  display: flex;
}
.container .smsSend{
  width: 100%;
}
.container .smsSend{
  justify-content: space-around;
}
.container .smsSend .sms-preview{
  display: flex;
}
.container .smsSend .sms-preview{
  flex-direction: column;
}
.container .smsSend .sms-preview{
  justify-content: space-between;
}
.container .smsSend .sms-preview{
  border-radius: 0.75rem;
}
.container .smsSend .sms-preview{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.container .smsSend .sms-preview{
  padding: 1.5rem;
}
.container .smsSend .sms-preview {
            min-width: 24rem;
        }
.container .smsSend .sms-preview .date{
  margin-top: 1rem;
}
.container .smsSend .sms-preview .date{
  margin-bottom: 2rem;
}
.container .smsSend .sms-preview .date{
  text-align: center;
}
.container .smsSend .sms-preview .date{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .smsSend .sms-preview .date{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.container .smsSend .sms-preview .sms-box{
  width: 100%;
}
.container .smsSend .sms-preview .sms-box{
  overflow-y: auto;
}
.container .smsSend .sms-preview .sms-box{
  border-radius: 0.75rem;
}
.container .smsSend .sms-preview .sms-box{
  border-width: 0px;
}
.container .smsSend .sms-preview .sms-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .smsSend .sms-preview .sms-box{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.container .smsSend .sms-preview .sms-box{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container .smsSend .sms-preview .sms-box {
                min-height: 180px;
                max-height: 530px;
                resize: none;
            }
.container .smsSend .sms-preview .box-tail{
  position: absolute;
}
.container .smsSend .sms-preview .box-tail {
                bottom: 0.25rem;
                left: -0.75rem;

            }
.container .smsSend .sms-preview .sms-footer{
  margin-top: 5rem;
}
.container .smsSend .sms-preview .sms-footer{
  display: inline-block;
}
.container .smsSend .sms-preview .sms-footer{
  text-align: right;
}
.container .smsSend .sms-preview .sms-footer{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .smsSend .sms-preview .sms-footer p{
  display: inline-block;
}
.container .smsSend .sms-preview .sms-footer p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .smsSend .sms-preview .sms-footer p{
  font-weight: 700;
}
.container.send-wrap .cont-top{
  gap: 1.25rem;
}
.container.send-wrap input[type="datetime-local"] {
            min-width: 180px !important;
        }
.container.fax  .m-col{
  align-items: flex-start !important;
}
.container.fax .file{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.container.fax .file{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.container.fax .file{
  text-decoration-line: none !important;
}
.container.fax .file:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.container .add-button{
  margin-left: 0.5rem;
}
.container .add-button{
  width: -moz-fit-content;
  width: fit-content;
}
.container .tooltip-wrapper{
  position: relative;
}
.container .tooltip-wrapper{
  display: inline-block;
}
.container .tooltip-wrapper .tooltip-text{
  visibility: hidden;
}
.container .tooltip-wrapper .tooltip-text{
  position: absolute;
}
.container .tooltip-wrapper .tooltip-text{
  width: -moz-fit-content;
  width: fit-content;
}
.container .tooltip-wrapper .tooltip-text{
  border-radius: 0.25rem;
}
.container .tooltip-wrapper .tooltip-text{
  border-width: 1px;
}
.container .tooltip-wrapper .tooltip-text{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.container .tooltip-wrapper .tooltip-text{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.container .tooltip-wrapper .tooltip-text{
  padding: 0.5rem;
}
.container .tooltip-wrapper .tooltip-text{
  font-size: 0.75rem;
  line-height: 1rem;
}
.container .tooltip-wrapper .tooltip-text {
            bottom: -2.25rem;
            right: 0;
            opacity: 0;
            white-space: nowrap;
            z-index: 1;
        }
.container .tooltip-wrapper:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
            }
.container .delete{
  cursor: pointer;
}
.container .delete::before{
  margin-left: 0.25rem;
}
.container .delete::before{
  border-radius: 9999px;
}
.container .delete::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .delete::before{
  vertical-align: middle;
}
.container .delete::before{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.container .delete::before {
            font-size: 11px;
            content: 'close';
            font-family: 'Material Icons';
        }
.container .input-flex{
  display: flex;
}
.container .input-flex{
  align-items: center;
}
.container .form-col{
  flex-direction: column;
}
.container .arrears-tootip{
  cursor: default;
}
.container .arrears-tootip::after{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.container .arrears-tootip::after {
            font-family: 'Material Icons Outlined';
            content: 'info';
            font-size: 15px;
            vertical-align: -3px;
        }
.container .arrears-tootip:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.container .arrears-info{
  display: flex;
}
.container .arrears-info{
  justify-content: center;
}
.container .arrears-info{
  gap: 0.25rem;
}
.container .arrears-info > div{
  position: relative;
}
.container .arrears-info > div{
  height: 1.5rem;
}
.container .arrears-info > div{
  width: 1.5rem;
}
.container .arrears-info > div{
  border-radius: 9999px;
}
.container .arrears-info > div{
  border-width: 1px;
}
.container .arrears-info .pending{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.container .arrears-info .pending{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.container .arrears-info .arrears::before{
  position: absolute;
}
.container .arrears-info .arrears::before{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.container .arrears-info .arrears::before {
                font-family: 'Material Icons';
                content: 'check';
                font-size: 16px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%)
            }
.container .arrears-info .arrears.team-management {
                border-color: #45BFA6;
                background-color: #45BFA6;
            }
.container .arrears-info .arrears.team-sales {
                border-color: #F6B45B;
                background-color: #F6B45B;
            }
.container .arrears-info .arrears.team-all {
                border-color: #F56974;
                background-color: #F56974;
            }
.container .pagination-area{
  margin-top: 1.5rem;
}
.container .pagination-area{
  display: flex;
}
.container .pagination-area{
  flex-direction: column;
}
.container .pagination-area{
  align-items: center;
}
.container .pagination-area{
  gap: 1rem;
}
.container .pagination-area .list-count{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .pagination-area .list-count .count{
  border-radius: 0.375rem;
}
.container .pagination-area .list-count .count{
  border-width: 1px;
}
.container .pagination-area .list-count .count{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.container .pagination-area .list-count .count{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .pagination-area .list-count .count{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.container .pagination-area .list-count .count{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.container .pagination-area .list-count .count{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .pagination-area .list-count .count{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.container .pagination-area .pagination .active{
  border-width: 1px;
}
.container .pagination-area .pagination .active{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.container .pagination-area .pagination .active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .pagination-area .pagination .active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.container .card-wrap{
  margin-top: 1.5rem;
}
.container .card-wrap{
  display: grid;
}
.container .card-wrap{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.container .card-wrap{
  gap: 1rem;
}
.container .card-wrap{
  border-radius: 0.5rem;
}
.container .card-wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.container .card-wrap{
  padding: 1.5rem;
}
.container .card-wrap .current-card{
  border-radius: 0.5rem;
}
.container .card-wrap .current-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.container .card-wrap .current-card{
  padding: 1.5rem;
}
.container .card-wrap .current-card{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.container .card-wrap .current-card .card-top{
  display: flex;
}
.container .card-wrap .current-card .card-top{
  justify-content: space-between;
}
.container .card-wrap .current-card .card-top{
  padding-bottom: 1.25rem;
}
.container .card-wrap .current-card .card-top h4{
  word-break: keep-all;
}
.container .card-wrap .current-card .card-top h4{
  font-size: 1rem;
  line-height: 1.5rem;
}
.container .card-wrap .current-card .card-top h4{
  font-weight: 700;
}
.container .card-wrap .current-card .card-top p{
  text-align: right;
}
.container .card-wrap .current-card .card-top p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.container .card-wrap .current-card .card-top span{
  font-weight: 700;
}
.container .card-wrap .current-card .card-top span{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.container .card-wrap .current-card .card-top span {
                    font-size: inhertit;
                }
.container .card-wrap .current-card ul{
  display: flex;
}
.container .card-wrap .current-card ul{
  flex-direction: column;
}
.container .card-wrap .current-card ul{
  gap: 0.75rem;
}
.container .card-wrap .current-card ul{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .card-wrap .current-card ul li{
  display: flex;
}
.container .card-wrap .current-card ul li{
  align-items: center;
}
.container .card-wrap .current-card ul li div{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container .card-wrap .current-card ul li div:last-child{
  font-weight: 700;
}
.container .card-wrap .current-card ul li span{
  font-weight: 700;
}
.container .card-wrap .current-card ul li span{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.container .card-wrap .current-card ul li .line{
  margin-left: 1rem;
  margin-right: 1rem;
}
.container .card-wrap .current-card ul li .line{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.container .card-wrap .current-card ul li .line {
                        height: 1px;
                        flex: 1;
                    }
.container.hc-card {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
.container.hc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }
.twoFixed .container .overflow-table {
            max-height: var(--max-height-two-container);
        }
.oneFixed .container .overflow-table {
            max-height: var(--max-height-one-container);
        }
& .button-area{
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 1441px) {
    .prd-equipment-area{
    display: none;
  }
}
@media (max-width: 1440px) {
    .prd-equipment-select{
    display: none;
  }
    .prd-equipment-area{
    display: flex;
        top: 96px;
  }
    .wrap .content .tablet-twofixed {
        padding-top: 79px;
    }

}
@media (max-width: 1540px) {
    & .card-wrap{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px) {
    .searchFilter{
    padding-left: 0px !important;
  }
    .oneFixed {
        padding-top: 90px !important;
        background: none !important;
    }
    .smsSend{
    flex-direction: column;
    gap: 2rem;
  }
        .smsSend .sms-preview{
    width: 100% !important;
  }
        .smsSend .sms-preview{
    padding: 1rem !important;
  }
        .smsSend .sms-preview {
            min-width: unset !important;
        }
            .smsSend .sms-preview .sms-footer{
    margin-top: 2rem !important;
  }
    .sendForm{
    width: 100% !important;
  }
        .sendForm > div{
    margin-left: 0px !important;
  }
        .sendForm > div{
    flex-direction: column !important;
  }
        .sendForm div{
    align-items: flex-start !important;
  } 
        .sendForm #AddEmail{
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
        .sendForm .form-row{
    gap: 1.25rem !important;
  }
            .sendForm .form-row > div{
    width: 100%;
  }
            .sendForm .form-row > div{
    flex-direction: column;
  }
                .sendForm .form-row > div input, .sendForm .form-row > div select{
    width: 100%;
  }
            .sendForm .recipient-field label{
    display: none;
  }
            .sendForm .recipient-field .mail-box{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
    .send-wrap{
    margin-top: 2.5rem !important;
  }
    .add-button{
    margin-left: 0px !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
        .add-button button{
    width: 100% !important;
  }
        .file-list li{
    margin-left: 0px !important;
  }
        .file-list li{
    margin-right: 0.5rem !important;
  }
        .file-list li{
    margin-top: 0.5rem !important;
  }
        .fax .m-col{
    align-items: flex-start !important;
  }
        .fax .m-col{
    gap: 0.25rem !important;
  }
    .filter-box{
    flex-direction: column !important;
    row-gap: 1rem !important;
  }
            .filter-box .input-group label {
                min-width: 55.5px !important;
            }
    & .card-wrap{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    padding: 1rem !important;
  }
    /* m */
    .m-row{
    flex-direction: row !important;
  }
        .m-row input {
            min-width: unset !important;
        }
    .m-col{
    flex-direction: column !important;
  }
    .m-w-full{
    width: 100% !important;
  }
}
@media (max-width: 550px) {
            .filter-box .input-group div:nth-of-type(odd):not(:last-of-type){
    width: 50%;
  }
                .filter-box .input-group div:nth-of-type(odd):not(:last-of-type) select{
    width: 100%;
  }
}
.test-text{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
button[class*="green"]{
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: #16A34A;
}
button[class*="green"]:hover {
        background: #15803d;
    }
/* 탭 버튼_hc동일 */
ul[class*="tab"] li{
  margin-right: 1.5rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
ul[class*="tab"] li:last-child {
        margin-right: 0 !important;
    }
ul[class*="tab"] li:hover, ul[class*="tab"] li.on {
        border-color: var(--primary);
        color: var(--primary);
    }
ul[class*="tab"] li:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.tab-xs li{
  margin-right: 0.5rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
    font-size: 13px;
}
.tab-xs li:hover, .tab-xs li.on {
        border-color: var(--primary);
    }
ul[class*="tab-round"] li{
  margin-right: 0.5rem;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
ul.tab-round-line li {
    color: var(--text);
    border-color: var(--default);
}
ul.tab-round-line li:hover, ul.tab-round-line li.on{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
ul.tab-round-line li:hover, ul.tab-round-line li.on {
        background: var(--default);
        border-color: var(--default);
    }
ul.tab-round-xl li{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1280px) {
    .btn-bnr{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
    .btn-btn-thin{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/* @media (max-width: 768px) {
    
    button[class*="btn-bnr"] {
        @apply hc-py-2 hc-px-6;
        min-width: unset;
    }
    .btn-bnr-thin {
        @apply hc-py-2;
    }
    ul[class*="tab"] {
        @apply hc-flex;
        & li {
            @apply hc-mr-0;
        }
    }
} */
input[type="date"], input[type="text"], input[type="datetime-local"], input[type="email"], select {
    font-size: 13px;
}
textarea{
  padding: 0.25rem;
    font-size: 14px;
}
.template-select{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
    height: 32px;
    width: unset !important;
}
.template-select > div{
  padding-top: 0.25rem;
}
.template-select > div {
        width: unset !important;
        min-width: 230px;
    }
.template-select > div > div {
            display: unset !important;
        }
.template-select > div span{
  width: 100%;
}
.template-select > div span {
            font-size: 13px;
        }
.template-select > div svg{
  float: right;
}
.template-select ul{
  border-width: 1px;
}
.template-select ul{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.template-select ul{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.template-select ul{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.template-select ul li{
  cursor: pointer;
}
.template-select ul li {
            font-size: 13px;
        }
.hc-checkbox{
  display: inline-block;
  cursor: pointer;
}
.hc-checkbox label{
  margin-left: 0.5rem;
}
.hc-checkbox div.hc-checkbox-icon{
  display: inline-block;
}
.hc-checkbox div.hc-checkbox-box{
  inset: 0px;
}
.hc-checkbox div.hc-checkbox-box{
  box-sizing: border-box;
}
.hc-checkbox div.hc-checkbox-box{
  display: inline-block;
}
.hc-checkbox div.hc-checkbox-box{
  height: 1rem;
}
.hc-checkbox div.hc-checkbox-box{
  width: 1rem;
}
.hc-checkbox div.hc-checkbox-box{
  min-width: 1rem;
}
.hc-checkbox div.hc-checkbox-box{
  align-items: center;
}
.hc-checkbox div.hc-checkbox-box{
  justify-content: center;
}
.hc-checkbox div.hc-checkbox-box{
  border-radius: 0.125rem;
}
.hc-checkbox div.hc-checkbox-box{
  border-width: 1px;
}
.hc-checkbox div.hc-checkbox-box{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hc-checkbox div.hc-checkbox-box{
  vertical-align: middle;
}
.hc-checkbox div.hc-checkbox-box{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hc-checkbox div.hc-checkbox-box{
  transition-duration: 100ms;
}
.hc-checkbox div.hc-checkbox-box{
  transition-timing-function: linear;
}
.hc-checkbox div.hc-checkbox-box {
           background-color: #00000000;
        }
.hc-checkbox.checked div.hc-checkbox-box{
  border-width: 1px;
}
.hc-checkbox.checked div.hc-checkbox-box{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hc-checkbox.checked div.hc-checkbox-box{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  box-sizing: border-box;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  display: block;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  border-width: 2px;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  border-top-width: 0px;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  border-right-width: 0px;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  text-align: center;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  vertical-align: middle;
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
                    width: 0.625rem;
                    height: 0.375rem;
                    transform-origin: 80% 25%;
                }
/* 회차 체크박스 */
.round-checkbox{
  position: relative;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.round-checkbox:checked{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.round-checkbox:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.round-checkbox:checked::before{
  position: absolute;
}
.round-checkbox:checked::before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.round-checkbox:checked::before {
            font-family: 'Material Icons';
            content: 'check';
            font-size: 12px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }
.round-checkbox:disabled{
  opacity: 0.5;
}
span[class*="Badge"]{
  word-break: keep-all !important;
}
.sms-badge{
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal{
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
    background-color: #00000033;
    z-index: 100;
}
.modal input, .modal select {
        min-width: unset !important;
        font-size: 12px;
    }
.modal .property-info input, .modal .property-info select {
            min-width: 200px !important;
        }
.modal label {
        font-size: 13px !important;
    }
.modal .modal-header-sticky{
  position: sticky;
}
.modal .modal-header-sticky{
  top: 0px;
}
.modal .modal-header-sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .modal-header-sticky {
        z-index: 9999999;

    }
.modal .modal-wrap{
  overflow-y: auto;
}
.modal .modal-wrap {
        max-height: 93vh;
    }
.modal .hc-card{
  border-radius: 1rem;
}
.modal .hc-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .hc-card{
  padding: 1rem;
}
.modal .hc-card {
        width: 95vw;
        max-width: 760px;
    }
.modal .modal-header{
  gap: 1rem;
}
.modal .modal-header p{
  display: inline-block;
}
.modal .modal-header p{
  font-size: 0.75rem;
  line-height: 1rem;
}
.modal .modal-body table span {
                font-size: 0.75rem;
            }
.modal .modal-body .form-label{
  margin-bottom: 0px !important;
}
.modal .modal-body .form-label {
            min-width: 6.5rem;
            line-height: 2.4rem !important;
        }
.modal .modal-body .form-input-title{
  margin-top: 1rem;
}
.modal .modal-body .form-input-title{
  margin-bottom: 0.5rem;
}
.modal .modal-body .form-input-title{
  display: flex;
}
.modal .modal-body .form-input-title{
  justify-content: space-between;
}
.modal .modal-body .form-input-title h4{
  font-weight: 500;
}
.modal .modal-body .form-input{
  margin-bottom: 0.75rem;
}
.modal .modal-body .form-input{
  display: flex;
}
.modal .modal-body .form-input{
  align-items: center;
}
.modal .modal-body .form-input table td {
                    max-width: 200px;
                }
.modal .modal-body .form-input table tr td:nth-of-type(2){
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal .modal-body .form-input .input-margin{
  margin-right: 0.5rem;
}
.modal .modal-body .form-input .template-box{
  height: 10rem;
}
.modal .modal-body .form-input .template-box{
  width: 100%;
}
.modal .modal-body .form-input .template-box{
  flex-direction: column;
}
.modal .modal-body .form-input .template-box{
  overflow-x: auto;
}
.modal .modal-body .form-input .template-box{
  overflow-y: scroll;
}
.modal .modal-body .form-input .template-box{
  border-radius: 0.25rem;
}
.modal .modal-body .form-input .template-box{
  border-width: 1px;
}
.modal .modal-body .form-input .template-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .modal-body .form-input .template-box{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.modal .modal-body .form-input .template-box{
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal .modal-body .form-input .template-box {
                box-sizing: border-box;
            }
.modal .modal-body .form-input.rack-select{
  display: flex;
}
.modal .modal-body .form-input.rack-select{
  overflow-y: auto;
}
.modal .modal-body .form-input.rack-select{
  border-radius: 0.25rem;
}
.modal .modal-body .form-input.rack-select{
  border-width: 1px;
}
.modal .modal-body .form-input.rack-select{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.modal .modal-body .form-input.rack-select{
  padding: 0.5rem;
}
.modal .modal-body .form-input.rack-select {
                max-width: 696px;
            }
.modal .modal-body .form-input.rack-select ul li{
  margin: 0.25rem;
}
.modal .modal-body .form-input.rack-select ul li{
  display: inline-block;
}
.modal .modal-body .form-input.rack-select ul li{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.modal .modal-body .form-input.rack-select ul li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal .modal-body .form-input.rack-select ul li{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.modal .modal-body .form-input.rack-select ul li{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.modal .modal-body .form-input.rack-select ul li {
                        font-size: 0.75rem;
                    }
.modal .modal-body .form-input.rack-select ul .rack-exp{
  font-size: 0.75rem;
  line-height: 1rem;
}
.modal .modal-body .form-input.rack-select ul .rack-exp{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.modal .modal-body .form-input.rack-select ul .rack-exp {
                        background-color: unset;
                    }
.modal .modal-body.fax .form-label {
                min-width: 5rem !important;
            }
.modal .modal-body.fax .file-list{
  margin-top: 0.375rem;
}
.modal .modal-body.fax .file-list{
  display: flex;
}
.modal .modal-body.fax .file-list{
  flex-direction: row;
}
.modal .modal-body.fax .file-list{
  flex-wrap: wrap;
}
.modal .modal-body.fax .file-list{
  gap: 0.25rem;
}
.modal .modal-body.fax .file-list li{
  display: flex;
}
.modal .modal-body.fax .file-list li{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.modal .modal-body.fax .file-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal .modal-body.fax .file-list li{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.modal .modal-body.fax .file-list li {
                    font-size: 0.75rem;
                }
.modal .modal-body.fax .file-list li input {
                        background: unset !important;
                    }
.modal .delete{
  cursor: pointer;
}
.modal .delete::before{
  margin-left: 0.25rem;
}
.modal .delete::before{
  border-radius: 9999px;
}
.modal .delete::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .delete::before{
  vertical-align: middle;
}
.modal .delete::before{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.modal .delete::before {
            font-size: 11px;
            content: 'close';
            font-family: 'Material Icons';
        }
.modal.unpaid .modal-body{
  padding-bottom: 0px;
}
.modal .arrears-info{
  display: flex;
}
.modal .arrears-info{
  gap: 0.5rem;
}
.modal .arrears-info > div{
  position: relative;
}
.modal .arrears-info > div{
  height: 1.5rem;
}
.modal .arrears-info > div{
  width: 1.5rem;
}
.modal .arrears-info > div{
  border-radius: 9999px;
}
.modal .arrears-info > div{
  border-width: 1px;
}
.modal .arrears-info > div .arrears::before {
                    font-size: 16px;
                }
.modal .arrears-info .pending{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.modal .arrears-info .pending{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.modal .arrears-team{
  display: flex;
}
.modal .arrears-team{
  gap: 0.75rem;
}
.modal .arrears-team > li{
  display: flex;
}
.modal .arrears-team > li{
  gap: 0.25rem;
}
.modal .arrears-team > li p{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.modal .arrears-team .arrears{
  position: relative;
}
.modal .arrears-team .arrears{
  height: 1rem;
}
.modal .arrears-team .arrears{
  width: 1rem;
}
.modal .arrears-team .arrears{
  border-radius: 9999px;
}
.modal .arrears-team .arrears{
  border-width: 1px;
}
.modal .arrears-team .arrears::before {
                font-size: 12px;
            }
.modal .arrears::before{
  position: absolute;
}
.modal .arrears::before{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.modal .arrears::before {
            font-family: 'Material Icons';
            content: 'check';
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }
.modal .arrears.team-management {
            border-color: #45BFA6;
            background-color: #45BFA6;
        }
.modal .arrears.team-sales {
            border-color: #F6B45B;
            background-color: #F6B45B;
        }
.modal .arrears.team-all {
            border-color: #F56974;
            background-color: #F56974;
        }
.modal .absensce-area{
  margin-bottom: 1rem;
}
.modal .absensce-area{
  border-radius: 0.25rem;
}
.modal .absensce-area{
  border-width: 1px;
}
.modal .absensce-area{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.modal .absensce-area{
  padding-top: 0.75rem;
}
.modal .absensce-area {
        background: #f9f9f9;
    }
.modal .absensce-wrap{
  margin-bottom: 0.5rem;
}
.modal .absensce-wrap .absensce-box{
  flex: 1 1 0%;
}
.modal .absensce-wrap .absensce-box{
  border-radius: 0.25rem;
}
.modal .absensce-wrap .absensce-box{
  border-width: 1px;
}
.modal .absensce-wrap .absensce-box{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.modal .absensce-wrap .absensce-box{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.modal .absensce-wrap .absensce-box{
  padding: 1rem;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  margin-top: 0.75rem;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  margin-bottom: 0.5rem;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  display: flex;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  gap: 0.75rem;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  border-top-width: 1px;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.modal .absensce-wrap .absensce-box .absensce-message{
  padding-top: 0.5rem;
}
.modal .absensce-wrap .absensce-box .absensce-message{
  padding-bottom: 0.5rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .message-area{
  width: 40%;
}
.modal .absensce-wrap .absensce-box .absensce-message .message-area textarea{
  width: 100%;
}
.modal .absensce-wrap .absensce-box .absensce-message .message-area textarea {
                        min-height: 235px;
                    }
.modal .absensce-wrap .absensce-box .absensce-message .message-area p{
  font-size: 0.75rem;
  line-height: 1rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .message-area p{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area{
  width: 60%;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area input, .modal .absensce-wrap .absensce-box .absensce-message .number-area select {
                        min-width: unset !important;
                    }
.modal .absensce-wrap .absensce-box .absensce-message .number-area .btn:disabled{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .form-label {
                        margin-right: 0.875rem !important;
                    }
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  display: flex;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  flex-direction: column;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  row-gap: 0.25rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  border-radius: 0.25rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number{
  padding: 0.5rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list{
  display: flex;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list{
  align-items: center;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list{
  gap: 0.25rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  display: flex;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  align-items: center;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  border-radius: 0.25rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  border-width: 1px;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
                        height: 32px;
                    }
.modal .notifi-wrap{
  margin-bottom: 0.75rem;
}
.modal .notifi-wrap .notifi-box{
  flex: 1 1 0%;
}
.modal .notifi-wrap .notifi-box{
  border-radius: 0.25rem;
}
.modal .notifi-wrap .notifi-box{
  border-width: 1px;
}
.modal .notifi-wrap .notifi-box{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.modal .notifi-wrap .notifi-box{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.modal .notifi-wrap .notifi-box{
  padding: 1rem;
}
.modal .snapshot-wrap{
  margin-bottom: 1rem;
}
.modal .snapshot-wrap{
  border-radius: 0.25rem;
}
.modal .snapshot-wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.modal .snapshot-wrap{
  padding: 0.75rem;
}
.modal .snapshot-wrap .top-area{
  margin-bottom: 0.5rem;
}
.modal .snapshot-wrap .top-area{
  display: flex;
}
.modal .snapshot-wrap .top-area{
  align-items: flex-end;
}
.modal .snapshot-wrap .top-area{
  justify-content: space-between;
}
.modal .snapshot-wrap .top-area .cont-title{
  display: flex;
}
.modal .snapshot-wrap .top-area .cont-title{
  flex-direction: column;
}
.modal .snapshot-wrap .top-area .cont-title h6{
  display: inline-block;
}
.modal .snapshot-wrap .top-area .cont-title h6{
  font-weight: 700;
}
.modal .snapshot-wrap .top-area .cont-title h6{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.modal .snapshot-wrap .top-area .cont-title .count{
  margin-left: 0.5rem;
}
.modal .snapshot-wrap .top-area .cont-title .count{
  border-radius: 0.375rem;
}
.modal .snapshot-wrap .top-area .cont-title .count{
  border-width: 1px;
}
.modal .snapshot-wrap .top-area .cont-title .count{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.modal .snapshot-wrap .top-area .cont-title .count{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .snapshot-wrap .top-area .cont-title .count{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal .snapshot-wrap .top-area .cont-title .count{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.modal .snapshot-wrap .top-area .cont-title .count{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.modal .snapshot-wrap .top-area .cont-title .count{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.modal .snapshot-wrap .top-area .cont-title .total{
  display: flex;
}
.modal .snapshot-wrap .top-area .cont-title .total{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.modal .snapshot-wrap .top-area .cont-title .total{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.modal .snapshot-wrap .top-area .cont-title .total p {
                        color: #333;
                    }
.modal .close{
  position: sticky;
}
.modal .close{
  top: 0px;
}
.modal .close{
  justify-content: space-between;
}
.modal .close{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal .close {
        z-index: 9999;
    }
.modal .close .close-button::before{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.modal .close .close-button::before{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.modal .close .close-button::before {
                font-family: 'Material Icons Outlined';
                content: 'close';
            }
.modal .close .close-button:hover::before{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
        .modal .adress-modal {
            height: 86vh !important;
        }
        .modal .modal-header{
    flex-direction: column;
  }
        .modal .modal-header{
    gap: 0.5rem;
  }
        .modal .modal-header {
            align-items: unset !important;
        }
                .modal .form-input table td {
                    max-width: 100px !important;
                }
            .modal .form-input .input-margin{
    margin-right: 0px !important;
  }
            .modal .form-input .input-margin{
    margin-bottom: 0.25rem !important;
  }
            .modal .form-input.m-col {
                align-items: unset !important;
            }
                .modal .fax .file-list li{
    margin: 0px !important;
  }
        .modal .close{
    flex-direction: row !important;
  }
}
[class*="state"]{
  display: inline;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
}
.state-green {
    background: var(--green);
}
.state-red {
    background: var(--red);
}
.state-point {
    background: var(--point);
}
.state-yellow {
    background: var(--yellow);
}
.state-pink {
    background: var(--pink);
}
.state-default{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.hc-warn{
  word-break: keep-all !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
    font-size: 12px !important;
}
table thead {
        position: sticky;
        z-index: 10;
        top: -1px;
    }
.table-responsive{
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
    height : 200px;
}
.table-responsive table{
  width: 100%;
}
.table-responsive table {
        table-layout: fixed;
        border-collapse: collapse;
    }
.table-responsive table th, .table-responsive table td {
        word-break: break-word;
        }
.send-table tbody tr td{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.send-table tbody tr td:nth-child(2) {
                min-width: 100px;
            }
.send-table tbody tr.sms td:nth-child(3) {
                    min-width: 110px;
                }
.send-table tbody tr.sms td:nth-child(5) {
                    min-width: 270px;
                }
.send-table tbody tr.mail td:nth-child(4) {
                    min-width: 270px;
                }
.table-height{
  overflow-y: auto;
    height: 500px;
}
.head-point{
  cursor: pointer;
}
.sort-icon{
  padding-left: 0.25rem;
    font-size: 9px;
}
@media (max-width: 768px) {
    .table-responsive{
    overflow-x: auto;
  }
    .table-responsive table {
        table-layout: unset;
    }
}
.property-info{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}
.property-info label{
  width: 3.5rem;
}
.property-info .input-dummy {
        width: 150px;
    }
.state-area{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1.5rem;
}
.state-area .state-list-total{
  margin-left: 3rem;
  margin-right: 3rem;
}
.state-area .state-list-total ul{
  display: flex;
}
.state-area .state-list-total ul{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.state-area .state-list-total ul li{
  text-align: center;
}
.state-area .state-list-total ul li p{
  margin-top: 0.75rem;
}
.state-area .state-list-total ul li p{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.state-area .state-list-total ul li p{
  font-weight: 700;
}
.state-area .state-list-total ul li p > span{
  vertical-align: baseline;
}
.state-area .state-list-total ul li p > span{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.state-area .state-list-total ul li p > span {
                        font-weight: inherit;
                        color: inherit;
                    }
.input-dummy{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.table-css-none *{
  border-width: 0px;
}
.table-css-none *{
  padding: 0px;
}
.table-css-none * {
        background: unset;
    }
.rackInfo .table-css-none * {
        cursor: default !important;
    }