body {
    /* font-size: 20px !important; */
    font-family: "Muli", "Helvetica Neue", "Arial", sans-serif !important;
}
body fuse-sidebar {
    max-width: 340px;
}
.h3.username {
    /* font-size: 20px; */
}
i.fa {
    font-family: FontAwesome !important;
}
button.btn {
    cursor: pointer;
}
.page-padding-wrapper .add-sitemap-button {
    font-size: 14px;
    margin: 20px 0 0 0;
}
.page-padding-wrapper > button.btn {
    font-size: 14px;
    margin: 20px 0 0 0;
}
.aminities-button .btn {
    font-size: 14px;
    margin: 0 10px 0 0;
}
.mapping {
    text-align: center;
    padding-top: 10px;
    position: relative;
}
.mapping > img {
    max-width: 90%;
    max-height: 60%;
    margin: 0 auto;
}
/*map.imagemaps {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}*/
content app-mapping-list.ng-star-inserted {
    flex-direction: column;
    padding: 10px 0;
}
table.mapping-table th, 
table.mapping-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
table.mapping-table {
    border-collapse: collapse;
}
table.mapping-table button {
    background: #eee;
    text-transform: capitalize;
    /* font-size: 20px; */
    padding: 10px 10px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    transition: 0.2s;
}
table.mapping-table button:hover {
    background: #ddd;
}
body table.mapping-table a {
    background: #039be5;
    color: #fff;
    /* font-size: 20px; */
    padding: 10px 15px;
    letter-spacing: 1px;
    border-radius: 3px;
}
table.mapping-table a:hover {
    text-decoration: none !important;
}
content app-mapping-list > p {
    /* font-size: 20px; */
}
div.custom-file {
    height: 40px;
}
input.custom-file-input {
    height: 40px;
}
label.custom-file-label {
    height: 40px;
    line-height: 30px;
}
label.custom-file-label::after {
    height: 38px;
    line-height: 30px;
}
button.btn.upload-image-button {
    height: 33px;
    padding: 0 14px;
    /* font-size: 20px; */
    letter-spacing: 1px;
}
.image-uploaded {
    margin: 15px 0;
}
div.container {
    max-width: 100%;
    padding: 0;
}
div#container-2 {
    /* padding: 0 15px; */
}
.page-padding-wrapper{
    padding: 0px 15px;
}
.page-padding-wrapper.image-map-wrapper {
    padding: 15px;
}
.imagemaps-control button.btn {
    /* font-size: 20px; */
    padding: 5px 20px;
    margin: 0 10px 0 0;
}
div.imagemaps-wrapper {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.imagemaps-wrapper > img {
    float: left;
    /*width: 400px;*/
}
.imagemaps-control {
    margin: 30px 0 0 0;
}
.nav .nav-group {
    width: 100%;
}
.upload-image-main .form-control {
    height: 40px;
    line-height: 30px;
     font-size: 14px; 
}
.imagemaps-control input {
    /* font-size: 20px; */
}
.upload-image-main{
    margin-top: 20px;
}

.mlwrapper h2{
    margin: 20px 0 10px 0;

}

.upload-image-main .form-group {
    margin-bottom: 0;
    margin-top: 20px;
}
.upload-image-main .custom-file {
    margin: 0px;
}

.view-map {
    width: 700px;
    position: relative;
    margin: 0 auto;
}
.view-map > img {
    padding: 0;
    width: 100%;
}
.imagemaps {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
section.contact-page .input-group-text {
    background: none;
}
section.contact-page .input-group-text img {
    width: 20px;
}
section.contact-page {
    padding-top: 20px;
}
section.contact-page h2 {
    margin-bottom: 20px;
    /* font-size: 28px; */
}
.style-one img{
    width: 40px;
    margin-right: 5px;
}
.style-one {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-footer{
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.page-footer img{
    width: 20px;
    margin-right: 5px;
}
section.contact-page .form-control {
    width: 290px;
    /* font-size: 20px; */
    padding: 10px;
}
section.contact-page .fa {
    font-size: 20px;
}
section.contact-page button.btn {
    /* font-size: 20px; */
    background: #039be5;
    border: 1px solid #039be5;
    padding: 8px 20px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.select-logo {
    display: inline-block;
    width: 100%;
    margin: 0px 0;
}
.select-logo .radio {
    position: relative;
    margin-right: 10px;
    text-align: center;
    float: left;
    width: 45px;
    height: 45px;
}
.select-logo .radio span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    transition: 0.1s;
}
.select-logo .radio:hover span {
    border-color: rgba(3, 155, 229, 0.5);
    box-shadow: 0 0 10px 0 rgba(3, 155, 229, 0.1);
}
.select-logo .radio input:checked ~ span {
    border-color: rgba(3, 155, 229, 0.7);
    box-shadow: 0 0 10px 0 rgba(3, 155, 229, 0.3);
}
.select-logo .radio input:checked ~ span i {
    color: #039be5;
}
.select-logo .radio input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.select-logo .radio .fa {
    font-size: 22px;
    margin-top: 0;
}


@media only screen and (max-width : 767px) {

    .view-map {
        width: 100%;
    }

}
