body { 
    margin: 0px; 
    font-size: 12px;
    color: #555555;
    font-family: 'Jost', sans-serif; 
    background: white;
   /* background-image: linear-gradient(-15deg,rgba(255,122,24,.25),#fff);*/
}
.body.contents {
    min-height: calc(100vh - 176px); 
}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
a ,button{
	text-decoration: none;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
 
label {
    margin: 6px 0px;
    display: block;
}
input,select,textarea {
	vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 5px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
    color: #555;
} 
textarea {
	border-radius: 11px;
    resize: vertical;
}

input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline: 0px;
    border: 1px solid #ff9b09;
}
button,.btn {
	border: 0px; 
    padding: 0px 20px;
    font-size: 12px;
    border-radius: 20px;
    height: 32px;
    line-height: 32px;
    background: #a1a7ac;
    color: #fff;
}
iframe {
    border: 0px;
    height: 100%;
}
table {
    width: 100%;
}
table .slash {
    margin: 0px 5px;
    color: #dcdcdc;
    font-size: 12px;
}
tbody th {
    border-bottom: 2px double #9e9e9e;
    padding: 7px 10px;
}
tbody td {
    padding: 7px 10px;
}
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

dl {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

dd {
    margin-inline-start: 0px;
    text-align: left;
}
.long-text{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.badge {
	padding: 0px 7px;
    background: #a1a7ac;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}
.badge.sm{
	font-size: 10px;
}
.btn.md {
	line-height: 25px;
    height: 25px;
    padding: 0px 10px;
}
.bg-danger{
	background-color: #f04f12; 
}
.bg-dark{
	background-color: #4a5ec0; 
}
.bg-warm{
	background-color: #ff8100; 
}
.bg-green{
	background-color: #3dc264; 
}
<!-- 
#263c96 
#37b42d
#f85e2c
#2f6dcc
#893bb6
#8f490e
#606d00
#d81c67
#c4a734
#71b8e5
#edb217
#67473c
#26a97f
#6590c8
#fab24a
#7dc4a5
#2673f2
#a8022d
#edb217
#ff8e00
#c6c100
-->
.btn:hover {
    opacity: 0.9;
}
.btn.sm {
    line-height: 18px;
    height: 18px;
    padding: 0px 8px;
}

.btn-submit {
	background-color: #0480b7; 
}
.btn-cancel {
	background-color: #a1a7ac; 
}
.btn-danger {
	background-color: #f04f12; 
}
.btn-warm {
	background-color: #ff8100; 
}
.btn-dark {
	background-color: #4a5ec0; 
}
.btn-green {
	background-color: #3dc264; 
}

.color-edge {
	color: #0480b7; 
}
.color-normal {
	color: #a1a7ac; 
}
.color-danger {
	color: #f04f12; 
}
.color-warm {
	color: #ff8100; 
}
.color-dark {
	color: #4a5ec0; 
}
.color-green {
	color: #48c66d; 
}
.to-right{
	float:right;
}
.align-right{
	text-align:right;
}
#loading {
    width: 72%;
    background: #ed9388;
    height: 3px;
    display: inline-block;
    position: absolute;
}

#loader {
	overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    background: #0000004a;
    display: none;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #c6cdda;
    border-bottom: 16px solid #ed9388;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 20vh;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner.6s linear infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.header {
    box-shadow: 2px 2px 5px #e9e9e9;
    margin-bottom: 4px;
}
.header-logo {
    height: 100%;
    width: 20%;
    display: inline-block;
    line-height: 100px;
    font-size: 23px;
    font-weight: 500; 
}
.header-logo img {
    height: 44px;
}
.header-menu { 
	width: 80%;
    float: right;
    text-align: right;
    font-size: 14px;
}
.header-menu-li {
	display: inline-block;
    text-align: center;
    line-height: 100px;
    font-weight: 900;
    letter-spacing: 0.4px;
    padding: 0 5px;
}
.header-menu-li a {
    border-radius: 50px;
    display: inline-block;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
}
.header-menu-li a:hover,.header-menu-li.active a{
	background: #ff9b09;
    color: #fff;
}
.header-menu-li.slash {
    width: 10px;
    color: #d0d0d0;
}

.footer {
    background-color: #f4f4f4;
    border-top: 2px solid #dcdcdc;
}
.footer.contents {
	min-height: 48px;
    background: none;
} 
.footer-logo {
	line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7b7b7b;
}
 
.footer-logo .slash {
    font-weight: 200;
    padding: 0px 10px;
    color: #c1c1c1;
}
.contents{
    width: 1200px; 
  	margin: auto;
}
.contents.page {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: calc( 100vh - 233px);
}
.page-content-image {
    max-width: 100%;
}
.contents.about {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 75vh;
    text-align: center;
}
.contents.library {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 75vh;
}
.form.form-row {
    width: 100%;
} 
.form.form-btns {
    margin-top: 20px;
    text-align: right;
}
.form.form-btns.btn {
    min-width: 90px;
    margin: 0px;
    margin-left: 6px;
}
.input-100 {
    width: 100%;
}
.pd-top-50 {
	padding-top: 50px	
}
 
.table-head {
    text-align: right;
    margin-bottom: 10px;
}
.table-foot {
    padding: 5px 10px;
    background: #fff;
    border-radius: 20px;
}
.table tr:hover {
    background: #f6f6f6;
}
.table tr:last-child td {
    border-bottom: 2px solid #dcdcdc;
}
.table-ctrl-btns {
    display: inline-block;
    float: right;
    width: 40%;
    text-align: right;
}
.selector-option {
    padding: 3px;
    border-bottom: 1px dashed #ececec;
    cursor: pointer;
}
.selector-option:hover {
    background: #efefef;
}
.selector-option:last-child { 
    border-bottom: 0;
}
.table {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}
.table-amount td {
    padding: 10px;
    background: #efefef;
}
.pagination {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}
.pagination.select-page {
    font-size: 14px;
    color: black;
    float: left;
    padding: 7px 16px;
    margin: 3px;
    text-decoration: none;
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
}
.pagination a {
	font-size: 14px;
    color: black;
    float: left;
    padding: 7px 16px;
    background: #efefef;
    margin: 3px;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a.active {
  background-color: #ff9b09;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}  
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} 

.input-row {
    clear: both;
    margin: 10px 0px;
    position: relative;
} 
.block {
    width: 100%; 
}
.block-20 {
    width: 20%;
    display: inline-block;
    float: left;
}
.block-25 {
    width: 25%;
    display: inline-block;
    float: left;
}
.block-30 {
    width: 30%;
    display: inline-block;
    float: left;
}
.block-33 {
    width: 33.3333%;
    display: inline-block;
    float: left;
}
.block-66 {
    width: 66.6666%;
    display: inline-block;
    float: left;
}
.block-40 {
    width: 40%;
    display: inline-block;
    float: left;
}
.block-50 {
    width: 50%;
    display: inline-block;
    float: left;
}
.block-60 {
    width: 60%;
    display: inline-block;
    float: left;
}
.block-70 {
    width: 70%;
    display: inline-block;
    float: left;
}
.block-75 {
    width: 75%;
    display: inline-block;
    float: left;
}

.input-label {
    width: 140px;
    float: left;
    position: absolute;
    text-align: center;
    background: #f0f0f0;
    border-radius: 20px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
}
.input-item {
    display: flex;
    margin-left: 140px;
    clear: both; 
}
.ui-timepicker-standard {
    border-radius: 15px;
    border: 1px solid #dcdcdc;
}

.drop-wrap {
    position: absolute; 
    background: #fff;
    min-width: 200px;
    min-height: 100px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    z-index: 2;
}


#schedulEditForm {
    width: 550px;
}
 
.ui-menu-item:hover {
    background: #efefef;
}
.ui-timepicker-container.ui-timepicker-standard {
    border: 0px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    padding: 10px 0;
    z-index: 2 !important;
}
.ui-widget-header {
    border: 0px solid #dddddd;
    background: #fff;
    height: 30px;
    line-height: 22px;
}
.ui-datepicker-title {
 	margin-top: -23px;
    text-align: center;
    font-size: 18px;
    height: 30px;
    padding-left: 55px;
}
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    background-position: 0px 0px;
    background-size: 36px;
    font-size: 15px;
    padding: 0px 15px;
}
.ui-datepicker-calendar>thead>tr>th { font-size: 14px !important; } 

