/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bg-gradient-primary {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}

.w-10 {
    width: 10% !important;
}

input {
    padding-right: .75rem !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.width-atuo {
    width: auto !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.text-pre-line {
    white-space: pre-line;
}

.bg-img-none {
    background-image: none !important;
}

.no-next-line {
    overflow: hidden; /* 넘치는 텍스트 숨김 */
    white-space: nowrap; /* 한 줄로 유지 */
    /* text-overflow: ellipsis; /* 말줄임표 표시 */
    word-break:break-all;
}
