/* ScrollBar */
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
    background-color: #616161;
}


body {
    /* background: #ffffff; */
    font-size: 14px;
    color: #212121;
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    background: linear-gradient(116.87deg, #FFFFFF 1.11%, #FFF6EA 42.83%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#header {
    /* background: linear-gradient(to right,#f7f4f1 0,#f7f4f1 26%,#f7f4f1 73%,#4f5d7a 100%); */
    background: #ffffff;
    height: 55px;
    /* border-bottom: 1px solid #ec9837; */
    background: transparent;
}

#wrapper {
    /* background: #ffffff; */
    background: transparent;
}

a {
    color: #212121;
}

.fa {
    color: #848484;
}

.screen-options-btn {
    background: #ffffff;
}

.screen-options-area {
    /* border-radius: 12px; */
    box-shadow: 0 1px 15px 1px #dbdbdb;
    -webkit-box-shadow: 0 1px 15px 1px #dbdbdb;
    border: none;
}

#side-menu {
    /* background: #ffffff; */
    background: transparent;
}

#side-menu li a {
    color: #212121;
    font-size: 14px;
    text-transform: none;
    /* padding: 15px 20px 15px 26px; */
}

#side-menu li.active, li .nav-second-level li {
    background: transparent;
    border-bottom: 0;
    border-radius: 0px 15px 15px 0px;
    padding: 5px;
}

#side-menu li.active > a {
    color: #001d35;
    font-weight: 800;
    background: #dfdfdf8f;
    border-radius: 0px;
    background: #fff;
    border-radius: 10px;
}

#side-menu li.active > a:hover {
    background: #c0d8ff;
}

#side-menu li .nav-second-level a:hover {
    background-color: #dfdfdf;
}

#side-menu.nav > li > a:focus, #side-menu.nav > li > a:hover {
    background: #dfdfdf;
    border-radius: 0px;
}

#side-menu li .nav-second-level li a {
    font-size: 12px;
    color: #001d35;
}

#side-menu li .nav-second-level li.active a {
    font-weight: 800;
    color: #544e4e !important;
    background-color: transparent;
}

#setup-menu-wrapper {
    background-color: #f7f4f1;
    top: 55px;
}

#setup-menu > li > a {
    font-size: 12px;
    color: #001d35;
}

#setup-menu .customizer-heading {
    color: #323a45;
}

#setup-menu li:first-child {
    /* border-bottom: 1px solid #c9cacc; */
    border-bottom: none;
}

#setup-menu li .nav-second-level li a {
    font-size: 12px;
}

li a i.menu-icon {
    font-size: 14px;
    margin-right: 10px;
}

.btn-toolbar-container-out {
    background: #ffffff;
}

#side-menu li.dashboard_user {
    color: #323a45;
}

#search-history {
    border: none;
}


.btn-bottom-toolbar {
    background: #ffffff;
}

.panel-full {
    margin-left: 0;
    margin-right: 0;
}


.panel_s {
    border-radius: 13px;
    border: none;
    box-shadow: 0px 2px 10px 0px #6B50001A;
}

.panel_s .panel-body {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 13px;
}

.top_stats_wrapper {
    border: none;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-border-radius {
    border-radius: 0 !important;
}

#pusherChat #membersContent .topInfo {
    height: 20px !important;
    background-color: #343a40 !important;
}

#pusherChat .fa.fa-th-large {
    padding-top: 5px !important;
    font-size: 12px !important;
    padding-right: 10px !important;
}

#pusherChat .chat-footer {
    height: 20px !important;
    background-color: #343a40 !important;
    font-size: 12px !important;
}

/* Remove this if you dont want background overlay over the image or adjust per your needs */
/*body.login_admin:before {*/
/*    content: " ";*/
/*    background: rgba(31, 31, 31, 0.7);*/
/*    min-height: 100%;*/
/*    min-width: 100%;*/
/*    position: absolute;*/
/*}*/

