@keyframes down-btn {
    0% { bottom:20px; }    
    100% { bottom:0px; }

    0% { opacity:0; }    
    100% { opaicty:1; }
}

@-webkit-keyframes down-btn {
    0% { bottom:20px; }    
    100% { bottom:0px; }

    0% { opacity:0; }    
    100% { opaicty:1; }
}

@-moz-keyframes down-btn {
    0% { bottom:20px; }    
    100% { bottom:0px; }

    0% { opacity:0; }    
    100% { opaicty:1; }
}

@-o-keyframes down-btn {
    0% { bottom:20px; }    
    100% { bottom:0px; }

    0% { opacity:0; }    
    100% { opaicty:1; }
}



.category-name {
    font-family: sans-serif;
    width: -webkit-fill-available;
    text-align: center;
    font-size: 40px;
}

.card-category-2 ul, .card-category-3 ul, .card-category-4 ul, .card-category-5 ul  .card-category-6 ul {
    padding: 0;
}
    
.card-category-2 ul li, .card-category-3 ul li, .card-category-4 ul li, .card-cssssategory-5 ul li, .card-category-6 ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.card-category-2 ul li, .card-category-3 ul li {
    margin: 10px 5px;
}

.card-category-1, .card-category-2, .card-category-3, .card-category-4, .card-category-5, .card-category-6 {
    font-family: sans-serif;
    margin-bottom: 45px;
    text-align: center;
}
    .card-category-1 div, .card-category-2 div {
        display:inline-block;
    }

    .card-category-1 > div, .card-category-2 > div:not(:last-child) {
        margin: 10px 5px;
        text-align: left;
    }

    /* Basic Card */
    .basic-card {
        width:300px;
        position: relative;
        
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    }
    
        .basic-card .card-content {
            padding: 15px;
        }
.blog-card-image {
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
  border-radius: 6px;
}
.basic-card .card-title {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
}

.basic-card .card-text {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
}
.basic-card .card-link {
  padding: 6px 26px;
  font-size: 14px;
  font-weight: bold;
}

            .basic-card .card-link a {
                text-decoration: none;
                position: relative;
                padding: 10px 0px;
            }

            .basic-card .card-link a:after {
                top: 30px;
                content: "";
                display: block;
                height: 2px;
                left: 50%;
                position: absolute;
                width: 0;

                -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
                -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
                -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
                transition: width 0.3s ease 0s, left 0.3s ease 0s;
            }

            .basic-card .card-link a:hover:after { 
                width: 100%; 
                left: 0; 
            }
    
    

.card-title {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}
        .basic-card-aqua .card-content, .basic-card .card-link a {
            color: #000;
        }
        .card-content {
          display: block !important;
        }
                
        .basic-card-aqua .card-link {
            border-top:1px solid #82c1bb;
        }

            .basic-card-aqua .card-link a:after {
                background:#fff;
            }

    .basic-card-lips {
        background-image: linear-gradient(to bottom right, #ec407b, #ff7d94);
    }

        .basic-card-lips .card-content {
            color: #fff;
        }

        .basic-card-lips .card-link {
            border-top: 1px solid #ff97ba;
        }

            .basic-card-lips .card-link a:after {
                background:#fff;
            }
    
    .basic-card-light {
        border: 1px solid #eee;
    }

        .basic-card-light .card-title, .basic-card-light .card-link a {
            color: #636363;
        }
        
        .basic-card-light .card-text {
            color: #7b7b7b;
        }

        .basic-card-light .card-link {
            border-top: 1px solid #eee;
        }

            .basic-card-light .card-link a:after {
                background:#636363;
            }

    .basic-card-dark {
        background-image: linear-gradient(to bottom right, #252525, #4a4a4a);
    }

        .basic-card-dark .card-title, .basic-card-dark .card-link a {
            color:#eee;
        }

        .basic-card-dark .card-text {
            color: #dcdcdcdd;
        }

        .basic-card-dark .card-link {
            border-top: 1px solid #636363;
        }

        .basic-card-dark .card-link a:after {
            background:#eee;
        }


    










.flex-2 {
  flex: 2;
}



.main-input {
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  margin-top: 7px;
}
#submitBtn {
  background: none;
  border: none;
  padding: revert;
}
.display-flex {
  display: flex;
}
.flex-1{
    flex: 1;
}
.blog-navbar.navblog.navb {
  margin: -8px;
  padding: 0;
}

    .dropdown-toggle::before {
    content: none;
    }
.option.selected {
    padding: 4px 16px;
    line-height: 34px;
}
.textarea-1{
  font-weight: 400 !important;
}
#txtSearchValue {
    display: none;
}
.design-padd.editor-layout {
  max-width: 48em;
  overflow: hidden;
  width: 100%;
}

