

/*START blogs.cshtml*/

.tooltip-inner {
    max-width: 300px !important;
}

a {
    text-decoration: none !important;
}

h1, h2, h3 {
    margin-top: 48px;
    color: #405064;
}

h4, h5, h6 {
    margin-top: 32px;
    color: #405064;
}

h1 {
    text-align: center;
    font-weight: bold;
    max-width: 1000px
}

table, th, td {
    border: 1px solid #d9d9d9;
}

/*START Tables*/
.blogDetailTextArea table {
    margin: 48px 0;
    text-align: left;
}

.blogDetailTextArea td, .blogDetailTextArea th {
    padding: 8px
}


@media only screen and (max-width: 768px) {
    td, th {
        padding: 4px !important;
    }
}
/*END Tables*/


ol.alphabet-list {
    list-style-type: lower-alpha;
}

.blogsTopH1Div {
    display: flex;
    justify-content: center;
}

.blogsFooter {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 50px;
}

.blogsAuthorArea {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.blogsAuthorName {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 147%;
    letter-spacing: 0.03em;
    color: #405064;
}

.blogsAuthorRole {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 175%;
    letter-spacing: 0.03em;
    color: #405064;
}

.blogDetailTextArea {
    max-width: 1000px !important;
    margin: 50px auto;
    padding: 0 20px;
}

    .blogDetailTextArea .blogFooter {
        margin-top: 50px !important;
    }

.blogDetailTextArea {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400 !important;
    color: #405064;
    text-align: justify;
}

    .blogDetailTextArea p {
        margin-bottom: 15px !important;
        line-height: 175%;
        font-size: 16px !important;
    }

    .blogDetailTextArea h2{
        text-align:left
    }

    .blogDetailImg {
        width: 100%;
        max-width: 716px !important;
        padding: 0 20px 0 20px;
        border-radius: 5%;
    }

.blogDetailImgContainer {
    margin: 3% auto;
    display: flex;
    justify-content: center;
}

.blogDetailAuthorInfo {
    margin: 1% auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #616262;
    text-align: center;
}

.blogsFooter img {
    width: 50px !important;
    margin-right: 10px !important;
}

.costOfSelling {
    list-style: none !important;
}

    .costOfSelling li:before {
        content: ">";
        padding-right: 5px;
    }
/*END blogs.cshtml*/
/*START maximizing image*/
@media only screen and (max-width: 768px) {
    .showDesktop {
        display: none;
    }

    .showMobile {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .showDesktop {
        display: block;
    }

    .showMobile {
        display: none;
    }
}

.readableScreenShotImgDiv {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .readableScreenShotImgDiv {
        overflow-x: scroll;
        scrollbar-width: thin;
    }
}

.readableScreenShotImgDiv img {
    width:100%;
    border-radius:5%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding:0 20px;
    /*max-width:716px;*/
}
/*END maximizing image*/


/*START LeftCanvas*/
.blogBtn {
    background-color: #556E8D;
    color: #ffffff;
    /*color: #405064;*/
    width: 100%;
    font-weight: bold
}

    .blogBtn:hover {
        color: #e9ecef;
    }

.leftCanvasImgSpan {
    display: flex;
    width: 240px;
    height: 180px;
    justify-content: center;
    align-items: center
}

.leftCanvasItem {
    border: none;
    /*border-bottom: 1px solid #D9D9D9 !important;*/
    margin-bottom: 16px;
    background-color: #f8fbff;
    /*background-color: #ffffff;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

    .leftCanvasItem:hover {
        background-color: #E8F6FF;
    }

.leftCanvasImgDiv {
    display: flex;
    width: 30%;
    min-width: 130px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .leftCanvasImgDiv img {
        width: 100%;
        transition: transform .3s;
        object-fit: cover;
    }

        .leftCanvasImgDiv img:hover {
            transform: scale(1.05);
        }

.leftCanvasTextDiv {
    display: inline-block;
    width: 70%;
    max-width: 70%;
    font-size: large;
    text-align: left;
    padding: 4px 4px 4px 8px;
    margin-left: 4px
}

    .leftCanvasTextDiv:hover {
        text-decoration: underline;
    }

@media(max-width: 768px) {
    .leftCanvasTextDiv {
        font-size: small!important;
    }
}
/*END LeftCanvas*/
.dashboardGetStartedBtn {
    background-color: #ffffff;
    color: #1C84C6;
    font-family: "Roboto", sans-serif;
    border-radius: 8px;
    margin: 4px auto !important;
    vertical-align: middle;
    padding: 6px;
    display: none;
    border: 1px solid #1C84C6;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .dashboardGetStartedBtn label {
        margin: 0 6px !important;
        white-space: nowrap;
        font-size: large
    }

    .dashboardGetStartedBtn a {
        color: #ffffff;
        white-space: nowrap;
    }