/* body.login_admin {*/
/*  background: url('http://workwork26.local/media/hollywood.jpg') no-repeat center center fixed; */ /* The full image url*/
/* background-size: cover;
} */


.mce-container.mce-panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.elfinder.ui-widget.ui-widget-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


#project_view_name div .bootstrap-select .btn-default {
    background: #f7f4f1 !important;
}


.disabled-wtform {
    color: #9e9e9e;
}

.disabled-wtform a {
    color: #9e9e9e;
}

#top_search input {
    height: 50px;
    background-color: #ffff;
    margin-top: 4px;
    border-radius: 13px;
}

#top_search input:active, #top_search input:focus, #top_search input:hover {
    border-radius: 13px;
}

#top_search_button button {
    height: 50px;
}


.navbar-nav > li > a {
    height: 50px;
    line-height: 50px;
    padding: 1px 12px 1px 12px;
}


.customer-profile-group-heading {
    background: #ffffff;
}

#small-table .table > tbody > tr > td a {
    font-size: 14px;
}

.table > tbody > tr > td .row-options, .row-options a {
    color: #b1b1b1;
}

.row-options a.text-mover-hilight:hover {
    color: #3c3c3c !important;
}

a:focus, a:hover {
    color: #3c3c3c !important;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    /* border-top: 1px solid #e0e0e0 !important; */
    border-top: unset;
    border-bottom: 1px solid #e0e0e0 !important;
    vertical-align: middle;
}

/* .table>tbody>tr>, .table>tbody>tr, .table>tfoot>tr, .table>tfoot>tr, .table>thead>tr, .table>thead>tr {
    border-left: 1px solid #e0e0e0 !important;
} */

table.dataTable thead > tr > th {
    color: #212121;
    background: #ffffff;
    border-color: transparent;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 8px;
}

/* .table tbody tr {
    border-left: 1px solid #e0e0e0 !important;
} */

/* .table thead tr th:first-child {
    border-left: none;
}
table.dataTable thead th:first-child {
    border-top-left-radius: 0px;
} */
.table > thead > tr > th {
    border-left: 0;
    border-right: 0px;
    border-bottom: 0;
}

table.dataTable thead > tr > th {
    border-top: 0;
    border-bottom: 0;
    border-color: #e0e0e0 !important;


    font-size: 14px;
}

.table > thead > tr > th {

    /* border-top: 0!important; */
    /* border-left: 0;
    border-right: 0;
    border-bottom: 0; */
}

table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    background: #fdfdfd;
    font-weight: 800;
}

.table > thead > tr > th:hover {
    background: #dfdfdf;
}

.dataTables_length select, .uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select.form-control, textarea.form-control {
    border: 1px solid #d1d5c9;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    color: #9d9d9d;
}

.dt-buttons.btn-group .btn {
    color: #9d9d9d;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #dfdfdf;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #fdfdfd;
}

.onoffswitch-label {
    border: 1px solid #dcdee1;
    background-color: #dcdee1;
}

.modal-header {
    background: #ffffff;
    color: #484848;
}


/* .content {
   padding: 50px 25px 25px 5%;
} */
.hr-panel-heading {
    margin-top: 35px;
    margin-bottom: 35px;
}

hr {
    border: none;
    /* border-top: 1px solid #eee; */
}

/* .widget{
    padding-left: 10%;
}
*/
.ticket-content p {
    text-align: left;
    word-wrap: break-word;
}

#setup-menu .arrow, #side-menu .arrow {
    float: left;
}

.btn-info {
    color: #ffffff;
    background-color: #EC9837;
}

.alert-warning {
    color: #013654;
    background-color: #e6f3fa;
    border: none;
}


/* .content {
    border-left: 1px solid #e0e0e0;
} */

/* table.dataTable thead th:last-child{
    border-top-right-radius: 5px;
} */