ol li span {

    font-weight: 400;
    font-style: normal;
    line-height: 1.50;
    letter-spacing: -.003em !important;
    margin-bottom: 0em;
}

#myspecialdiv ol {
  margin-left: 2em;
}

.like-co.static-showing {
  font-weight: 600;
  margin-top: 5px;
  border-radius: 7px;
  border: none;
  color: #222;
  background: #dbdada;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  line-height: 36px;
  cursor: default;
}
#myspecialdiv {
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;

  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1.50;
  letter-spacing: -.003em;
  background: white;
  margin-top: 30px;
  color: rgba(15, 19, 42, 0.95);
}
#myspecialdiv pre[data-lang]::before {
    content: attr(data-lang);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Lato", sans-serif;
    background: #f9c436;
    padding: 2px 0;
    font-size: 0.9rem;
    text-indent: 15px;
    text-shadow: 2px 2px 2px #1c1c1c;
text-transform: uppercase;
font-weight: 900;
}
.bootstrap-tagsshow{
    background: white;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e9e5e5;
}
.dropdown-toggle {
    display: block;
    right: 0;
    position: relative;
    padding: 10px 16px !important;
}
.navbar.navbar-expand-lg.navbar-light.bg-blue.js-project-editor-nav {
    margin: 0;
    padding: 14px 0px;
    border-radius: 0;
}
.dropdown-select.open .option {
    display: block;
}
p {
    max-width: 100% !important;
}
.note-editing-area {
    width: 100%;
    display: inline-grid;
}
.form-group label {
    font-size: 14px;
    color: black;
}
.checkbox label {
    font-size: 14px;
    font-weight: 600;
}

.headingpop.blogpop {
    text-align: left;
    /*border-bottom: 2px solid #c8c8c8;*/
    font-weight: bold;
    max-width: inherit;
    font-size: 28px;
    color: #222;
}
.blog-navbar.navblog.navb {
    background: white;
 /*   padding: 12px 0;*/
 height: 54px;
    box-shadow: 1px 0px 2px #00000073;
}

