.container{
    max-width: 450px !important;
    padding: 0 !important;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
.header-wrap{
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
    width: 450px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10;
}
.header-wrap i{
    font-size: 20px;
}
.header-wrap img{
    width: 150px;
}
.bottom-nav{
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    width:450px;
    background-color: #fff;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
}
.nav-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-nav button i{
    color: #A6A6A6;
    font-size: 24px !important;
}
.bottom-nav .profile-btn{
    padding: 2px;
    border: 1px solid #7426EF;
    border-radius: 50%;
}
.bottom-nav .profile-btn img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.content-wrap{
    background-color: #fff;
}
.op-8{
    opacity: 0.8;
}   
.divider{
    width: 100%;
    height: 10px;
    background-color: #F4F4F4;
    margin: 20px 0;
}
.table-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #F4F4F4;
    padding: 10px 15px;
    border-top: 1px solid #7426EF;
}
.table-header-item{
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b;
    text-align: center;
}
.table-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-none{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-none h3{
    font-size: 14px;
    font-weight: 300;
    color: #808080;
}
.table-body-item{
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b;
    text-align: center;
}
.info-input-wrap{
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.info-input-item h3{
    margin-bottom: 5px !important;
}
.btn-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}
.btn-wrap button{
    width: 49%;
}
.tempus-dominus-widget .toolbar div{
    display: none !important;
}
.pagenation-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagenation-wrap li a{
    color: #7426EF !important;
}
.active>.page-link, .page-link.active{
    background-color: #F5EDFF !important;
    border: 1px solid #7426EF !important;
}
input[type="text"]{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 4px;
    min-width:50px;
}
input[type="number"]{
    height: 45px;
    font-size: 16px;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 4px;
}
input[type="checkbox"]{
    accent-color:#7426EF;
}
select{
    height: 45px;
    font-size: 16px;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 4px;
}
textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
}
input[type="file"]{
    display: none;
}
.file-label{
    background-color: #fff;
    border: 1px solid #7426EF;
    border-radius: 4px;
    padding: 10px 20px;
    color: #7426EF;
    font-size: 16px;
    height: 45px;
    width: 100%;
    text-align: center;
}

/*너비*/
.w-10{
    width: 10%;
}
.w-20{
    width: 20%;
}
.w-24{
    width: 24%;
}
.w-28{
    width: 28%;
}                         
.w-30{
    width: 30%;
}   
.w-32{
    width: 32%;
}
.w-40{
    width: 40%;
}
.w-49{
    width: 49%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 90%;
}
.w-100{
    width: 100%;
}
.dp-wrap{
    display: flex;
}
.space-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.align-start{
    align-items: flex-start;
}
.align-end{
    align-items: flex-end;
}

/*버튼*/
.filled-btn{
    background-color: #061055;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    height: 45px;
}
.filled-btn:hover{
    background-color: #061055;
    transition: all 0.2s ease-in;
}
.solid-btn{
    background-color: #fff;
    border: 1px solid #7426EF;
    color: #7426EF;
    border-radius: 4px;
    padding: 10px 20px;
    height: 45px;
}
.solid-btn:hover{
    background-color: #e1d6f6;
    transition: all 0.2s ease-in;
}
.solid-gray-sm-btn{
    background-color: #fff;
    border:1px solid rgba(0, 0, 0, 0.1);
    color: #3b3b3b;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}
.solid-gray-sm-btn:hover{
    background-color: #f4f4f4;
    transition: all 0.2s ease-in;
}
.solid-sm-btn{
    background-color: #fff;
    color: #3b3b3b;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}
.solid-sm-btn:hover{
    background-color: #f4f4f4;
    transition: all 0.2s ease-in;
}
.filled-sm-btn{
    background-color: #F5EDFF;
    color: #7426EF;
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}
.icon-btn{
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
}
.nav-btn-wrap .icon-btn:last-child{
    width: fit-content;
    height: fit-content;
}
.icon-btn i{
    font-size: 20px;
}
.icon-btn:hover i{
    color: #3b3b3b;
    transition: all 0.2s ease-in;
}
.white-btn i{
    color: #fff;
}
.white-btn:hover i{
    color: #fff;
}
.disabled{
    background-color: #808080;
}
.disabled:hover{
    background-color: #808080;
}
.more-btn{
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 14px;
    gap: 5px;
    font-weight: 400;
}
.more-btn i{
    font-size: 14px;
    color: #808080;
}
.more-btn:hover{
    color: #3b3b3b;
    transition: all 0.2s ease-in;
}
.more-btn:hover i{
    color: #3b3b3b;
    transition: all 0.2s ease-in;
}

/*폰트*/
.fs-12{
    font-size: 12px;
}   
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px !important;
}   
.fw-bold{
    font-weight: bold;
}
.fw-300{
    font-weight: 300;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.line-height-15{
    line-height: 1.5;
}
.text-center{
    text-align: center;
}
.text-color{
    color: #3b3b3b;
}
.primary-color{
    color: #7426EF;
}
.secondary-color{
    color:#D426EF;
}
.background-gray{
    background-color: #F4F4F4;
}
.color-red{
    color: #FF0000;
}
.color-primary{
    color: #7426EF;
}
/*패딩*/
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}   
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}
.pl-15{
    padding-left: 15px;
}
.pr-15{
    padding-right: 15px;
}
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right: 20px;
}

