.work-hours-repeater .add-row-button {
    margin-bottom: 0 !important;
}
.mlwhp-copy-all-btn,
.mlwhp-map-btn {
    float: none!important;
    /* background: rgba(0,0,0,.03); */
    /* padding: 12px; */
    font-size: 14px!important;
    color: #242429!important;
    transition: .2s ease;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: none!important;
    border: none;
    text-align: center;
    display: block;
}

.codicts-workhours-list-view .day-hour-ranges {
    flex-direction: column;
}
.codicts-workhours-list-view .mlwhp-btn-cont {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .mlwhp-copy-all-btn,
    .mlwhp-map-btn {
        width: calc( 50% - 5px);
        display: inline-block;
        /* margin-top: 0; */
    }
    .mlwhp-copy-all-btn {
        margin-right: 5px;
    }
    .mlwhp-map-btn {
        margin-left: 5px;
    }
    .codicts-workhours-list-view .day-hour-ranges {
        flex-direction: row;
    }
}
.c27-work-hours.codicts-workhours-list-view .c-d-ind-sm,
.c27-work-hours.codicts-workhours-list-view .c-d-ind-lg
{
    display: none;
}
.c27-work-hours.codicts-workhours-list-view .c-d-ind-lg {
    display: unset;
}
@media only screen and (max-width: 768px) {
    .form-group.double-input.codicts-workhours-list-view .select2-container {
        width: 100% !important;
    }

    .codicts-workhours-list-view .work-hours-repeater li.day button[type="button"] {
        /* margin: auto; */
    }
    #codicts-mlwhp-modal-map .modal-md {
        width: 95%;
    }
    .c27-work-hours.codicts-workhours-list-view .tab-pane {
        flex-direction: column;
    }
    .c27-work-hours.codicts-workhours-list-view .tab-pane .c-d-indicator {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-bottom: 10px !important;
        padding-bottom: 10px;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .c27-work-hours.codicts-workhours-list-view .c-d-ind-lg {
        display : none;
    }
    .c27-work-hours.codicts-workhours-list-view .c-d-ind-sm {
        display: unset;
    }
}
.mlwhp-copy-all-btn:hover,
.mlwhp-map-btn:hover {
    background: rgba(0,0,0,.05);
    color: #242429!important;
}

.mlwhp-copy-all-btn,
.mlwhp-map-btn {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    /* display: inline-block; */
    text-decoration: none;
}
.mlwhp-map-btn {
    /* background: var(--accent); */
    background: rgba(0,0,0,.03);
}
.mlwhp-copy-all-btn.copied:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}
.mlwhp-copy-all-btn.copied:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}
.mlwhp-copy-all-btn:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: var(--accent);
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}
.mlwhp-copy-all-btn:before {
    top: 0;
    left: 0;
    opacity: 1;
    /* color: #adadaf; */
    display: block;
    padding: 0 30px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    background: rgba(0,0,0,.03);
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}

/*
map items
 */
.mlwhp-map-info-content {
	padding: 5px;
}

.mlwhp-map-info-content h3,
.mlwhp-map-info-content p {
	margin-top: 0;
	margin-bottom: 5px;
}

.mlwhp-map-info-content ul {
	list-style: none;
	padding: 0;
}

.mlwhp-map-info-content ul li {
	margin-bottom: 5px;
}

.mlwhp-map-info-content ul li span:first-child {
	font-weight: bold;
	width: 35%;
}

.mlwhp-map-info-content ul li span {
	width: 65%;
	display: inline-block;
}

.mlwhp-copy-all-map-btn {
	float: none !important;
	font-size: 14px !important;
	color: #242429 !important;
	transition: .2s ease;
	margin-top: 15px;
	box-shadow: none !important;
	border: none;
	text-align: center;
	display: block;
	text-decoration: none;
    margin-bottom: 0;
    position: relative;
}

.mlwhp-copy-all-map-btn:hover {
	background: rgba(0, 0, 0, .05);
	color: #242429 !important;
}

.mlwhp-copy-all-map-btn.copied:after {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}

.mlwhp-copy-all-map-btn.copied:before {
	opacity: 0;
	transform: translateY(50%) rotateX(90deg);
}

.mlwhp-copy-all-map-btn:after {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	color: #fff;
	display: block;
	transition: 0.5s;
	position: absolute;
	background: var(--accent);
	content: attr(data-back);
	transform: translateY(-50%) rotateX(90deg);
	line-height: 40px;
}

.mlwhp-copy-all-map-btn:before {
	top: 0;
	left: 0;
	opacity: 1;
	display: block;
	padding: 0 30px;
	line-height: 40px;
	transition: 0.5s;
	height: 100%;
	position: relative;
	background: rgba(0, 0, 0, .03);
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
}

