﻿.add-newblog-wrapper{
    width:100%;
    height:100%;
    display:grid;
    grid-template-columns: 1fr;
    position: relative;
}

.add-newblog-template-layout {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 85px auto auto;
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
}

.add-newblog-template-header{
    display:grid;
    grid-template-rows: 1fr 35px;
    gap: 5px;
}

.add-newblog-searchBar {
    background-color: rgba(0,0,0,0.3) !important;
    border: 1px solid #DCDCDC !important;
    max-width: unset !important;
}

.add-newblog-searchCont{
    max-width: 1055px!important;
}


.suggested-template{
    max-width: 1055px;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 25px;
}

.suggested-template h2{
    font-size: 12px;
    color: #696969;
    text-transform: capitalize;
}

.suggested-template a{
    text-decoration: none;
     font-size: 12px;
    color: #696969;
    text-transform: capitalize;
}

.free-akonini-blog-layout-wrapper{
    width:100%;
    max-width: 1055px;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    display:grid;
    grid-template-rows: 20px 1fr;
    gap: 15px;
    border-top: 2px solid #DCDCDC;
    padding: 15px 10px;
   
}

    .free-akonini-blog-layout-wrapper h3, .akonini-blog-layout-wrapper  h3{
        font-size: 15px;
        color: #696969;
        font-weight: 500;
        text-transform: capitalize;
    }