/*마진*/
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}   
.mt-20{
    margin-top: 20px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}   
.ml-15{
    margin-left: 15px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.mr-10{ 
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.modal.show .modal-dialog{
    min-width: 320px;
    max-width: fit-content;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.modal-header .hidden{
    width: 20px;
}
.modal-header .btn-close{
    margin:0 !important;
    padding : 0 !important;
}
.modal-body .product-number-box{
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 100px;
}
.product-input-wrap{
    padding: 15px;
    border-radius: 8px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 0;
}
.product-title-input{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-input-box{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* 캘린더의 기본 색상 변경 */
.fc-daygrid-day {
    background-color: #fff; /* 날짜 셀 배경색 */
}
.fc-daygrid-day.fc-day-today {
    background-color: #7426EF; /* 오늘 날짜 셀 배경색 */
}
.fc-button {
    background-color: #7426EF; /* 버튼 배경색 */
    color: white; /* 버튼 텍스트 색상 */
}
.fc-h-event{
    background-color: #D426EF;
    border-color: #D426EF;
}
.fc .fc-daygrid-day.fc-day-today{
    background-color: #f6efff !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{
    color: #7426EF !important;
    font-weight: 600 !important;
}
.fc .fc-col-header-cell-cushion{
    color: #3b3b3b !important;
}
.fc .fc-daygrid-day-number{
    color: #3b3b3b;
}
.fc-today-button{
    display: none !important;
}
.fc .fc-toolbar-title{
    font-size: 20px !important;
}
.fc-sunday {
    background-color: #ffcccc; /* 일요일 셀 배경색 */
    color: red; /* 일요일 셀 텍스트 색상 */
}
.fc .fc-button-primary{
    background-color: transparent !important;
    border: none !important;
}
.fc .fc-button .fc-icon{
    color: #3b3b3b;
}
.fc .fc-daygrid-day-top{
    justify-content: center !important;
}
.fc-theme-standard td, .fc-theme-standard th{
    border:none !important;
}
.fc-theme-standard .fc-scrollgrid{
    border:none !important;
}
.fc .fc-toolbar{
    padding-left: 15px !important;
}
.fc-h-event .fc-event-title-container{
    text-align: center !important;
}

@media (max-width: 550px) {
    .header-wrap{
        width: 100%;
    }
    .bottom-nav{
        width: 100%;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
}

.prodNm {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.filled-sm-btn2 {
    background-color: #7426EF;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
}

input[type="radio"] {
    accent-color: #7426EF;
}

.solid-gray-btn {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #3b3b3b;
    border-radius: 4px;
    padding: 10px 20px;
    height: 45px;
}

.fc .fc-daygrid-day.fc-focused {
    background-color: #cefbc9 !important;
}