@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
body{
    background-color: white;
    font-size: 13px !important;
    font-family: 'Noto Sans KR', sans-serif;
}
*{
    scroll-margin-top: 200px;
}
a{
    text-decoration: none;
}
.alert{
    padding: 8px 10px;
    border-radius: 2px;
}
.disabled{
    pointer-events: none;
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: #a8bbbf;
    opacity: var(--bs-btn-disabled-opacity);
    color: #a8bbbf;
}
.alert ul{
    margin-bottom: 0;
}
.form-control{
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
}
.input-invisible{
    position: absolute;
    width: 0;
    height: 0;
    border: transparent;
    color: transparent;
    background-color: transparent;
}
.btn-point:hover{
    color: #D73D6E !important;
    background-color: #fff;
    font-weight: 700;
    border : 1px solid #D73D6E;
}
label.required::after {
    content: '*';
    padding-left: 2px;
    color: red;
}
.text-danger{
    color: #D73D6E !important;
}
.form-check-input:checked{
    background-color: #d73d6e;
    border-color: #d73d6e;
}
.circle{
    border-radius: 30px !important;
}
.border-secondary{
    border-color: #b5b5b5 !important;
}
.btn{
    border-radius: 4px;
}
.btn-rounded{
    border-radius: 30px;
}
.btn-primary{
    background-color: #D73D6E;
    border-color: #D73D6E;
}
.btn-primary:hover,
.btn-primary:active{
    background-color: #D73D6E !important;
    border-color: #D73D6E !important;
    opacity: 0.9;
}
.name_user{
    font-weight: bold;
    font-size: 20px;
}
.button-border{
    width: auto;
    border-radius: 21px;
    padding: 5px 25px;
}
.btn-primary:disabled, .btn-primary.disabled{
    background-color: #e5e5e5 !important;
    border-color: #c8c8c8 !important;
    color: #000;
    opacity: 0.5;
}
.btn-light-pink{
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    color: #D73D6E;
    border: 1px solid #D73D6E;
}
.btn-outline-primary{
    background-color: #FFF;
    border-color: #D73D6E;
    color: #D73D6E;
}
.btn-outline-primary:hover,
.btn-outline-primary:active{
    background-color: #D73D6E !important;
    border-color: #FFF !important;
    opacity: 0.9;
}
.btn-outline-primary:disabled, .btn-primary.disabled{
    background-color: #e5e5e5 !important;
    border-color: #c8c8c8 !important;
    opacity: 0.5;
}
.rangedatepicker {
    display: flex;
}
.rangedatepicker input{
    /* position: relative; */
    width: 45%;
}
/* .rangedatepicker input::before{
    content: '\f015';
    font-weight: normal;
    color: #000;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
} */
.rangedatepicker span{
    width: 10%;
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
}
.w-md-50{
    width: 50%;
}
table td
{
    vertical-align: middle;
    position: relative;
}
/* navbar */
/* #navbarMenu .menu-left .nav-link{
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    padding: 3px 12px;
    margin: 0 10px;
    font-weight: 600;
}
#navbarMenu .menu-left .nav-link.active{
    color: white;
    background-color: #572FCE;
    border-color: #572FCE;
} */
.label-id{
    font-size: 15px;
    font-weight: 700;
}
#main-menu{
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
}
#main-menu .nav-link{
    text-align: center;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    color: #a1a1a1;
}
#main-menu .nav-link.active{
    border-bottom: 3px solid #D73D6E;
    color: #000;
}

#navbarMenu {
    display: flex !important;
    flex-basis: auto !important;
    flex-grow: 1 !important;
    align-items: center !important;
}
#navbarMenu .navbar-nav{
    flex-direction: unset;
}
.download-notification{
    border: 1px solid #b5b5b5;
    padding-left: 10px;
    padding-top: 7px;
}
@media screen and (max-width: 768px) {
    #main-menu .nav-link{
        text-align: center;
        font-size: 13px;
        padding: 10px 6px;
    }
    #main-menu .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