.free-template-container{
    width:100%;
    height:100%;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.free-template-img-cont{
    width: 250px;
    height: 150px;
    overflow: hidden;
    border:1px solid #DCDCDC;
}

.free-template-img-cont img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.akonini-blog-layout-wrapper {
    width: 100%;
    max-width: 1055px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 35px 1fr;
    gap: 15px;
    border-top: 2px solid #DCDCDC;
    position: relative;
    padding: 15px 10px;
}

.akonini-template-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.akonini-template-img-cont {
    width: 250px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #DCDCDC;
}

.akonini-template-img-cont img{
     height:100%;
    width:100%;
    object-fit: cover;
}

.browse-more-btn {
    align-self: center;
    justify-self: center;
    width: 150px;
    height: 35px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #FFB606;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.subscribe-btn{
    display:flex;
    gap: 10px;
    font-size: 12px;
    color:#fff;
    background-color: #696969;
    height: 38px;
    width: 150px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    text-transform: capitalize;
    right: 5px;
}

.subscribe-btn svg{
    height: 15px;
    fill: #FFB606;
}

.history-container {
    height: 100%;
    width: calc((100% - 1099px) / 2);
    position: absolute;
    right:0;
    top:0;
    border-left:2px solid #DCDCDC;
    display:flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 15px;
    padding-top: 20px;
    z-index: 10;
}

.history-container h3{
    font-size: 22px;
    font-weight: 500;
    color: #000;
    opacity: .8;
}

.recent-blog-container{
    width:100%;
    height: auto;
    display:flex;
    flex-direction: column;
    gap: 15px;
}

.created-blog-detail h3 {
    font-size: 13px!important;
    font-weight: 600!important;
}

.free-template-img-cont:hover{
    border:1px solid #FFB606!important;
    transition: border .5s ease;
}

.akonini-template-img-cont:hover {
    border: 1px solid #FFB606 !important;
    transition: border .5s ease;
}

.layout-wrapper{
    width:100%;
    margin-top: 50px;
    height:100%;
    padding-top: 25px;
    position: relative;
}

.layout1-container-layout{
    width:100%;
    height:750px;
    overflow-y:scroll;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.layout1-header{
    height: 55px;
    width:100%;
    position:relative;
}

.layout1-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/wallpaper01.jpg);
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.layout1-header-main-content {
    display: grid;
   /* grid-template-columns: 300px 1fr;*/
    position: absolute;
    top:0;
    left:0;
    z-index:5;
    width:100%;
    height:55px;
}

.website-logo{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: end;
}

.website-logo span{
    color: #fff;
    font-size: 18px;
    font-weight:500;
}

.menu-header-container{
    display:flex;
    gap: 25px;
    align-items: center;
    justify-content:end;
    font-size: 12px;
    padding-right: 25px;
}

.menu-header-container span{
    color: #fff;
}

.upload-header-background-img{
    position: absolute;
    height: 55px;
    width: 100px;
    display:flex;
    align-items: center;
    justify-content:center;
    left: 50%;
}

.upload-header-background-img svg{
    height: 30px;
    fill: #fff;
}

.layout1-blog-content{
    width:100%;
    height:auto;
    display:flex;
    flex-direction: column;
    margin-top:10px;
    gap:10px;
}

.display-layout1-content {
    width: 100%;
    /* max-width: 800px; */
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 2px solid #DCDCDC;
    border-radius: 15px;
    display:none;
}

.layout1-blog-first-wrapper{
    width:100%;
    height:100%;
    background-color: #DCDCDC;
    padding:10px;
    border-radius: 15px;
}

.layout1-blog-first-cont{
    width:100%;
    max-width: 800px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    display:grid;
/*    grid-template-columns: auto 1fr;*/
    gap: 15px;
    position: relative;
   /* background-color: #fff;*/
}

.remove-img-btn {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #B22222;
    top: 5px;
    right: 5px;
    z-index: 2;
    cursor: pointer;
}

.remove-img-btn svg{
    height: 18px;
    fill: #fff;
}

.layout1-blog-first-cont-blog-img{
    width: 300px;
    height: 200px;
    overflow:hidden;
    background-color: #fff;
    border:2px solid #DCDCDC;
    border-radius: 15px;
    position: relative;
}

.layout1-blog-first-cont-blog-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.layout1-blog-first-cont-blog-img video{
    width: 100%;
    height: 100%;
}

.layout1-blog-first-cont-blog-img video source[src=""]{
    display:none;
}

.layout1-blog-first-cont-blog-img img[src=""]{
    display:none;
}

.layout1-blog-first-cont-blog-img label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout1-blog-first-cont-blog-img label svg{
    height: 105px;
    fill: #808080;
}

.layout1-blog-title{
    width:100%;
    height:100%;
    display:flex;
    align-items:start;
    justify-content: center;
    padding-top: 15px;
}

.layout1-blog-second-wrapper {
    width: 100%;
   /* max-width: 800px;*/
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding:15px;
    border: 2px solid #DCDCDC;
    border-radius: 15px;
    position: relative;
}


.layout1-blog-third-wrapper {
    width: 100%;
    /* max-width: 800px;*/
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #DCDCDC;
    border-radius: 15px;
}


.create-new-blog-section2-div{
    width:100%;
    height:100%;
    display:grid;
    gap: 15px;
    align-items: center;
}

.layout1-blog-fourth-wrapper {
    width: 100%;
    /* max-width: 800px;*/
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #DCDCDC;
    border-radius: 15px;
}

.layout1-create-section{
    width:100%;
    height:100%;
    display: grid;
    grid-template-rows: 25px 250px;
    align-items: center;
}

.preview-span svg{
    height: 18px!important;
    fill: #fff!important;
    margin-bottom: unset!important;
}

.preview-span {
    justify-self: end !important;
    font-size: 13px !important;
    padding: 10px;
    color: #fff !important;
    background-color: #1E90FF;
    border-radius: 5px !important;
}

.create-blog-right-menu span, .preview-span {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    opacity: .8;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.create-blog-right-menu span svg{
    height: 15px;
    fill: #000;
    margin-bottom: 5px;
}

.layout1-create-section-wrapper{
    width:100%;
    height: 250px;
    display:grid;
    grid-template-rows: repeat(2, 155px);
    gap: 10px;
    align-items: center;
}

.layout1-section-cont{
    width:100%;
    height: 150px;
    overflow: hidden;
    border:2px solid #DCDCDC;
    overflow:hidden;
}

.layout1-section-cont:hover{
    border:2px solid #FFB606;
    transition: border .5s ease;
}

.layout1-section-cont img{
    width:100%;
    height:100%;
    object-fit: fill;
}

