html, body {
    font-size: 14px;
}

.btn-icon {
    padding: 0;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc((0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
    width: calc((0.875rem * 1) + (0.875rem * 2) + (2px)) !important;
}

.btn-icon-hover:hover {
    background-color: #33333333;
}

.btn-icon .feather {
    margin-top: 0 !important;
}

.btn-naver {
    color: #fff;
    background-color: #03C75A;
    border-color: #00c53b;
}

.btn-naver:focus, .btn-naver.focus {
    color: #fff;
    background-color: #16b857;
    border-color: #16b857;
    box-shadow: 0 0 0 0.2rem rgba(25, 206, 96, 0.5);
}

.btn-naver.disabled, .btn-naver:disabled {
    color: #fff;
    background-color: #9cd6b3;
    border-color: #9cd6b3;
}

.btn-naver:not(:disabled):not(.disabled):active, .btn-naver:not(:disabled):not(.disabled).active, .show > .btn-naver.dropdown-toggle {
    color: #fff;
    background-color: #16b857;
    border-color: #16b857;
}

.btn-naver:not(:disabled):not(.disabled):active:focus, .btn-naver:not(:disabled):not(.disabled).active:focus, .show > .btn-naver.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 206, 96, 0.5);
}

.btn-kakao {
    color: #fff;
    background-color: #fee500;
    border-color: #fee500;
}

.btn-kakao:focus, .btn-kakao.focus {
    color: #fff;
    background-color: #fee500;
    border-color: #fee500;
    box-shadow: 0 0 0 0.2rem rgba(254, 229, 0, 0.5);
}

.btn-kakao.disabled, .btn-kakao:disabled {
    color: #fff;
    background-color: #fff6a6;
    border-color: #fff6a6;
}

.btn-kakao:not(:disabled):not(.disabled):active, .btn-kakao:not(:disabled):not(.disabled).active, .show > .btn-kakao.dropdown-toggle {
    color: #fff;
    background-color: #fee500;
    border-color: #fee500;
}

.btn-kakao:not(:disabled):not(.disabled):active:focus, .btn-kakao:not(:disabled):not(.disabled).active:focus, .show > .btn-kakao.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 229, 0, 0.5);
}

.btn-google {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    background-image: none;
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.py-2-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.text-rem-0-7 {
    font-size: 0.7rem !important;
}

.text-rem-0-8 {
    font-size: 0.8rem !important;
}

.text-rem-0-9 {
    font-size: 0.9rem !important;
}

.text-rem-1-0 {
    font-size: 1.0rem !important;
}

.text-rem-1-1 {
    font-size: 1.1rem !important;
}

.text-rem-1-2 {
    font-size: 1.2rem !important;
}

.inactive {
    color: #ffffff !important;
    background-color: #152b74 !important;
    border-color: #152b74 !important;
}

.validation-inactive {
    color: #152b74 !important;
    background-color: #ffffff !important;
    border: 2px solid #dfdfeb !important;

}

.btn-gray {
    color: #fff;
    background-color: #d9d9da;
    border-color: #d9d9da;
}

@media (max-width: 375px) {
    .form-control {
        font-size: 0.75rem;
    }
}

.w-50 {
    flex: 0 0 auto;
    width: 50% !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* permission color */
.text-control-color {
    color: #7a54c5;
}

.text-sharing-color {
    color: #F3A683;
}

.text-reservation-color {
    color: #25b863;
}

.text-user-color {
    color: #bb5aaf;
}

.text-admin-color {
    color: #303952;
}

/* keywords */
.keyword-list {
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 0;
}

.keyword-list li {
    display: inline-block;
    margin: 0 3px;
    font-size: 1rem;
    letter-spacing: -0.5px;
}

.keyword-list li.keyword-item {
    padding: 4px 8px;
    color: #fff;
    font-size: 0.8rem;
    background-color: #00a1a1;
    border-color: #096b80;
    border-radius: 5px;
}

.select-option-w-90 {
    flex: none !important;
    width: 90px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.alarm-hr {
    color: gray;
    margin: 0 12px 0 12px;
}

.alarm-height {
    height: 40px;
}

#alarm-background {
    background: #f1f3f5;
    margin-top: 50px;
}

.text-auto {
    margin: auto;
}

.text-overflow-center {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}

.border-primary {
    border-color: #152b74 !important
}

.request-pl {
    padding-left: 0px;
}

.request-check {
    display: flex;
    justify-content: flex-start
}

.request-check-pat {
    margin-left: 10px;
    margin-top: 2px;
}

.request-a {
    right: 2px;
    top: 0;
}

.check-m {
    margin-left: 20px;
    margin-top: 9px;
}

.entire-select {
    display: flex;
    justify-content: space-between;
}

.entire-input-mt {
    margin-top: 3px;
}

.entire-button-m {
    margin-bottom: 10px;
}

.request-nick {
    margin-left: 22px;
}

.entire-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.check-absolute {
    position: absolute;
    top: 32px;
}

.border-radius-quarter {
    border-radius: 0.25rem !important;
}

.border-radius-half {
    border-radius: 0.25rem !important;
}

.border-radius-1 {
    border-radius: 1rem !important;
}

.border-radius-2 {
    border-radius: 2rem !important;
}

.border-radius-3 {
    border-radius: 3rem !important;
}

@media (min-width: 992px) {
    .offcanvas-enabled-start {
        padding-left: 22rem;
    }
}

/*.tns-carousel-wrapper .tns-nav {*/
/*    top: 25rem;*/
/*}*/

.mw-20 {
    max-width: 20rem;
    padding-top: 0px;
}

.mw-20 {
    max-width: 50rem;
    padding-top: 0px;
}

#index-i {
    display: flex;
    justify-content: center;
}

.index-battery-size {
    width: 23px;
    height: 16px;
}

#index-user {
    display: flex;
    justify-content: center;
}

#index-signup {
    margin-top: 19px;
    margin-left: 10px;
}

.text-title-bold {
    font-weight: bold;
}

.body-information {
    width: 90%;
    margin: auto;
}

.information-mt {
    margin-top: 65px;
}

#reservation-alarm {
    color: #737491;
    font-size: 11px;
}

.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.loader-backdrop.fade {
    opacity: 0;
}

.loader-backdrop.show {
    opacity: 0.5;
}

.loader-body {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vh;
    overflow: hidden;
}

.loader-body > .spinner-border {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.index-padding {
    padding: 20px 14px 47px 14px;
}

.p-mt {
    margin-top: 2px;
}

.right-items {
    justify-content: end !important;
}

.index-i-mt {
    margin-top: 0.36px;
}

/* 임시 사용자 관리 text css */
.permission-top {
    display: flex !important;
}

.permission-button {
    position: absolute;
    right: 10px;
}

@media (max-width: 360px) {
    .permission-top {
        display: block !important;
    }

    .permission-button {
        position: relative;
        right: 0;
    }
}

.flatpickr-wrapper {
    width: 100% !important;
}

.container.ios-no-padding {
    padding-top: 1rem !important;
}

@media (min-width: 1279.98px) {

    .tns-nav {
        width: calc(100% - 22.1rem);
    }

    .main-fluid {
        padding-left: 22.1rem !important;
    }
}