/* table.dataTable thead th:first-child{
    border-top-left-radius: 5px;

} */
.table thead tr th:first-child {
    border-left: none !important;
}

.table thead tr th:last-child {
    border-right: none !important;
}

table.dataTable tbody tr:last-child {
    border-bottom-right-radius: 5px;
}

table.dataTable tbody tr:first-child {
    border-bottom-left-radius: 5px;

}

table.dataTable tbody tr td:first-child {
    border-left: 7px solid #ccc !important;
}

table.dataTable tbody tr td:last-child {
    border-right: 1px solid #e0e0e0;
}

table.dataTable thead tr th {
    padding-top: 22px;
    padding-bottom: 22px;
}

#menu {
    /* border-right: 1px solid #e0e0e0; */
    top: 55px;
    /* border-right: 1px solid #e0e0e0; */
    top: 60px;
    background: #0000000D;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 200;
}


#top_search_dropdown {
    width: 280px;
}

ul.search-results {
    max-height: 500px;
}

#search_results .dropdown-menu {
    box-shadow: none;
    border-color: #FFFF;
}


.fc-day-header {
    text-align: left !important;
    padding-left: 2px !important;
}

.fc-header-toolbar .fc-center {
    display: none !important;
}

.custom-weekheader-label {
    font-size: 1.4em;
    font-weight: 800;
    margin: 0px;
}

.fc-bg .alert-info {
    /* color: #31708f; */
    background-color: #FAFAFA !important;
    /* border-color: #E0E0E0; */
}

.xdsoft_datetimepicker .xdsoft_label {
    font-size: 2em;
    font-weight: 600 !important;
}

/* Tuan Anh add */
.btn-red {
    color: #F4685B;
    background-color: transparent;
    border: 1px solid #F4685B;
}

.btn-red-full {
    color: #fff;
    background-color: #F4685B;
    border: 1px solid #F4685B;
}

.btn-red-full:hover {
    color: #F4685B;
    background-color: transparent;
    border: 1px solid #F4685B;
}

.btn-red:hover {
    color: #fff !important;
    background-color: #F4685B;
    border: 1px solid #F4685B;
}

.dataTables_length {
    display: none;
}

.dt-buttons {
    display: none;
}

.dataTables_filter {
    display: none;
}

.rounded-border {
    border-radius: 16px;
    border-color: #4CAF50;
    color: #4CAF50;
    padding: 5px;
}

.main-tasks-table-href-name {
    color: #00A8DD;
}

.page-content {
    background: #fff;
}

.calendar_task_search {
    margin: 5px 0px;
    background: #F38390;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 7px;
    justify-content: space-between;
}

.calendar_task_search i {
    color: #fff;
}

li.calendar_task_search:hover {
    /* background: #F38390; */
    border-radius: 5px;
}

li.calendar_task_search a:hover {
    /* background: #F38390; */
    border-radius: 5px;
}

.calendar_task_search a {
    color: #fff !important;
    left: 10px;
}

.unschedule_task {
    margin: 5px 0px;
    background: #F38390;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 7px;
    justify-content: space-between;
}

.unschedule_task i {
    color: #fff;
}

li.unschedule_task:hover {
    /* background: #F38390; */
    border-radius: 5px;
}

li.unschedule_task a:hover {
    /* background: #F38390; */
    border-radius: 5px;
}

.unschedule_task a {
    color: #fff !important;
    left: 10px;
}

.task-border {
    left: 3px;
    background: #fff;
    position: absolute;
    width: 0.1875em;
    height: 80%;
    border-radius: 3px;
}

ul.search-results {
    max-height: 200px !important;
    overflow-y: scroll;
}

#calendar_search_input {
    border: 1px solid #E3E5E5;
    border-radius: 20px;
    margin-bottom: 15px;
}

.d-none {
    display: none !important;
}

.label-on-border {
    position: absolute;
    top: -12px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    z-index: 20;
}