.blog_category {
  width: 100%;
  padding: 13px 6px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.hide {
  display: none;
}

.rf-button__label {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
.follow-blog-user {
  margin: 0px 55px !important;
}
.rf-project-editor-nav__menu--main {
  display: flex;
  margin-top: 3px;
}
.noneButton.no-button.textC1 {
    padding: 17px 0px;
    width: 66px !important;
    border-right: 1px solid #d5d5d5;
    height: 100%;
    margin: 0px 21px;
    border-radius: 0;
}
.image_upload_button {
  padding: 10px 20px;
  background: #ff5784;
  border-radius: 8px;
  color: white;
}

.inserfile.buttonfile {
    background: none;
    border: none;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 70%;
width: 65%;
}
.hidden {
  display: none;
}
.input-2 {
  padding: 13px;
  background: white;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 6px;
}
.main-textarea {
  padding: 16px;
  width: 100%;
  border-radius: 11px;
}
.inserfile.buttonfile:focus {
    outline: 0px solid transparent;
}
.imagesslot.containerimages {
  border: 1px solid #e3e3e3;
  height: 87%;
  margin-left: 3em;
  border-radius: 15px;
margin-top: 18px;
}
.fa.fa-trash {
  background: url("/public/images/services/delete.png");
  display: block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
height: 25px;
width: 25px;

}

.input_images.fileinsert {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 96%;
    border-radius: 15px;
    margin-top: 18px;
border-style: dashed !important;
height: 50%;
border: 3px solid #b0b0b0;
}
.inserfile.buttonfile svg {
  margin-left: auto !important;
  margin-right: auto !important;
}
.closedbutton {
    width: 30%;
    background: #000;
    color: white;
    line-height: normal;
    padding: 12px;
    border-radius: 6px;
    border: none;
    margin-top: -5px;
}

.saved-button.button-project-save {
    color: white;
    padding: 7px 40px 8px;
    line-height: normal;
    border-radius: 6px;
    border: none;
    margin: 11px 23px;
    letter-spacing: 0;
    background: #0600a7;
}
.username_profileblog {
    display: block;
    padding: 17px 0px;
    height: 100%;
    margin: 0px 3px;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.nav-bl.width-nav{
    max-width: 1032px !important;
    margin: auto;
}

.myheadingh1,.myheadingh2,.myheadingh3,.myheadingh4,.myparagraph1,.myparagraph2,.myparagraph3,.myparagraph4{
  padding: 0;
  margin-left: 4px;
  margin-top: 4px;
}
.myheadingh1 svg,.myheadingh2 svg,.myheadingh3 svg,.myheadingh4 svg,.myparagraph1 svg,.myparagraph2 svg,.myparagraph3 svg  
,.myparagraph4 svg
{
 margin-bottom: -3px;
margin-left: -6px;
}


.setting_link {
    margin: 20px 0;

}

.saved-button.button-project-save span {
    color: white;
    font-weight: bold;
}
._56gfgfg {
    padding: 14px;
    width: 63px;
}

.pop_layout_cont{
    margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
border-radius: 15px;
margin-top: 18px;
text-align: left;
}

.dd-menu.drop-blogm {
  margin-top: -1px;
}
.dd-menu.blog-dropd {
  margin-top: -5px;
}

.dropzone-desc.blog-desc-previewimg img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/**===================================== About Section ===============================**/
.tag-description {
  background: #333d50;
  color: white;
  padding: 6px 14px;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.tag-description:hover {
color: #222;
background: white;
border: 1px solid black;
padding: 5px 13px;
}
.Share-display-design h5 {
  display: flex;
}

.tag {
    border-radius: 3px;
    display: inline-block;
    line-height: 23px;
    padding: 2px 12px 3px 12px;
    position: relative;
    margin: 0 0 -3px 0px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 17px !important;
    font-weight: 400;
}

.tags {
  padding: 10px 0 0 16px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.tags li {
    float: left;
    padding-left: 7px !important;
    padding-bottom: 10px;
    margin: 0;
}


/*================ Share Post =============*/
.share-alt-system a {
  width: 100%;
  margin: 3px;
  padding: 2px;
  place-content: center;
}
.share-alt-system {
  display: flex;
  margin: 0 4px;
  text-align: center;
}

.share-alt-system button {
    display: flex;
    width: 100%;
    margin: 11px 3px;
    place-content: center;
}

.share-alt-system .like-co {
  place-content: baseline;
  display: -webkit-inline-box;
  width: 100%;
  margin: 11px 3px;
  padding: 9px 38%;
}
.like-co strong {
  margin: -8px 1px;
  font-weight: 600;
  font-size: 11px;
}
/*================ Images galley =============*/

.blog-feature-img {
  height: 100%;
}
.wrappergallery {
  width: 90%;
  max-width: 1300px;
  margin: 1rem auto;
}
.right_featureimag_desc{
  margin-left: 2em;
}
.img-grid-galley {
  display: grid;
/*  justify-items: center;
  grid-gap: 0.6rem;*/
}
.image-gallry {
  width: 100%;
  display: flex;
  border: 1px solid #e0e0e0;
  margin: 4px;
  padding: 5px;
  border-radius: 7px;
}
.img-grid-galley img {
  max-width: 100%;
  padding: 0.2rem;
  border: 1px solid #ddd;
}
.image-gallry img{
  width: 60px;
  float: left;
}
.checkbimage {
  margin: 0 24px !important;
}


/*
@media (min-width: 1200px) {
  .img-grid-galley {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .img-grid-galley {
    grid-template-columns: repeat(5, 1fr);
  }

}
@media (max-width: 767px) {
  .img-grid-galley {
    grid-template-columns: repeat(4, 1fr);
  }


}
@media (max-width: 600px) {
  .img-grid-galley {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .img-grid-galley {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .img-grid-galley {
    grid-template-columns: 1fr;
  }

}*/
/*================ End Images Galley ============*/

/*============= Editor open =============================*/
/*==p===*/
.pdref.paragraph_content {
    --x-height-multiplier: 0.375;
    --baseline-multiplier: 0.17;
    font-weight: 400;
    font-style: normal;
    line-height: 1.50;
    letter-spacing: -.003em;
    margin-bottom: 0em;
}

.editor_button span {
    display: grid;
}

.editor_side_popup {
    position: fixed;
    margin-top: 15px;
  /*  margin-left: -10em;*/
}
.blog_editor.layout_blog {
max-width: 900px !important;
display: flex;
margin: 30px auto;
padding: 0px 20px;
}

/*.gallery-image-dlete{
 margin-left: -38px; 
top: -55px;
position: relative;
margin-top: 9px;
padding: 5px 9px 5px 9px; 
}*/

.defaultValue.defaultValue--root {
    
    pointer-events: none;
    font-size: 25px;
    color: #ccc;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
      color: #b3b3b1;
    font-size: 25px;
    padding-bottom: 12px;
}
.pdref.paragraph_content:before{
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
  color: #b3b3b1;
  font-size: 24px;
  position: absolute;
  margin-top: -2px;
}


[contenteditable]:focus {
    outline: 0px solid transparent;
}

.titleBlogs {
    padding: 13px;
    font-size: 23px;
    border-left: 2px solid #d2d2d2 !important;
    border: none;
    width: 100%;
        --x-height-multiplier: 0.375;
    --baseline-multiplier: 0.17;
    font-weight: 400;
    font-style: normal;
    line-height: 1.50;
    letter-spacing: -.003em;
    background: white;
    font-family: Georgia !important;
}

.pdref.bolt_content {
    color: #222;
}
.pdref.italic_content {
    font-style: italic;
}
.pdref.underline_content {
    text-decoration: underline;
}
.pdref.heading3_content{
--x-height-multiplier: 0.342;
--baseline-multiplier: 0.22;
letter-spacing: -.02em;
font-weight: 600;
font-style: normal;
letter-spacing: 0;
line-height: 1.15;
letter-spacing: -.015em;
color: black !important;
transform: scaleY(1.1);
font-family: Georgia !important;
}
.pdref.heading4_content {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  font-weight: 700 !important;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -.012em !important;
 
  color: black !important;
  transform: scaleY(1.1);
  font-family: Georgia !important;
}

ol li {
  display: list-item;
  list-style: square;
  color: #373737;
  padding: 5px;

font-weight: 400;
font-style: normal;
font-size: 23px;
line-height: 1.50;
letter-spacing: -.003em;
}
.pdref.link_content {
    color: #ff084a;
}
pre {
    padding: 22px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 5px !important;
    background: #eee;
}
.pdref.code_content {
    --x-height-multiplier: 0.375;
    --baseline-multiplier: 0.17;

    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: -.003em;
    color: #000;
}
.pdref.blockquote_content {
    border-left: .25em solid #222;
    color: #222;
    padding: 6px 1em;
 
    font-size: 23px;
}
.pdref.figure_content {
    background: white;
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    max-width: 100%;
}
.pdref.caption_content{
--x-height-multiplier: 0.342;
--baseline-multiplier: 0.22;
letter-spacing: -.02em;
font-weight: 300;
font-style: normal;
font-feature-settings: "liga" on,"lnum" on;
-moz-font-feature-settings: "liga" on,"lnum" on;
font-size: 16px;
line-height: 1.4;
color: rgba(100, 100, 100, 0.68);
letter-spacing: 0;
margin-top: 7px;
}


.defaultValue.defaultValue--prompt {
  color: #aaa;
  font-size: 19px;
}
.pdref.button_content {
    background: #222;
    border-radius: 7px;
    padding: 7px 18px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.blogeditor.editblog span{
  font-size: 23px !important;
}
.defaultValue.defaultValue--prompt::before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  font-size: 21px;
}

.blogeditor.editblog {
    --x-height-multiplier: 0.375;
    --baseline-multiplier: 0.17;

    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 1.50;
    letter-spacing: -.003em;
    background: white;
    /*border: 1px solid #f2f2f2;*/
    margin-top: 30px;
    color: rgba(15, 19, 42, 0.95);
    height: 25em;
border-bottom: 2px solid black;
overflow: auto;
}
.editor_button {
    background: white;
    padding: 13px 6px;
    border: 1px solid #ececec;
    box-shadow: 2px 2px 3px #eaeaea;
    border-radius: 9px;
}
.buttonblogeditor:focus {
    outline: 0px solid transparent;
}
.fontStyle.buttonblogeditor {
    background: white;
    border: none;
    padding: 7px 8px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    width: 43px;
}

.mobile_editor_blog {
    margin-top: -8em;
    margin-right: 2.5em;
}

.section-divider {
    margin-top: 52px !important;
    margin-bottom: 42px !important;
    display: block;
    border: 0;
    text-align: center;
    overflow: visible;
}
hr.section-divider::before {
    --x-height-multiplier: 0.342;
    --baseline-multiplier: 0.22;
   
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: .6em;
}
hr.section-divider::before {
    content: '...';
    display: inline-block;
    margin-left: .6em;
    color: rgba(0,0,0,.68);
    position: relative;
    top: -30px;
}
.imageCaption {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    margin-top: 10px;
    color: rgba(0,0,0,.68);
    outline: 0;
    text-align: center;
    z-index: 300;
}

.more_button {
    width: 100%;
    text-align: center;
    background: #000;
    border: none;
    border-radius: 7px;
    padding: 5px 40% !important;
}

#thumbnailBlogs {
    bottom: auto;
    position: absolute;
    width: 84%;
    margin: -14px;
    height: 84%;
    z-index: 9;
}
.dropzone-blogs {
    border-radius: 18px;
    color: #fff9f9;
    font-weight: 600;
    font-size: 14px;
    padding: 46px;
    text-align: center;
    width: 100%;
    margin: 2px auto;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.blog-desc-previewimg{
  margin-left: auto;
margin-right: auto;
width: 100%;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;

}
.previewzone-blogs {
  border-radius: 18px;
  color: #fff9f9;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  /*margin: 46px 69px;*/
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  background: white;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 99;
}
.shot-byline-user {
  display: flex;
  line-height: 13px;
  white-space: nowrap;
}
.user-name-desi {
  display: block !important;
}

.profile_name {

  font-size: 19px !important;
  letter-spacing: 1px;
  color: white !important;
  font-weight: 600 !important;
}

.layoutBlogRight {
    width: 100%;
    padding: 25px 40px 0 40px;
    height: 100%;
}
.btn.btn-primary {
    background: #ff084a;
    border: #ff084a;
}
.btn.btn-primary:active {
    background: #ff5353;
    border: #ff5353;
}

.user-section {
    position: absolute;
    bottom: 0;
    top: 58px;
    left: 0;
    right: 0;
}
.modal-title {
    display: none;
}
.columnsContainer {
    width: 100%;
    height: 100%;
    display: inline-flex;
    position: absolute;
}



.panel {
    padding: 0 !important;
}
.titlefont{
  color: white;
  text-align: center;
}

#dropzone {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

._dhjdh7 {
    font-size: 12px;
    color: #222;
    margin-bottom: 1em;

}

.btn-default {
    color: #222 !important;
    background-color: #fff !important;
    border-color: #e6e3e3 !important;
}

.kd-title-show {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.kd-thumbnail-show {
    float: right;
    width: 100%;
}

.dropzone-wrapper {
    font-weight: 600;
    font-size: 14px;
    padding: 5.5em 1%;
    text-align: center;
    margin: 2px auto;
        margin-bottom: 2px;
    margin-bottom: 2em;
    height: 22em;
    border: 1px solid #d7d6d6;
    border-radius: 2em;
    background: #f4f4f4;
}


.preview-zone {
    text-align: center;
    width: 100%;
}
.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 1;
    background: #0000;
    width: 80%;
margin: auto;
}
.box-body.preview-images-box {
    max-width: 22em;
    max-height: 17em !important;
    margin: 2em;
}
.box-body.preview-images-box img {
    width: 100%;
    max-width: 14em;
}
.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}
.box-header {
    color: #444;
    display: block;
    padding: 0px;
    position: relative;
    float: right;
    margin-bottom: -3em;
}
.box-tools {
    position: absolute;
    right: 10px;
    top:17px;
padding-left: 37em;
width: 100%;
}
.pull-right {
    float: right !important;
}
.preview_image{
  margin-bottom: 0px !important;
}
/*.box-body.preview-images-box {
    width: 22em;
}*/
.btn-danger.btn-xs.remove-preview {
    background: #fff;
    border: none !important;
    padding: 6px 12px 9px 12px;
    font-size: 15px;
    border-radius: 8px;
    border: 2px solid #cecccc;
}

.previewText {
    font-size: 23px !important;
    margin: 9px;
    font-weight: 900;
    font-family: arial;
}
input[type="file"] {
    display: block;
}
.dropzone, .dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 56%;
    height: 84%;
    cursor: pointer;
    opacity: 0;
    margin: -175px;
}
.dghd77d {
    font-size: 1.3rem;
    text-align: center;
    color: 
#7f8c8d;
border: 2px dashed
#a49e9e;
border-radius: 4px;
display: inline-block;
width: 100%;
background:
    #f2f2f2;
}


/*=======================editor closed ====================*/





.editButtons span {
  display: inline-block;
  white-space: nowrap;
}

[data-edit] {
  float: left;
  border: 0;
  font: 18px/1 monospace;
  background: #ccc;
  color: #000;
  padding: 4px 8px;
}

[contenteditable] {

  cursor: pointer;
}

.app ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}



/*============== Dropdown ======================*/

.dropdown-blog {
  display: inline-block;
  position: relative;
  margin: -5px 2px;
}

.dd-button {
  border: none;
  cursor: pointer;

}

.editData.dropdownlist {
  white-space: nowrap;
  display: flex;
}
.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: -33px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  margin-left: -8em;
padding: 10px 32px ;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 9px 14px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
font-weight: 400;
}



.dd-menu li a {
    display: block;
    padding: 0px 2px;
    color: black;
    margin-right: 29px;
    margin-bottom: -4px;
    font-size: 14px;
    font-weight: 400;
}
.dd-menu li p {
    display: block;
    padding: 0px 4px 2px;
    color: black;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

/*=============floating button ================ */

.wrapper_editor {
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: 7em;
    background: black;
    position: fixed;
    bottom: 19px;
    right: 19px;
    border-radius: 50%;
}
.wrapper_editor .fab {
    position: relative;
    z-index: 3;
    justify-content: center;
    align-items: center;
    animation: fab-animation-reverse 0.4s ease-out forwards;
    display: flex;
    margin-top: 22px;
}
.wrapper_editor .fab::before, .wrapper_editor .fab::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #fff;
}
.wrapper_editor .fab::before {
  width: 4px;
  height: 18px;
}
.wrapper_editor .fab::after {
  width: 18px;
  height: 4px;
}
.wrapper_editor .fac {
  width: 32px;
  height: 150px;
  border-radius: 64px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  top: -110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
 
}
.wrapper_editor .fac a {
  color: var(--icon-color);
  opacity: 0.8;
}
.wrapper_editor .fac a:hover {
  transition: 0.2s;
  opacity: 1;
  color: #30444f;
}
.wrapper_editor input {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.wrapper_editor input:checked ~ .fab {
  animation: fab-animation 0.4s ease-out forwards;
}
.wrapper_editor input:checked ~ .fac {
  width: 32px;
  height: 150px;
  animation: fac-animation 0.4s ease-out forwards 0.1s;
  top: -180px;
  opacity: 1;
}

@keyframes fab-animation {
  0% {
    transform: rotate(0) scale(1);
  }
  20% {
    transform: rotate(60deg) scale(0.93);
  }
  55% {
    transform: rotate(35deg) scale(0.97);
  }
  80% {
    transform: rotate(48deg) scale(0.94);
  }
  100% {
    transform: rotate(45deg) scale(0.95);
  }
}
@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }
  20% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.95, 1.05);
  }
  66% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}