#mlwhp-search {
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	border: 0;
	background: none padding-box rgb(255, 255, 255);
	border: 0px;
	margin: 0px;
	padding: 0px 17px;
	text-transform: none;
	appearance: none;
	position: relative;
	cursor: pointer;
	user-select: none;
	direction: ltr;
	overflow: hidden;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	color: rgb(86, 86, 86);
	font-family: Roboto, Arial, sans-serif;
	font-size: 18px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
	min-width: 66px;
	margin-top: 10px;
    margin-left: 10px !important;
    width: 50%;
}
.codicts-cmlwhp-position {
	background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    overflow: hidden;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMiAxMGMtMS4xMDQgMC0yLS44OTYtMi0ycy44OTYtMiAyLTIgMiAuODk2IDIgMi0uODk2IDItMiAybTAtNWMtMS42NTcgMC0zIDEuMzQzLTMgM3MxLjM0MyAzIDMgMyAzLTEuMzQzIDMtMy0xLjM0My0zLTMtM20tNyAyLjYwMmMwLTMuNTE3IDMuMjcxLTYuNjAyIDctNi42MDJzNyAzLjA4NSA3IDYuNjAyYzAgMy40NTUtMi41NjMgNy41NDMtNyAxNC41MjctNC40ODktNy4wNzMtNy0xMS4wNzItNy0xNC41MjdtNy03LjYwMmMtNC4xOTggMC04IDMuNDAzLTggNy42MDIgMCA0LjE5OCAzLjQ2OSA5LjIxIDggMTYuMzk4IDQuNTMxLTcuMTg4IDgtMTIuMiA4LTE2LjM5OCAwLTQuMTk5LTMuODAxLTcuNjAyLTgtNy42MDIiLz48L3N2Zz4=);
	background-position: center center;
	background-repeat: no-repeat;
}

#codicts-mlwhp-modal-map .element {
    margin-bottom: 0;
}

.pac-container {
    z-index: 1051;
}
#mlwhp-map .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}
#mlwhp-map .gm-style-iw-d {
    margin-right: -5px;
}

/**
 * list view
 */
.c27-work-hours.codicts-workhours-list-view .tab-pane .c-d-indicator {
    margin: 10px 0;
    padding-right: 10px;
    margin-right: 15px;
    border-right: 1px solid rgba(0,0,0,.1);
    min-width: 40px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
}

.c27-work-hours.codicts-workhours-list-view .tab-pane {
    opacity: 1;
    display: flex;
    margin-bottom: 20px;
}
.c27-work-hours.codicts-workhours-list-view .tab-pane:last-child {
    margin-bottom: 0;
}

.c27-work-hours.codicts-workhours-list-view .tab-pane:not(:first-child) .mlwhp-copy-all-btn,
.c27-work-hours.codicts-workhours-list-view .tab-pane:not(:first-child) .mlwhp-map-btn {
    display: none;
}

/**
 * map marker animation
 */
@-moz-keyframes codicts-cmlwhp-pulsate {
	from {
		-moz-transform: scale(0.25);
		opacity: 0;
	}
    30% {
        opacity: 1;
    }
	95% {
		-moz-transform: scale(1.3);
		opacity: 0;
	}
	to {
		-moz-transform: scale(0.3);
		opacity: 0;
	}
}
@-webkit-keyframes codicts-cmlwhp-pulsate {
	from {
		-webkit-transform: scale(0.25);
		opacity: 0;
	}
    30% {
        opacity: 1;
    }
	95% {
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(0.3);
		opacity: 0;
	}
}
div[title="codicts-cmlwhp-marker"] {
	-moz-animation: codicts-cmlwhp-pulsate 1.5s ease-in-out infinite;
	-webkit-animation: codicts-cmlwhp-pulsate 1.5s ease-in-out infinite;
	border:1pt solid #fff;
	-moz-border-radius:50;
	-webkit-border-radius:50;
	border-radius:50%;
	-moz-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
	-webkit-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
	box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    /* height: 55px!important;
    margin: -18px 0 0 -18px;
    width: 55px!important; */
    height: 49px!important;
    margin: -16px 0 0 -16px;
    width: 49px!important;
}
div[title="codicts-cmlwhp-marker"] img {
	display:none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
	div.gmnoprint[title="codicts-cmlwhp-marker"] {
		margin:-10px 0 0 -10px;
	}
}

.codicts-workhours-list-view .work-hours-repeater {
    width: 100%;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper {
    display: flex;
    width: 100%;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-select-wrapper {
    width: 35%;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-repeater-wrapper {
    width: 65%;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-select-wrapper .select2-container {
    width: 90% !important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-select-wrapper .select2-container .select2-selection__rendered {
    background: #f7f7f7;
    padding: 0 10px;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-select-wrapper .select2-container .select2-selection__arrow {
    right: 10px;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-repeater-wrapper .add-row-button {
    background: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f7f7f7;
    transition: .2s ease;
}
.codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-repeater-wrapper .add-row-button:hover {
    background: rgba(0,0,0,.05);
    color: #242429!important;
}
@media only screen and (max-width: 767px) {
    .codicts-workhours-list-view .work-hours-list-main-wrapper {
        flex-direction: column;
    }
    .codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-select-wrapper,
    .codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-repeater-wrapper,
    .codicts-workhours-list-view .work-hours-list-main-wrapper .work-hours-list-select-wrapper .select2-container {
        width: 100% !important;
    }
}

.wp-admin .mlwhp-copy-all-btn:after {
    background: #2271b1;
}

.mlwhp-add-row-button-list-view {
    margin-right: 5px;
    display: none;
}


.codicts-workhours-list-view .work-hours-list-repeater-wrapper > div > li:last-child .mlwhp-add-row-button-list-view {
    display: block;
}
.codicts-workhours-list-view .work-hours-list-repeater-wrapper > div > li:first-of-type .mlwhp-delete-row-button-list-view {
    display: none;
}
.codicts-workhours-list-view .add-row-button {
    display: none;
}
.codicts-workhours-list-view .day-hour-ranges {
    display: flex !important;
}
