 /* Page newlayout css */


 #toolsHeader {
    display: flex;
    align-items: center;
}
#error-text {
    position: absolute;
    font-size: 12px;
    bottom: -16px;
    line-height: 12px;
}
#temp-body.position{
    position: relative;
    z-index: 9999;
}

#locationModal {
    background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show{
    display: none;
}

.tools-hero-section{
    margin-bottom: 40px;
}

.chatsmbox.border {
    padding-left: 0.5rem !important;
}
.chatsmbox img {
    margin-right: 5px;
}
.chatsmbox h6 {
    font-size: 16px;
}
.chatsmbox p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-top: 6px;
}
.cwa-table-result .table-head >div {
    flex: 1 1 0px;
    border: 1px solid #dee2e6;
    padding: 8px 10px;
    background: #eaf5ff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #dee2e6;
}
.cwa-table-result .table-head >div br {display: none;}
.cwa-table-result .downborder > div {
    flex: 1 1 0px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 22px;
    border-width: 0  1px 1px  0;
    border-style: solid;
    border-color: #dee2e6;
}
.cwa-table-result .downborder {
    width: 100%;
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0px 0px 0px 1px;
    border-collapse: collapse;
}
.table-head {
    border-width: 0 1px 0px 0px;
    border-style: solid;
    border-color: #dee2e6;
    width: 100%;
}
.cwa-table-result {
    margin-top: 0px;
}

.canvas-property {
    box-shadow: none !important;
}
p.headinginner20 {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'ZohoPuviSemBd';
    margin: 10px 0px 20px;
}
#temp-body .perma-section{
    padding-top: 0;
}
#id_common_component_div #pg-container{
    display: none !important;
}
table td.border, .location-result-wrapper .border{
    padding: 8px 10px !important;
}
.checkwebresults,.cwa-head {
    display: none !important;
}
.checkwebresults.recent-result,.cwa-head.recent-result{
    display: block !important;
}
#pg-container.failed-url{
    display: none !important;
}

.checkwebresults .canvas-property{
    border: none !important;
}
.checkwebresults .cwa-graph-div{
    border: 1px solid rgb(204, 204, 204);
}
@media(max-width:991px){
    .chatsmbox.border {
        margin-top: 15px;
        width: 100%;
    }
}