/*===================================== Blogs Design  ================================================*/

li.fav-button-d.blog_like {
    margin-top: -10px;
}
.blog-title {
    font-weight: 800;
    margin: 30px auto 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    color: white;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    max-width: 49rem;
}
.blog-descriptiond {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
    color: white;
    text-align: center;
margin: 35px auto 11px auto;
   
}

.blog-post-description {
    padding: 0px 9px 9px;
    box-shadow: 0px 0px 1px 1px #d5d5d5;
    margin-top: -6px;
    position: inherit;
    background: white;
    border-radius: 0px 0px 13px 13px;
}

.userpanel_header {
    width: 100%;
    margin-top: 3em;
}
.blog-thumbnail {
    width: 100%;
    height: 23em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.profile_detail-blog {
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
}
.profile_detail-blog .profile_slat {
    margin-left: 16px;
}

.mega-header {
  padding: 6em 1rem;
  margin: 0 0 2rem 0;
  text-align: center;
  background: linear-gradient(rgba(34, 0, 67, 0.71), rgba(245, 27, 250, 0.26)) top;
  text-shadow: 2px 2px 3px #000000d9;
  height: 100%;
  -moz-box-shadow: inset 0 0 350px #000;
  -webkit-box-shadow: inset 0 0 350px #000;
  box-shadow: inset 0 0 350px #000;
}

.subtitle {
    font-weight: 400;
    font-size: 31px;
    margin: 5px auto;
    max-width: 700px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px black;
    letter-spacing: -1px;
}

.block-time {
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 2px #000000ad;
    text-transform: uppercase;
    font-family: Menlo, Monaco, monospace;
}
.blog-back-button {
    position: absolute;
    padding: 3em;
    left: 0;
}

.back-button{
    border: none;
background: transparent;
color: rgb(255, 255, 255);
text-shadow: 2px 2px 2px black;
letter-spacing: 1px;
font-size: 17px;
}

.blog-descriptip-section {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


.user-desc-section {
    margin-top: 4em;
}

.share-list-blog{
list-style-type: none;
font-size: 1px;
}

.share-blog {
    margin: 0 0 1px 5px;
    font-size: 10px;
}
.blog-T{
    font-size: 14px;
}
.blog-S {
    font-weight: 400;
}
.tags-blog{
    display: block;
}

.copy-link-blog {
    margin: 0;
    padding: 3px 15px 2px;
    display: grid;
}
.Project-projet-blog {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.userpanel_profile_blog {
    border-bottom: 1px solid #e1e1e1;
    padding: 1em;
    width: 100%;
}
.photo_profile-blog {
    border-radius: 50%;
    margin-top: -1px;
    border: 3px solid #fff;
    box-shadow: 2px 2px #7d7c7c;
    object-fit: cover;
}

.blog-like-section {
    float: right;
    display: flex;
    padding: 3em;
    position: absolute;
    text-align: right;
    right: 0;
    list-style: none;
}

.right-dropdown-blog{
left: -7em;
}
.button-editor {
  margin: 0px 5px;
}
.dropdown.dropdownSetting .hired-button {
  padding: 10px 17px;
}

.follow-blog-user{

}
.blog-profile-dispsh {
    display: flex;
}
.follow-blog-user {
    margin-left: 6px;
    margin-top: -3px;
}



.comment-edit-blog{
    display: block;
margin: 0;
font-size: 14px;
color: #575757;
}



.entry-blog {
    padding: 23px 33px;
    bottom: 0;
    position: absolute;
    border-radius: 0;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24)) top;
    text-shadow: 3px 3px 3px #1c1c1c;
    width: 100%;
}
.def.def-medium {
    width: 100%;
    position: relative;
}
.first-blogs-img {
    width: 100%;
    height: 33em;
    background-position: bottom;
    background-size: cover;
}
.two-blogs-img {
    width: 100%;
    height: 16.5em;
    background-position: bottom;
    background-size: cover;
}

.blog-back-search-d {
    width: 100%;
    margin-top: 25px;
}
.card__title_blogs {
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #4d4c4c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-design-detail {
  margin: auto;
}
    .desc-blogs {
      padding: 3em;
      background: #fff;
      width: 90%;
      box-shadow: 0px 0px 1px #00000059;
      border-radius: 4px;
    }
.Share-display-design {
  padding: 3px 15px;
}
.SignUpPrompt-subHeader-YY5 {
  color: white;
  padding: 12px 0;
}

/*============ End Blog Post ========================== */



@media only screen and (min-width: 480px) {

.gallery-image-dlete {
    margin-left: -37px;
    top: -35px;
    position: relative;
    margin-top: -16px;
    padding: 5px 9px 5px 9px;
}
  ol li span {
    font-size: 23px !important;
  }
  .pdref.paragraph_content {
    font-size: 23px !important;
  }
  .pdref.heading3_content{
    font-size: 35px;
  }
  .pdref.heading4_content{
    font-size: 28px !important;
  }

}

@media only screen and (max-width : 480px) {

.gallery-image-dlete {
    margin-left: -46px;
    top: -13px;
    position: relative;
    margin-top: -16px;
    padding: 5px 9px 5px 9px;
}


  #myspecialdiv{
    font-size: 19px !important;
  }
  ol li span {
    font-size: 19px !important;
  }
  ol li{
    font-size: 19px !important;
  }
  .pdref.paragraph_content {
    font-size: 19px !important;
  }
  .pdref.heading3_content{
    font-size: 27px;
  }
  .pdref.heading4_content{
    font-size: 22px !important;
  }
  .dropdown.dropdownSetting .hired-button {
    padding: 10px 12px;
    width: 42px;
  }
  .blog-like-section {
    padding: 3em 3px;
  }
  .blog-back-button {
    padding: 3.2em 9px;
  }
  .user-desc-section {
    margin-top: 1em;
  }
  .desc-blogs {
    padding: 11px;
    width: 98%;
  }
}

@media only screen and (min-width: 720px) {

.content-hide720up {
    display: none;
}

}

@media only screen and (max-width : 720px) {

.content-hide720down {
    display: none;
}

}

@media only screen and (min-width: 920px) {


    .main-design-detail {
      width: 90%;
      margin-left: auto;
    }
    .desc-blogs {
      margin-left: auto;
    }
}

@media only screen and (max-width : 920px) {

.right_featureimag_desc{
  margin-left: 0em;
  margin-top: 3em;
}
.display-flex-4 {
    display: inherit !important;
}
.imagedisplay{
  height: auto;
}
.imagesslot.containerimages{
  margin-left:0;
}
.grid-m{
  display: grid;
}
  .desc-blogs {
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (min-width: 720px) {
.commentSection {
    width: 71%;
    margin-left: auto;
    margin-right: auto;
}

}

@media only screen and (max-width : 720px) {
.commentSection {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

}