/* header */
.header-top{
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 100;
}
.header-top a{
    color: #fff;
}
.header-top .col-2{
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.header-top .col-10{
    padding: 10px 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.header-top .col-md-2{
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.header-top .col-md-10{
    padding: 10px 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.list-introduce-info{
    list-style: none;
    margin-bottom: 0;
    padding-left: 20px;
}
.list-introduce-info .break-line{
    display: inline-block;
}

.header-login h3{
    font-size: 26px !important;
    text-align: center;
    padding: 15px 0;
}

.header-login .list-introduce-info {
    font-size: 11px;
    padding: 15px 0;
}
.header-login .btn-menu-mobile {
    display: none !important;
}
@media screen and (max-width: 992px) {
    .header-top h3{
        font-size: 20px;
    }
    .list-introduce-info {
        font-size: 11px;
    }
    #main-menu .nav-link {
     
        padding: 12px 30px;
      
    }
}
@media screen and (max-width: 768px) {
    .header-supplier{
        height: 50px;
        position: fixed;
        width: 100%;
    }
    .list-introduce-info .break-line{
        display: block;
        height: 0;
        width: 0;
        color: transparent;
    }
    .header-top .col-2{
        display: block;
        margin-top: 8px;
    }
    .header-login .col-md-2{
        padding: 0px;
    }
    .header-top h3{
        margin-top: 8px;
        font-size: 22px;
        
        font-style: italic;
    }
    .list-introduce-info {
        font-size: 9px;
    }
    .menu-mobile{
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 50px;
        height: 100vh;
    }
  
    .menu-mobile ul li{
        padding: 30px 0px;
        text-align: center;
    }
    .menu-mobile ul li:first{
        padding: 30px 0px;
        text-align: center;
    }
    .menu-mobile ul li:last-child{
        padding: 30px 0px;
        text-align: center;
    }
    .menu-mobile ul li a{
       color: #000 !important;
       font-size: 17px;
       font-weight: 500;
    }
}
/* pagination */
.pagination{
    display: flex;
}
.pagination .page-item{
    margin: 0 2px;
}
.pagination .page-item .page-link{
    color: #444;
    font-weight: 500;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-align: center;
    padding: 0;
    padding-top: 6px;
    font-size: 12px;
    border-color: #fff;
}

.page-link.active, .active > .page-link{
    background-color: #444;
    border-color: #444 !important;
    color: #fff !important;
}
/* .modal-header{
    padding: 6px 12px;
} */
.modal-title{
    font-size: 16px;
}
.modal-content{
    border-radius: 0;
}
.modal-xl {
    max-width: 80%;
    width: 80%;
}

/* modal upload file */
.upload-container {
    position: relative;
    display: inline-block;
}
  
.upload-container .file-upload-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width:140px;
    height: 100px;
    border-radius: 4px;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: cover;
}

.upload-container .file-upload-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

.upload-container .file-upload-label:hover {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.upload-container .fa-plus {
    color: #ccc;
}

.image-previews .preview-item{
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.image-previews .preview-item img{
    width: 140px;
    height: 100px;
    border-radius: 4px;
}
.image-previews .preview-item .delete-image{
    cursor: pointer;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    background-color: #000;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 30px;
    top: -8px;
    right: -8px;
}

.add-ticket-step-button button.active{
    background-color: #d73d6e !important;
    border-color: #d73d6e !important;
    color: white;
}

.add-ticket-step-button button.active:hover,
.add-ticket-step-button button.active:focus{
    background-color: #d73d6e !important;
    color: white;
}
#addTicketForm input.error,
#addTicketForm .upload-container.error label,
#addTicketForm textarea.error,
#addTicketForm button.error {
    border-color: #eda6ad !important; 
}
.bootstrap-tagsinput{
    height: 37.02px !important;
}
.img-preview{
    height: 60px;
    width: 60px;
    /* border: 1px solid; */
    background-color: #ddd;
}
.error{
    color: #dc3545;
}
.card-header-login{
    color: red ;
    background-color: #eeeafa ;
    padding-left: 160px;
}
.box{
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}
.box-ticket{
    height: 200px;
    /* border-right: 4px solid #d73d6e; */
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.footer{
    bottom: 0;
}
.label-bold{
    font-size: 20px;
    font-weight: bold;
}
.label-bold-normal{
    font-size: 15px;
    font-weight: bold;
}
.mh-70{
    min-height: 70vh;
}
.btn-outline{
    border: 1px solid #000;
}
.btn-outline:hover{
    border: 1px solid #000;
}
.box-ticket .ticket-name{
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}
.box-ticket .ticket-price{
    font-weight: 700;
    color: #d73d6e;
    font-size: 20px;
}
input[type="checkbox"].switch_customer {
    font-size: 16px;
    margin: 8px 13px -6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.8em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_customer:checked {
    background: #D73D6E;
}

input[type="checkbox"].switch_customer:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_customer:checked:after {
    left: calc(100% - 1.5em);
}
.box-ticket .ticket-image{
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.box-ticket .ticket-image img{
    height: 100%;
    min-width: 100%;
}
.button-blue{
    color: #fff;
    background-color: #572FCE;
}
.button-blue:hover{
    color: #fff;
    background-color: #572FCE;
}
.button-sort{
    min-height: 37px;
    text-align: left;
    padding-left: 27px;
}
.button-sort i{
    float: right;
    line-height: 21px;
}
#keyword::placeholder {
    text-align: center;
  }
.title-modal{
    font-size: 15px;
    font-weight: bold;
}
.box-ticket .small-info{
    padding-top: 10px;
   
    font-size: 13px;
}
.box-ticket .price-info{
    text-align: end;
    position: absolute;
    bottom: 0;
    right: 4px;
}
.title-content-label{
    text-align: center;
    overflow: hidden;
}
.title-content-label span{
    position: relative;
    border: 1px solid #d73d6e;
    color: #d73d6e;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    white-space: nowrap;
}
.title-content-label span::before,
.title-content-label span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #d73d6e;
  width: 580px;
  transform: translateY(-50%);
}

.title-content-label span::before {
  right: 118px;
}

.title-content-label span::after {
  left: 118px;
}
.ml-20{
    margin-left: 20px;
}
.ml-56{
    margin-left: 56px;
}
.ml-47{
    margin-left: 47px;
}
#paginate {
    display: flex !important;  
    justify-content: center; 
}
.ml-40{
    margin-left: 40px;
}
#paginate nav {
    text-align: center !important;   
}
.badge-info{
    background-color: #02d3ef;
}
.bg-danger{
    color: white;
    background-color: #dc3545;
}
.label-danger{
    color: white;
    background-color: #dc3545;
    margin: 5px auto;
    width: 150px;
    border-radius: 10px;
    height: 30px;
    line-height: 15px;
}
.label-danger:hover{
    color: white;
    background-color: #dc3545;
}
/* .ticket-content{
    overflow-y: auto ;
    height: 40vh;
} */
/* scroll bar */
::-webkit-scrollbar {
    width: 24px;
    height: 24px;
}
  
::-webkit-scrollbar-track {
    background-color: transparent;
}
  
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 24px;
    border: 6px solid transparent;
    background-clip: content-box;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
.paymend_method_active{
    background-color: #572FCE !important;
    color: #fff !important;
    opacity: 0.9;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.text-pink{
    color: #D73D6E;
}
.discount{
    color: #572FCE;
}
.supply-price{
    color: #e90811;
    font-weight: bold;
    font-size: 1.125rem;
}
.bg-grey{
    background-color: #d9d9d9;
    border-radius: 11px;
}
.form-payment{
    width: 40%;
    position: absolute;
}
.main-content{
    padding-top: 115px;

}
/* .container{
    padding-top: 35px;
} */
.fs-8{
    font-size: 8px;
}
.fs-20{
    font-size: 20px;
}
.arrow-select{
   -webkit-appearance: listbox;
}
.main-content{
    min-height: 534px;
}
@media (min-width: 768px) {
    .form-payment{
        left: 52%;
        top: 260px;
    }
    .detail-content{
        margin-top: 120px;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .main-content{
        padding-top: 100px;
    
    }
}
@media (min-width: 992px) {
    .form-payment{
        left: 52%;
        top: 320px;
    }
    .detail-content{
        margin-top: 70px !important;
    }
    .main-content{
        min-height: 534px;
        padding-top: 115px;
    
    }
    /* .container{
        padding-top: 35px;
    } */
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1200px) {
    .form-payment{
        left: 52%;
    }
    .detail-content{
        margin-top: 20px;
    }
    .main-content{
        min-height: 534px;
        padding-top: 115px;
    
    }
    /* .container{
        padding-top: 35px;
    } */
}
@media (min-width: 1400px) {
    .form-payment{
        left: 52%;
    }
    .detail-content{
        margin-top: 20px;
    }
    .main-content{
        min-height: 550px;
        padding-top: 130px;
    
    }
    /* .container{
        padding-top: 35px;
    } */
}

@media (max-width: 768px) {
    .form-payment{
        width: 90%;
        position: relative;
        left: 8%;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .main-content{
        padding-top: 115px;
    
    }
    /* .container{
        padding-top: 35px;
    } */
   
    
    
}
.upload-container .file-upload-setting {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 50px;
    border-radius: 4px;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: cover;
}
.text-pink{
    color: #D73D6E !important;
    background-color: #fff;
    font-weight: 700;
}
.point{
    text-align: center;
    border: 1px dashed;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-top: 6px;
}
.btn-violet{
    background-color: #572FCE;
    color: #fff;
}
.btn-point{
    border: 1px solid;
    margin-top: 12px;
    float: right;
    color: lightslategrey;
}
.btn-light{
    border: 1px solid black !important;
}