.ui-datepicker.ui-datepicker-header { position: relative; } 

.ui-state-default,
.ui-widget-content.ui-state-default,
.ui-widget-header.ui-state-default,
.ui-button,
 html.ui-button.ui-state-disabled:hover,
 html.ui-button.ui-state-disabled:active { border: 0px solid #c5c5c5; background-color: transparent; font-weight: normal; color: #454545; text-align: center; } 

.ui-datepicker.ui-datepicker-title { margin-top: -39px; line-height: 43px; text-align: center; font-size: 14px; padding-left: 28px; font-weight: bold; } 

.ui-datepicker { display: none; background-color: #fff; border-radius: 4px; margin-top: 0px; margin-left: 0px; margin-right: 0px; padding: 10px;  width: 300px; box-shadow: 0px 0px 40px rgb(0 0 0 / 20%); } 

.ui-widget.ui-widget-content {border-radius: 15px; } 

 #datepicker:focus>.ui-datepicker { display: block; } 

.ui-datepicker-prev,
.ui-datepicker-next { cursor: pointer; } 

.ui-datepicker-next { float: right; } 

.ui-state-disabled { cursor: auto; color: hsla(0, 0%, 80%, 1); } 
 

.ui-datepicker-calendar { width: 100%; } 
.ui-datepicker-unselectable.ui-state-disabled span {
    color: #c28181;
}
.ui-datepicker-calendar>thead>tr>th { padding: 5px; font-size: 20px; font-weight: 400; } 

.ui-datepicker-calendar>tbody>tr>td>a { color: #000; font-size: 12px !important; font-weight: bold !important; text-decoration: none;}

.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover { cursor: auto; background-color: #fff; } 

.ui-datepicker-calendar>tbody>tr>td { border-radius: 100%; width: 44px; height: 30px; cursor: pointer; padding: 5px; font-weight: 100; text-align: center; font-size: 12px; } 

.ui-datepicker-calendar>tbody>tr>td:hover { background-color: transparent; opacity: 0.6; } 

.ui-state-hover,
.ui-widget-content.ui-state-hover,
.ui-widget-header.ui-state-hover,
.ui-state-focus,
.ui-widget-content.ui-state-focus,
.ui-widget-header.ui-state-focus,
.ui-button:hover,
.ui-button:focus { border: 0px solid #cccccc; background-color: transparent; font-weight: normal; color: #2b2b2b; } 

.ui-widget-header.ui-icon { background-image: url(./images/btns.png); background-size: 56px; font-size: 0px; height: 30px; width: 36px; display: inline-block;} 

.ui-icon-circle-triangle-e { background-position: -20px 0px; background-size: 36px; } 

.ui-icon-circle-triangle-w { background-position: -0px -0px; background-size: 36px; } 

.ui-datepicker-calendar>tbody>tr>td:first-child a { color: red !important; } 

.ui-datepicker-calendar>tbody>tr>td:last-child a { color: #0099ff !important; } 

.ui-datepicker-calendar>thead>tr>th:first-child { color: red !important; } 

.ui-datepicker-calendar>thead>tr>th:last-child { color: #0099ff !important; } 

.ui-state-highlight,
.ui-widget-content.ui-state-highlight,
.ui-widget-header.ui-state-highlight { border: 0px; border-radius: 50%; padding-top: 10px; padding-bottom: 10px; } 

.inp { padding: 10px 10px; background-color: #f1f1f1; border-radius: 4px; border: 0px; } 

.inp:focus { outline: none; background-color: #eee; } 
 
 
.confirm-hint {
    font-size: 15px;
    padding: 15px 0px;
    display: block;
}
.user-result-row {
    cursor: pointer;
}
.user-result-row:hover {
    background: #efefef;
}
.page-header-guide {
    font-size: 11px;
    font-weight: 400;
    color: #3e3e3e;
    background: #fff;
    width: fit-content;
    padding: 0px 16px;
    margin: auto;
    margin-top: -24px;
    margin-bottom: 20px;
    text-align: center;
}
 
.dash-row.ctrl-btns{
    clear: both;
    padding: 8px 0px;
    margin-bottom: 6px;
    border-top: 1px solid #e4e4e4;
    min-height: 32px;
    border-bottom: 0px;
}
.dash-row {
    clear: both;
    padding-bottom: 8px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e4e4e4
} 
.dash-info-block {
    font-size: 15px;
    margin: 3px 0px;
    display: flex;
}
.checkbox {
	height: 32px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}
.checkbox input {
    height: 15px;
    width: 15px;
    vertical-align: middle;
}
.checkbox font {
    height: 10px;
    vertical-align: middle;
    padding: 0 5px;
}
.price-block {
    position: relative;
    padding-top: 23px;
}
/* blink  */
.blink-bg{  
	border-radius: 5px;
	animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
	/* 0%		{ background-color: #10c018;}
	25%		{ background-color: #1056c0;}
	50%		{ background-color: #ef0a1a;}
	75%		{ background-color: #254878;}
	100%	{ background-color: #04a1d5;} */
	0%		{ background-color: #ffe0b6;}
	25%		{ background-color: #ffffff;}
	50%		{ background-color: #ffe0b6;}
	75%		{ background-color: #ffffff;}
	100%	{ background-color: #ffe0b6;}
}
/* blink end */

.scd-month {
    font-size: 25px;
    text-align: left;
}
.scd-month a {
    margin: 0px 15px;
}
.scd-day-event.canceled {
    background: #e0e0e0;
}
.scd-day-event.confirming {
    /* animation: blinkingBackground 2s infinite; */
    background: #ffcac4;
}
.scd-calendar tr td:first-child {
    border-left: 0px;
}
.scd-day {
    min-height: 90px;
    vertical-align: text-bottom;
    font-size: 21px;
    width: 118px;
    border-left: 1px solid #f8f8f8;
}

.scd-day:hover {
    background: #efefef;
}
.scd-day-date.today {
    color: #ff9b09;
}
.dash-row-info.log {
	background: #fffeea;
    letter-spacing: -0.2px;
    max-height: 164px;
    overflow: auto;
}
.dash-row-info.log p {
    font-size: 10px;
    display: block;
}
.scd-day-date {
    padding: 0px 5px;
    position: relative;
}
.scd-day-date.event {
    color: brown;
    background: #fef5ef;
}
.scd-day-block {
    min-height: 88px;
    border-top: 2px solid #d8d8d8;
    padding-top: 10px;
    width: 106.5px;
} 
.scd-day-event dt {
    font-weight: 400;
}
.scd-day-event ,.scd-day-off , .scd-day-need ,.scd-day-events ,.scd-day-ask{
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 2px; 
    padding: 5px
} 
.scd-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 77px;
    display: inline-block;
    vertical-align: text-top;
}
.scd-label {
    display: inline-block;
    width: 9px;
    text-align: center;
    margin-right: 3px;
}
.scd-day-event:hover {
    color: brown;
}
.scd-day-event:last-child {
    border-bottom: 0px;
}
.scd-day-event .scd-time {
    letter-spacing: -0.5px;
}
.scd-no {
    display: inline-block;
    background: brown;
    color: #fff;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    border-radius: 4px;
    padding: 1px;
    font-style: inherit;
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.scd-type-N {
    background: #e3ffe1;
}
.scd-type-O {
    background: #fff3f3;
}
.btn-add-event {
    right: 0px;
    position: absolute;
    top: 5px;
}
.scd-tools {
    text-align: right;
}

.table-event .status-C {
    background: #e0e0e0;
}
.report-light {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    margin-left: -5px;
    margin-top: 2px;
}
#schedulDetailForm .ctrl-btns {
    padding-top: 15px;  
    text-align: right;
    border-top: 1px solid #e4e4e4;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#overPage{
    width: 1200px; 
}
#overPage .page-body {
    height: calc( 100vh - 131px);
}
.right-top-navigation {
    margin-bottom: 5px;
    margin-top: 10px;
}
.right-top-navigation .arrow {
    font-weight: 700;
    margin-right: 10px;
}

.no-files {
    height: 20px;
    padding: 6px 17px;
}
.survey-label {
    display: inline-block;
    vertical-align: sub;
    margin-left: 7px;
    cursor: pointer;
}
.survey-question {
    margin-bottom: 14px;
    border-color: #efefef;
    padding: 10px 10px 20px;
    width: 500px;
}
.sv-textarea {
	min-width: 350px;
    min-height: 180px;
    line-height: 20px;
}
.survey-question legend {
    font-size: 14px;
    padding: 0px 11px;
}
.popup {
    position: absolute;
    max-width: 550px;
    padding: 3px;
    background: #fff;
} 
.popup .popup-content img {
    width: 100%;
}
.pupup-footer {
    text-align: right;
}
.pupup-footer label {
    display: inline-block;
}

.pupup-footer {
    background: #2e2e2e;
    color: #fff;
}
.pupup-footer input {
    line-height: 17px;
    height: 15px;
    vertical-align: sub;
    margin-right: 10px;
}
.btn-pop-close {
    margin-left: 18px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
}