.common_error_msg {
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #ee1a1a;
    letter-spacing: 0.05em;
    line-height: 1.3;
    /* margin: 10px 0 0 0; */
    text-align: left;
}

.studio_event_cart_class {
    background-color: #F6F6E7;
}

.parsley-errors-list {
    color: #ee1a1a !important;
    text-align: left;
    margin: 10px 0 3px;
}

.parsley-error {
    white-space: pre-line;
    background-color: white !important;
    border-color: #ee1a1a !important;
}

[src=''] {
    visibility: hidden;
}

.active_limit a {
    font-weight: 900;
    text-decoration: underline;
}

.common_product_item {
    position: relative;
}

.rental_item_model_number {
    position: absolute;
    top: 0;
    background: grey;
    color: white;
    padding: 5px;
    opacity: 0.8;
    right: 0;
}

/**
* Custom rental css
*/
.rental_other {

}

.rental_other a {
    text-decoration: underline;
    color: #333;
}

.rental_other strong {
    font-weight: bold;
}

.rental_other ul li {
    position: relative;
    padding: 0 0 0 20px;
}

.rental_other ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #9D9D8F;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rental_other ol {
    counter-reset: count;
    margin: 0 0 32px;
}

.rental_other ol li::before {
    content: counter(count) ". ";
    counter-increment: count;
    color: #9D9D8F;
    font-weight: bold;
    font-size: 16px;
}

/* Slider */
.rental_slider {
    position: relative;
}

.rental_slider .page_prev,
.rental_slider .page_next {
    position: absolute;
    top: 53px;
    height: 86%;
    width: 50px;
    text-align: center;
}

.rental_slider .page_prev a,
.rental_slider .page_next a {
    text-decoration: none;
    font-size: 35px;
    display: block;
    padding-top: 200px;
    height: 100%;
}

.rental_slider .page_prev a:hover,
.rental_slider .page_next a:hover {
    background-color: rgba(232, 224, 224, 0.5);
}

.rental_slider .page_prev {
    left: -50px;
}

.rental_slider .page_next {
    right: -50px;
}

@media only screen and (max-width: 480px) {
    .rental_slider .pagination {
        text-align: center;
    }

    .rental_slider .pager_wrap {
        display: inline-flex;
    }

    .rental_slider .page_prev,
    .rental_slider .page_next {
        position: relative;
        height: auto;
        width: auto;
        text-align: inherit;
        top: 0;
    }

    .rental_slider .page_prev {
        margin-right: 25px;
        left: 0;
    }

    .rental_slider .page_next {
        right: 0;
    }

    .rental_slider .page_prev a,
    .rental_slider .page_next a {
        padding-top: 0;
    }

    .rental_slider .page_prev a:hover,
    .rental_slider .page_next a:hover {
        background-color: none;
    }
}

/* End Slider */

.footer_wrap .footer_list .footer_item {
    margin: 0 62px 0 0;
}

.studio_wrap ul, .studio_wrap ol, .studio_wrap li {
    list-style: none;
}

.studio_wrap ol {
    counter-reset: count;
    margin: 0 0 32px;
}

.studio_wrap ol li::before {
    content: counter(count) ". ";
    counter-increment: count;
    color: #9D9D8F;
    font-weight: bold;
    font-size: 16px;
}

.creative_guide_list .creative_guide_item:before {
    content: "";
}

.furniture_prop_searching_form {
    margin-bottom: 20px;
}


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.common_text01.editor_wrapper span {
    color: unset;
}

.disabled {
    background-color: #ddd;
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.img_contain {
    background-size: contain !important;
}

/**
* CheckList Text on Cart
*/
.cart-text {
    font-size: 9px;
    display: inline-block;
    position: relative;
    top: 67%;
    left: 15%;
    color: #333
}

@media only screen and (max-width: 480px) {
    .cart-text {
        font-size: 6px;
        display: inline-block;
        position: relative;
        top: 65%;
        left: 20%;
        color: #333;
    }
}

/**
* Highlight Text
*/
.target-highlight {
    background-color: yellow !important;
}

/**
* Move Icon
**/
.admin_note {
    margin-bottom: 10px;
}

.admin_note label {
    font-size: 12px;
}

#ul_search_result .control-label {
    cursor: grab;
    border: 1px dotted #333;
}
#ul_search_result .control-label div.move_icon {
    background: url("../images/common/drag_drop.png") center center;
    background-size: contain;
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: none;
}

/* ghostClass: The item that appears as a ghost placeholder during drag */
#ul_search_result .ghostClass {
    background-color: #f0f0f0; /* Background color of the ghost item */
    border: 2px dashed #ccc;  /* Border style for the ghost item */
    opacity: 0.7;             /* Opacity of the ghost item */
    transition: all 0.3s ease-in-out; /* Smooth transition for the ghost item */
}

/* chosenClass: The item that is being dragged */
#ul_search_result .chosenClass {
    background-color: #3498db; /* Background color of the chosen item */
    color: #fff;              /* Text color of the chosen item */
    border: 2px solid #2980b9; /* Border style for the chosen item */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow for the chosen item */
    transition: all 0.3s ease-in-out; /* Smooth transition for the chosen item */
}

/* dragClass: The item that is being dragged over */
#ul_search_result .dragClass {
    background-color: #e74c3c; /* Background color of the drag item */
    color: #fff;              /* Text color of the drag item */
    border: 2px solid #c0392b; /* Border style for the drag item */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow for the drag item */
    transition: all 0.3s ease-in-out; /* Smooth transition for the drag item */
}

.move_headline {
    color: rgb(102, 126, 233);
    margin: 5px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}
.move_headline span {
    color: rgb(240, 6, 6);
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.studio_place_info_item a, .studio_place_info_item a:active, .studio_place_main_info a {
    color: #333;
}