.form-group-mb-20 {
    margin-bottom: 25px;
    position: relative;
}

.btn-add-task, .btn-cancel-add-task {
    width: 100%;
    margin-left: 0px !important;
    text-align: center;
}

.btn-add-task {
    width: 140px;
    height: 40px;
    background: #C4C4C4;
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.btn-cancel-add-task {
    cursor: pointer;
}

.task-modal-footer {
    /* display: flex;
    flex-direction: column; */
    text-align: center;
}

#side-menu li.quick-links {
    top: 55px;
}

.aside-head {
    height: 55px;
}

.icon-orange {
    color: #FF8C05;
}

.page-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.fc-header-toolbar .fc-right .btn-group {
    background: #F6F6F6;
    border-radius: 20px;
}

.fc-header-toolbar .fc-right .btn-group .btn.btn-info {
    background: #F6F6F6;
    color: #1A1A1A;
    padding: 0px 20px;
    border-radius: 20px;
}

.fc-header-toolbar .fc-right .btn-group .btn.btn-info.active {
    background: #FF8C05;
    border: none;
    border-radius: 20px;
    padding: 0px 20px;
}

#calendar .fc-left .btn-group .btn.btn-info {
    background: none;
    color: #1a1a1a;
}

#calendar .fc-left .btn-group .btn.btn-info:hover {
    border: #fff;
}

.calendar_task_search {
    cursor: grab;
    position: relative;
}

.weekly_summary_table {
    width: 100%;
}

.weekly_summary_table tr {
    border-bottom: 1px solid #ddd;
}

.weekly_summary_table tr td {
    padding: 10px 0px;
}

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

#search_input {
    border-radius: 5px;
    width: 250px;
}

.search_btn {
    border: none;
    background: transparent;
    color: #F4685B;
}

.search_btn i {
    color: #F4685B;
}

/* Style the tab */
.tab {
    float: left;
    width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: rgb(244, 104, 91, 0.1);
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: rgb(244, 104, 91, 0.08);
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    background: #FF8A00 !important;
    border-color: #FF8A00 !important;
}


.md-custom-header-controls {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
}

.md-custom-header-nav,
.md-custom-header-view {
    width: 180px;
}

.md-custom-header-button.mbsc-button {
    font-size: 20px;
    height: auto;
    padding: 0;
    margin: 0;
}

.md-custom-header .mbsc-segmented {
    width: 110px;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.md-custom-header .mbsc-material.mbsc-segmented,
.md-custom-header .mbsc-windows.mbsc-segmented {
    padding: 0;
}

.md-custom-header .mbsc-segmented .mbsc-segmented-button {
    font-size: 20px;
    height: 32px;
    padding: 0;
}

.mbsc-ios.mbsc-schedule-header-item-large.mbsc-schedule-header-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mbsc-ios.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname {
    font-size: .7em !important;
}

.mbsc-ios.mbsc-schedule-header-day, .mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
    font-size: 1.3em;
}

.mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
    background: #FF8A00 !important;
}

.mbsc-ios.mbsc-datepicker-inline {
    border-color: transparent !important;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header, .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days {
    background: transparent !important;
}

.mbsc-ios.mbsc-schedule-header {
    background-color: #fff;
}

.mbsc-schedule-all-day-cont {
    display: none;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #000000 !important;
}

.mbsc-ios.mbsc-button-flat {
    color: #000000 !important;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 6px 0px;
    border: none;
    background: transparent;
}

.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 2rem;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}

