.chimney-sweep-search-block-container-in-front-end {
    background: hsl(53.51deg 100% 62.2%);
}

#chimney-sweep-search-block-close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #333;
    color: #fff;
}

.chimney-sweep-search-block-popup a {
    color: #333 !important;
}

.chimney-sweep-search-block-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 999999999;
}

#chimney-sweep-search-block-search-api {
    background-color: #333;
    color: #fff;
    border: 0 !important;
}

.chimney-sweep-search-block-overlay.chimney-sweep-search-block-show {
    visibility: visible;
    opacity: 1;
}

.chimney-sweep-search-block-popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
}

.chimney-sweep-search-block-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.chimney-sweep-search-block-popup .chimney-sweep-search-block-close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.chimney-sweep-search-block-popup .chimney-sweep-search-block-close:hover {
    color: #06D85F;
}

.chimney-sweep-search-block-popup .chimney-sweep-search-block-popup-content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 1000px) {
	.box {
		width: 90%;
	}

	.chimney-sweep-search-block-popup {
		width: 90%;
	}
}

@media screen and (max-width: 700px) {
	.box {
		width: 100%;
	}

	.chimney-sweep-search-block-popup {
		width: 100%;
	}
}


.chimney-sweep-search-block-popup button,
.chimney-sweep-search-block-popup-form form input[type="submit"] {
    cursor: pointer;
}

.chimney-sweep-search-block-popup-content {
    margin-top: 25px;
}

.chimney-sweep-search-block-popup-header {
    margin-bottom: 15px;
}

.chimney-sweep-search-block-popup-header p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.chimney-sweep-search-block-popup-noresult {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.chimney-sweep-search-block-popup-result {
    margin: 20px 0 !important;

}

.chimney-sweep-search-block-popup-form form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chimney-sweep-search-block-popup-result {
    overflow-y: scroll;
    max-height: 340px;
}

.chimneysweepers {
    margin: 15px 0;
    width: 100%;
    border-collapse: collapse;
}

.chimneysweepers thead {
    background-color: #333;
}

.chimneysweepers thead th {
    text-align: left;
    color: #fff;
    padding-left: 15px
}

.chimneysweepers tbody td {
    background: #f7f4f4;
    text-align: left;
    padding-left: 15px
}

.chimney-sweep-search-block-popup-form-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.chimney-sweep-search-block-popup-form-inputs span {
    font-size: 17px;
    font-weight: 500;
    padding: 7px;
}

.chimney-sweep-search-block-popup-form-inputs input {
    width: 45% !important;
}

.chimney-sweep-search-block-popup-form form input {
    padding: 10px;
}

.chimney-sweep-search-block-heading {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.chimney-sweep-search-block-desc {
    margin: 0 !important;
    padding-top: 10px;
}

.chimney-sweep-search-block-search {
    margin-top: 15px;
}

.overflow-td {
    max-width: 200px;
    overflow: scroll;
}

.chimneysweeperdetails {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.chimneysweeperdetails-head img {
    max-width: 200px;
}

.chimney-sweep-search-block-container-in-front-end p,
.chimney-sweep-search-block-container-in-front-end span {
    color: #000 !important;
}

.chimneysweeperdetails-body-head {
    font-size: 18px;
    font-weight: 600;
}

.chimneysweeperdetails-body-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.chimneysweeperdetails-body-contact p {
    margin: 0 !important;
    font-size: 18px !important;
}

.chimneysweeperdetails-body-contact {
    margin-bottom: 20px !important;
}

.chimneysweeperdetails-body-email {
    font-size: 18px !important;
}

.chimney-sweep-search-block-popup-search {
    display: flex;
}

.chimney-sweep-search-block-popup-search input {
    width: 70%;
}

.chimney-sweep-search-block-popup-search button {
    width: 30%;
    background-color: #333;
    color: #fff;
    padding: 5px !important;
}


.chimneysweepers td {
	vertical-align: top;
	border-bottom: 1px solid silver;
}

.overflow-td {
    background: #86dbd7;
    white-space: nowrap;
    width: 100px;
    border: solid 1px #666;
    overflow: scroll;
    overflow-y: hidden;
}

.overflow-td::-webkit-scrollbar {
    height: 10px !important;
}

.overflow-td::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.overflow-td::-webkit-scrollbar-thumb {
    background-color: #717171;
}