.btn-orange-gradient {
    background: radial-gradient(109.48% 109.48% at 85.97% 7.72%, #FF6807 0%, #FFCF00 100%);
    box-shadow: 0px 5px 10px 0px #00000026;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 25px;
}

.ms-custom-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

progress[value] {
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    width: 40px;
    height: 8px;
    accent-color: #FF8A00;
}

::-webkit-progress-value {
    background-color: #FF8A00;
}

::-webkit-progress-bar {
    background-color: #D9D9D9;
}

::-moz-progress-bar {
    background-color: #FF8A00;
}

.progress_td {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: .8em;
}

table {
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}

table thead tr th {
    font-weight: 600 !important;
}

table thead tr th {
    border-bottom: 1px solid #000000;
}

.info-wrap {
    display: flex;
    gap: 15px;
}

.info-wrap .info-box {
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: white;
    position: relative;
    padding: 6px 0px;
}

.bg-pink {
    background: #F38390;
}

.bg-orange {
    background: #FF8A00;
}

.bg-light-green {
    background: #8DCCC1;
}

.bg-gray {
    background: #8B9BA7;
}

.font-size-40 {
    font-size: 40px;
}

.info-status {
    text-align: center;
    flex: 1;
    padding: 15px 0;
}

.info-box-avg {
    color: black;
    text-align: center;
    flex: 1;
    font-size: 20px;
}

.info-priority {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 16px;
    position: relative;
    height: 100%;
}

.info-priority span {
    position: relative;
    top: 36%;
}

.info-priority::before {
    position: absolute;
    width: 1px;
    background: #ffffff42;
    right: 0;
    content: '';
    height: 100%;
}

.info-box-task {
    position: relative;
}

.info-status-number {
    font-size: 24px;
    font-weight: bold;
}

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

.date-wrap {
    padding: 5px 40px;
    font-size: 25px;
}

#detail-report-text-free {
    width: 100%;
    background: #F6F6F6;
    border: 0;
    padding: 20px;
    margin: 20px 0;
}

#detail-report-text-free-btn {
    width: 240px;
    height: 50px;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(200deg, rgb(235 96 26) 25%, rgba(252, 176, 69, 1) 55%);
}

.modal-header {
    background: #8A7F73;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 10px;
    color: #fff;
}

.modal-content {
    border-radius: 10px;
}

.close {
    float: left;
}

.modal-header .close {
    margin-top: 3px;
    font-weight: 200;
    margin-right: 10px;
}

.modal-header .close:hover {
    background: unset;
}


.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-bottom: 10px;
    width: 100%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #999 !important;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}

label,
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #9b9b9b;
}

.form__field:focus ~ .form__label {
    color: #009788;
}

.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #009788;
}

.time-area .group-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.time-area {
    margin-bottom: 20px;
}

.form__select {
    border: none;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 4px 5px 4px 10px;
}

.priority-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.priority-item {
    width: 100px;
    height: 40px;
    background: red;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.desc-area {
    align-items: center;
    gap: 20px;
}

.notify-area {
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.notify-btn {
    cursor: pointer;
    padding: 5px 10px 2px 10px;
    background: #fff;
    border: 1px solid #e3e5e5;
    border-radius: 3px;
}

.mbsc-popup-wrapper {
    bottom: unset !important;
    top: 180px !important;
    z-index: 99999999998 !important;
}

#start_datepicker, #end_datepicker {
    cursor: pointer;
}

.modal-body {
    padding: 25px;
}

.notify-btn.selected {
    background: #1A1A1A;
    color: white;
}

.staff-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.tasklist-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

ul.tagit {
    margin: 0;
}

.note-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.input-name-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.input-name-area img {
    cursor: pointer;
}

.client-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.task-list-area {
    margin-bottom: 20px;
}

.memo-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.position-relative {
    position: relative !important;
}

.form-default-label label {
    position: relative !important;
}

.bg-orange {
    background: #EC9837 !important;
}

#register-form .btn {
    width: 100%;
    border-radius: 2px;
    border: 0;
    padding: 10px;
}
.mbsc-ios-dark.mbsc-datepicker-inline {
    background: #FFFCF8 !important;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar {
    background: #FFFCF8 !important;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-slide {
    background: #FFFCF8 !important;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-cell {
    background: #FFFCF8 !important;
    color: #666666;

}
